COLOR #33382D

HEX: #33382D RGB: (51,56,45)

Color info

#33382D contains red, green and blue colors in about the same proportion. Web safe color of #33382D is #333333 (or #333).

RGB color model

#33382D color RGB value is (51,56,45).

RGB: (51,56,45) (20%, 22%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 45 of 255 = 18%

51
56
45

R + G + B ~ 20%. #33382D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 45 = 152 (100%)
R 51 of 152 ~ 33.55%
G 56 of 152 ~ 36.84%
B 45 of 152 ~ 29.61'%

%33.55
%36.84
%29.61

CMYK color model

#33382D color CMYK value is (9,0,20,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 78.04%
CMYK: (9,0,20,78) C9M0Y20K78 (9%,0%,20%,78%) (0.09/0.00/0.20/0.78) 

CMYK percentages

%8.93
%0
%19.64
%78.04

Codes

Color #33382D in popluar color models

33 38 2D
RGB 51 56 45
HSL 87° 10.89% 19.80%
HSB/HSV 87° 19.64% 21.96%
CMYK 8.93% 0.00% 19.64%
78.04%

Color #33382D in popluar number systems.

HEX 33 38 2D
Decimal 51 56 45
Binary 110011 111000 101101
Octal 63 70 55

Shades and tints

Shades of #33382D

#33382D
(51,56,45)
#2F3329
(47,51,41)
#2B2E25
(43,46,37)
#272921
(39,41,33)
#23241D
(35,36,29)
#1F1F19
(31,31,25)
#1B1A15
(27,26,21)
#171511
(23,21,17)
#13100D
(19,16,13)
#0F0B09
(15,11,9)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #33382D

#33382D
(51,56,45)
#454A40
(69,74,64)
#575C53
(87,92,83)
#696E66
(105,110,102)
#7B8079
(123,128,121)
#8D928C
(141,146,140)
#9FA49F
(159,164,159)
#B1B6B2
(177,182,178)
#C3C8C5
(195,200,197)
#D5DAD8
(213,218,216)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33382D color. Also use rgb(51,56,45) instead hex code.

Text Font Color

.myTextColor { color: #33382D; }

<p style="color:#33382D">This sample text font color is #33382D.</p>

This text font color is #33382D.

Background Color

.myBgColor { background-color: #33382D; }

<div style="background-color:#33382D">Inner text</div>

This div background color is #33382D.

Border color

.myBorderColor { border: 1px solid #33382D; }

<div style="border:3px solid #33382D">Div</div>

This div border color is #33382D.

Opacity

.myOpacity80 { color: #33382D; opacity: 0.8; }

<p style="color:#33382D;opacity:0.8;">80%</p>

Text with #33382D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33382D;}

<p style="text-shadow: 3px 3px 1px #33382D">Text here.</p>

This text has shadow with #33382D color.


.textShadow {text-shadow: 3px 3px 1px #33382D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33382D, 5px 5px 20px red">Text here.</p>

This text has shadow with #33382D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33382D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33382D, Direction=45, Strength=4)">Text</p>

This text has shadow with #33382D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #33382D;
-webkit-box-shadow: 1px 1px 3px 2px #33382D;
box-shadow: 1px 1px 3px 2px #33382D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33382D; -webkit-box-shadow: 1px 1px 3px 2px #33382D; box-shadow:1px 1px 3px 2px #33382D;">
Div content here
</div>

This div box has shadow with color #33382D.

Preview

Color preview on black background

This text has color #33382D on black background.


Color preview on white background

This text has color #33382D on white background.


Black color preview on #33382D background

This text has black color on #33382D background.


White color preview on #33382D background

This text has white color on #33382D background.


Related colors

Complementary color

Complementary color for #hex is #CCC7D2.


I love getcolorcode.com

Triadic colors

1 #2D3338 and #382D33 with #33382D are triadic colors.

2 #2D3833 and #38332D with #33382D are triadic colors.