COLOR #331D10

HEX: #331D10
RGB: (51,29,16)

Color info

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

RGB color model

#331D10 color RGB value is (51,29,16).

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

RGB channels and saturation

R 51 of 255 = 20%
G 29 of 255 = 11%
B 16 of 255 = 6%

51
29
16

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

Portions of RGB colors in percentages

R + G + B =
51 + 29 + 16 = 96 (100%)
R 51 of 96 ~ 53.13%
G 29 of 96 ~ 30.21%
B 16 of 96 ~ 16.67%

%53.13
%30.21
%16.67

CMYK color model

#331D10 color CMYK value is (0,43,69,80).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 68.63%
  • key color value is 80.00%
CMYK:
(0,43,69,80)
C0M43Y69K80 
(0%,43%,69%,80%)
(0.00/0.43/0.69/0.80)	

CMYK percentages

%0
%43.14
%68.63
%80

Codes

Color #331D10 in popluar color models

331D10
RGB512916
HSL22°52.24%13.14%
HSB/HSV22°68.63%20.00%
CMYK0.00%43.14%68.63%
80.00%

Color #331D10 in popluar number systems.

HEX331D10
Decimal512916
Binary1100111110110000
Octal633520

Shades and tints

Shades of #331D10

#331D10
(51,29,16)
#2F1B0F
(47,27,15)
#2B190E
(43,25,14)
#27170D
(39,23,13)
#23150C
(35,21,12)
#1F130B
(31,19,11)
#1B110A
(27,17,10)
#170F09
(23,15,9)
#130D08
(19,13,8)
#0F0B07
(15,11,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #331D10

#331D10
(51,29,16)
#453125
(69,49,37)
#57453A
(87,69,58)
#69594F
(105,89,79)
#7B6D64
(123,109,100)
#8D8179
(141,129,121)
#9F958E
(159,149,142)
#B1A9A3
(177,169,163)
#C3BDB8
(195,189,184)
#D5D1CD
(213,209,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331D10; }

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

This text font color is #331D10.


Background Color

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

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

This div background color is #331D10.


Border color

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

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

This div border color is #331D10.


Opacity

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

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

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

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

This text has shadow with #331D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331D10 on black background.


Color preview on white background

This text has color #331D10 on white background.



Black color preview on #331D10 background

This text has black color on #331D10 background.


White color preview on #331D10 background

This text has white color on #331D10 background.