COLOR #331D15

HEX: #331D15
RGB: (51,29,21)

Color info

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

RGB color model

#331D15 color RGB value is (51,29,21).

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

RGB channels and saturation

R 51 of 255 = 20%
G 29 of 255 = 11%
B 21 of 255 = 8%

51
29
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 29 + 21 = 101 (100%)
R 51 of 101 ~ 50.5%
G 29 of 101 ~ 28.71%
B 21 of 101 ~ 20.79%

%50.5
%28.71
%20.79

CMYK color model

#331D15 color CMYK value is (0,43,59,80).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(0,43,59,80)
C0M43Y59K80 
(0%,43%,59%,80%)
(0.00/0.43/0.59/0.80)	

CMYK percentages

%0
%43.14
%58.82
%80

Codes

Color #331D15 in popluar color models

331D15
RGB512921
HSL16°41.67%14.12%
HSB/HSV16°58.82%20.00%
CMYK0.00%43.14%58.82%
80.00%

Color #331D15 in popluar number systems.

HEX331D15
Decimal512921
Binary1100111110110101
Octal633525

Shades and tints

Shades of #331D15

#331D15
(51,29,21)
#2F1B14
(47,27,20)
#2B1913
(43,25,19)
#271712
(39,23,18)
#231511
(35,21,17)
#1F1310
(31,19,16)
#1B110F
(27,17,15)
#170F0E
(23,15,14)
#130D0D
(19,13,13)
#0F0B0C
(15,11,12)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #331D15

#331D15
(51,29,21)
#45312A
(69,49,42)
#57453F
(87,69,63)
#695954
(105,89,84)
#7B6D69
(123,109,105)
#8D817E
(141,129,126)
#9F9593
(159,149,147)
#B1A9A8
(177,169,168)
#C3BDBD
(195,189,189)
#D5D1D2
(213,209,210)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331D15; }

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

This text font color is #331D15.


Background Color

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

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

This div background color is #331D15.


Border color

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

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

This div border color is #331D15.


Opacity

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

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

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

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

This text has shadow with #331D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331D15 on black background.


Color preview on white background

This text has color #331D15 on white background.



Black color preview on #331D15 background

This text has black color on #331D15 background.


White color preview on #331D15 background

This text has white color on #331D15 background.