COLOR #331F11

HEX: #331F11
RGB: (51,31,17)

Color info

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

RGB color model

#331F11 color RGB value is (51,31,17).

  • red value is 51;
  • green value is 31;
  • blue value is 17.
RGB:
(51,31,17)
(20%,12%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 31 of 255 = 12%
B 17 of 255 = 7%

51
31
17

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

Portions of RGB colors in percentages

R + G + B =
51 + 31 + 17 = 99 (100%)
R 51 of 99 ~ 51.52%
G 31 of 99 ~ 31.31%
B 17 of 99 ~ 17.17%

%51.52
%31.31
%17.17

CMYK color model

#331F11 color CMYK value is (0,39,67,80).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(0,39,67,80)
C0M39Y67K80 
(0%,39%,67%,80%)
(0.00/0.39/0.67/0.80)	

CMYK percentages

%0
%39.22
%66.67
%80

Codes

Color #331F11 in popluar color models

331F11
RGB513117
HSL25°50.00%13.33%
HSB/HSV25°66.67%20.00%
CMYK0.00%39.22%66.67%
80.00%

Color #331F11 in popluar number systems.

HEX331F11
Decimal513117
Binary1100111111110001
Octal633721

Shades and tints

Shades of #331F11

#331F11
(51,31,17)
#2F1D10
(47,29,16)
#2B1B0F
(43,27,15)
#27190E
(39,25,14)
#23170D
(35,23,13)
#1F150C
(31,21,12)
#1B130B
(27,19,11)
#17110A
(23,17,10)
#130F09
(19,15,9)
#0F0D08
(15,13,8)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #331F11

#331F11
(51,31,17)
#453326
(69,51,38)
#57473B
(87,71,59)
#695B50
(105,91,80)
#7B6F65
(123,111,101)
#8D837A
(141,131,122)
#9F978F
(159,151,143)
#B1ABA4
(177,171,164)
#C3BFB9
(195,191,185)
#D5D3CE
(213,211,206)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331F11 color. Also use rgb(51,31,17) instead hex code.

Text Font Color

.myTextColor { color: #331F11; }

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

This text font color is #331F11.


Background Color

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

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

This div background color is #331F11.


Border color

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

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

This div border color is #331F11.


Opacity

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

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

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

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

This text has shadow with #331F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331F11 on black background.


Color preview on white background

This text has color #331F11 on white background.



Black color preview on #331F11 background

This text has black color on #331F11 background.


White color preview on #331F11 background

This text has white color on #331F11 background.