COLOR #33311C

HEX: #33311C RGB: (51,49,28)

Color info

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

RGB color model

#33311C color RGB value is (51,49,28).

RGB: (51,49,28) (20%, 19%, 11%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 28 of 255 = 11%

51
49
28

R + G + B ~ 17%. #33311C is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 28 = 128 (100%)
R 51 of 128 ~ 39.84%
G 49 of 128 ~ 38.28%
B 28 of 128 ~ 21.88'%

%39.84
%38.28
%21.88

CMYK color model

#33311C color CMYK value is (0,4,45,80).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 45.10%
  • key color value is 80.00%

CMYK: (0,4,45,80)
C0M4Y45K80 (0%, 4%, 45%, 80%)
(0.00 / 0.04 / 0.45 / 0.80)

CMYK percentages

%0
%3.92
%45.1
%80

Codes

Color #33311C in popluar color models

33 31 1C
RGB 51 49 28
HSL 55° 29.11% 15.49%
HSB/HSV 55° 45.10% 20.00%
CMYK 0.00% 3.92% 45.10%
80.00%

Color #33311C in popluar number systems.

HEX 33 31 1C
Decimal 51 49 28
Binary 110011 110001 11100
Octal 63 61 34

Shades and tints

Shades of #33311C

#33311C
(51,49,28)
#2F2D1A
(47,45,26)
#2B2918
(43,41,24)
#272516
(39,37,22)
#232114
(35,33,20)
#1F1D12
(31,29,18)
#1B1910
(27,25,16)
#17150E
(23,21,14)
#13110C
(19,17,12)
#0F0D0A
(15,13,10)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #33311C

#33311C
(51,49,28)
#454330
(69,67,48)
#575544
(87,85,68)
#696758
(105,103,88)
#7B796C
(123,121,108)
#8D8B80
(141,139,128)
#9F9D94
(159,157,148)
#B1AFA8
(177,175,168)
#C3C1BC
(195,193,188)
#D5D3D0
(213,211,208)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33311C color. Also use rgb(51,49,28) instead hex code.

Text Font Color

.myTextColor { color: #33311C; }

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

This text font color is #33311C.

Background Color

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

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

This div background color is #33311C.

Border color

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

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

This div border color is #33311C.

Opacity

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

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

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

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

This text has shadow with #33311C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33311C.

Preview

Color preview on black background

This text has color #33311C on black background.


Color preview on white background

This text has color #33311C on white background.


Black color preview on #33311C background

This text has black color on #33311C background.


White color preview on #33311C background

This text has white color on #33311C background.


Related colors

Complementary color

Complementary color for #hex is #CCCEE3.


I love getcolorcode.com

Triadic colors

1 #1C3331 and #311C33 with #33311C are triadic colors.

2 #1C3133 and #31331C with #33311C are triadic colors.