COLOR #331D09

HEX: #331D09 RGB: (51,29,9)

Color info

#331D09 contains red, green and blue colors in about the same proportion. Web safe color of #331D09 is #333300 (or #330).

RGB color model

#331D09 color RGB value is (51,29,9).

RGB: (51,29,9) (20%, 11%, 4%)

RGB channels and saturation

R 51 of 255 = 20%
G 29 of 255 = 11%
B 9 of 255 = 4%

51
29
9

R + G + B ~ 12%. #331D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 29 + 9 = 89 (100%)
R 51 of 89 ~ 57.3%
G 29 of 89 ~ 32.58%
B 9 of 89 ~ 10.11'%

%57.3
%32.58

CMYK color model

#331D09 color CMYK value is (0,43,82,80).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 82.35%
  • key color value is 80.00%

CMYK: (0,43,82,80)
C0M43Y82K80 (0%, 43%, 82%, 80%)
(0.00 / 0.43 / 0.82 / 0.80)

CMYK percentages

%0
%43.14
%82.35
%80

Codes

Color #331D09 in popluar color models

33 1D 09
RGB 51 29 9
HSL 29° 70.00% 11.76%
HSB/HSV 29° 82.35% 20.00%
CMYK 0.00% 43.14% 82.35%
80.00%

Color #331D09 in popluar number systems.

HEX 33 1D 09
Decimal 51 29 9
Binary 110011 11101 1001
Octal 63 35 11

Shades and tints

Shades of #331D09

#331D09
(51,29,9)
#2F1B09
(47,27,9)
#2B1909
(43,25,9)
#271709
(39,23,9)
#231509
(35,21,9)
#1F1309
(31,19,9)
#1B1109
(27,17,9)
#170F09
(23,15,9)
#130D09
(19,13,9)
#0F0B09
(15,11,9)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #331D09

#331D09
(51,29,9)
#45311F
(69,49,31)
#574535
(87,69,53)
#69594B
(105,89,75)
#7B6D61
(123,109,97)
#8D8177
(141,129,119)
#9F958D
(159,149,141)
#B1A9A3
(177,169,163)
#C3BDB9
(195,189,185)
#D5D1CF
(213,209,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331D09 color. Also use rgb(51,29,9) instead hex code.

Text Font Color

.myTextColor { color: #331D09; }

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

This text font color is #331D09.

Background Color

.myBgColor { background-color: #331D09; }

<div style="background-color:#331D09">Inner text</div>

This div background color is #331D09.

Border color

.myBorderColor { border: 1px solid #331D09; }

<div style="border:3px solid #331D09">Div</div>

This div border color is #331D09.

Opacity

.myOpacity80 { color: #331D09; opacity: 0.8; }

<p style="color:#331D09;opacity:0.8;">80%</p>

Text with #331D09 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 #331D09;}

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

This text has shadow with #331D09 color.


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

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

This text has shadow with #331D09 primary color and red secondary color.


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

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

This text has shadow with #331D09 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #331D09.

Preview

Color preview on black background

This text has color #331D09 on black background.


Color preview on white background

This text has color #331D09 on white background.


Black color preview on #331D09 background

This text has black color on #331D09 background.


White color preview on #331D09 background

This text has white color on #331D09 background.


Related colors

Complementary color

Complementary color for #hex is #CCE2F6.


I love getcolorcode.com

Triadic colors

1 #09331D and #1D0933 with #331D09 are triadic colors.

2 #091D33 and #1D3309 with #331D09 are triadic colors.