COLOR #331D17

HEX: #331D17
RGB: (51,29,23)

Color info

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

RGB color model

#331D17 color RGB value is (51,29,23).

  • red value is 51;
  • green value is 29;
  • blue value is 23.
RGB:
(51,29,23)
(20%,11%,9%)

RGB channels and saturation

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

51
29
23

R + G + B ~ 13%. #331D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 29 + 23 = 103 (100%)
R 51 of 103 ~ 49.51%
G 29 of 103 ~ 28.16%
B 23 of 103 ~ 22.33%

%49.51
%28.16
%22.33

CMYK color model

#331D17 color CMYK value is (0,43,55,80).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,43,55,80)
C0M43Y55K80 
(0%,43%,55%,80%)
(0.00/0.43/0.55/0.80)	

CMYK percentages

%0
%43.14
%54.9
%80

Codes

Color #331D17 in popluar color models

331D17
RGB512923
HSL13°37.84%14.51%
HSB/HSV13°54.90%20.00%
CMYK0.00%43.14%54.90%
80.00%

Color #331D17 in popluar number systems.

HEX331D17
Decimal512923
Binary1100111110110111
Octal633527

Shades and tints

Shades of #331D17

#331D17
(51,29,23)
#2F1B15
(47,27,21)
#2B1913
(43,25,19)
#271711
(39,23,17)
#23150F
(35,21,15)
#1F130D
(31,19,13)
#1B110B
(27,17,11)
#170F09
(23,15,9)
#130D07
(19,13,7)
#0F0B05
(15,11,5)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #331D17

#331D17
(51,29,23)
#45312C
(69,49,44)
#574541
(87,69,65)
#695956
(105,89,86)
#7B6D6B
(123,109,107)
#8D8180
(141,129,128)
#9F9595
(159,149,149)
#B1A9AA
(177,169,170)
#C3BDBF
(195,189,191)
#D5D1D4
(213,209,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331D17; }

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

This text font color is #331D17.


Background Color

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

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

This div background color is #331D17.


Border color

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

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

This div border color is #331D17.


Opacity

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

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

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

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

This text has shadow with #331D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331D17 on black background.


Color preview on white background

This text has color #331D17 on white background.



Black color preview on #331D17 background

This text has black color on #331D17 background.


White color preview on #331D17 background

This text has white color on #331D17 background.