COLOR #33382C

HEX: #33382C RGB: (51,56,44)

Color info

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

RGB color model

#33382C color RGB value is (51,56,44).

RGB: (51,56,44) (20%, 22%, 17%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 44 of 255 = 17%

51
56
44

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

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 44 = 151 (100%)
R 51 of 151 ~ 33.77%
G 56 of 151 ~ 37.09%
B 44 of 151 ~ 29.14'%

%33.77
%37.09
%29.14

CMYK color model

#33382C color CMYK value is (9,0,21,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 78.04%
CMYK: (9,0,21,78) C9M0Y21K78 (9%,0%,21%,78%) (0.09/0.00/0.21/0.78) 

CMYK percentages

%8.93
%0
%21.43
%78.04

Codes

Color #33382C in popluar color models

33 38 2C
RGB 51 56 44
HSL 85° 12.00% 19.61%
HSB/HSV 85° 21.43% 21.96%
CMYK 8.93% 0.00% 21.43%
78.04%

Color #33382C in popluar number systems.

HEX 33 38 2C
Decimal 51 56 44
Binary 110011 111000 101100
Octal 63 70 54

Shades and tints

Shades of #33382C

#33382C
(51,56,44)
#2F3328
(47,51,40)
#2B2E24
(43,46,36)
#272920
(39,41,32)
#23241C
(35,36,28)
#1F1F18
(31,31,24)
#1B1A14
(27,26,20)
#171510
(23,21,16)
#13100C
(19,16,12)
#0F0B08
(15,11,8)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #33382C

#33382C
(51,56,44)
#454A3F
(69,74,63)
#575C52
(87,92,82)
#696E65
(105,110,101)
#7B8078
(123,128,120)
#8D928B
(141,146,139)
#9FA49E
(159,164,158)
#B1B6B1
(177,182,177)
#C3C8C4
(195,200,196)
#D5DAD7
(213,218,215)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33382C; }

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

This text font color is #33382C.

Background Color

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

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

This div background color is #33382C.

Border color

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

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

This div border color is #33382C.

Opacity

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

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

Text with #33382C 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 #33382C;}

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

This text has shadow with #33382C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33382C.

Preview

Color preview on black background

This text has color #33382C on black background.


Color preview on white background

This text has color #33382C on white background.


Black color preview on #33382C background

This text has black color on #33382C background.


White color preview on #33382C background

This text has white color on #33382C background.


Related colors

Complementary color

Complementary color for #hex is #CCC7D3.


I love getcolorcode.com

Triadic colors

1 #2C3338 and #382C33 with #33382C are triadic colors.

2 #2C3833 and #38332C with #33382C are triadic colors.