COLOR #311E17

HEX: #311E17
RGB: (49,30,23)

Color info

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

RGB color model

#311E17 color RGB value is (49,30,23).

  • red value is 49;
  • green value is 30;
  • blue value is 23.
RGB:
(49,30,23)
(19%,12%,9%)

RGB channels and saturation

R 49 of 255 = 19%
G 30 of 255 = 12%
B 23 of 255 = 9%

49
30
23

R + G + B ~ 13%. #311E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 23 = 102 (100%)
R 49 of 102 ~ 48.04%
G 30 of 102 ~ 29.41%
B 23 of 102 ~ 22.55%

%48.04
%29.41
%22.55

CMYK color model

#311E17 color CMYK value is (0,39,53,81).

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 53.06%
  • key color value is 80.78%
CMYK:
(0,39,53,81)
C0M39Y53K81 
(0%,39%,53%,81%)
(0.00/0.39/0.53/0.81)	

CMYK percentages

%0
%38.78
%53.06
%80.78

Codes

Color #311E17 in popluar color models

311E17
RGB493023
HSL16°36.11%14.12%
HSB/HSV16°53.06%19.22%
CMYK0.00%38.78%53.06%
80.78%

Color #311E17 in popluar number systems.

HEX311E17
Decimal493023
Binary1100011111010111
Octal613627

Shades and tints

Shades of #311E17

#311E17
(49,30,23)
#2D1C15
(45,28,21)
#291A13
(41,26,19)
#251811
(37,24,17)
#21160F
(33,22,15)
#1D140D
(29,20,13)
#19120B
(25,18,11)
#151009
(21,16,9)
#110E07
(17,14,7)
#0D0C05
(13,12,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #311E17

#311E17
(49,30,23)
#43322C
(67,50,44)
#554641
(85,70,65)
#675A56
(103,90,86)
#796E6B
(121,110,107)
#8B8280
(139,130,128)
#9D9695
(157,150,149)
#AFAAAA
(175,170,170)
#C1BEBF
(193,190,191)
#D3D2D4
(211,210,212)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311E17 color. Also use rgb(49,30,23) instead hex code.

Text Font Color

.myTextColor { color: #311E17; }

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

This text font color is #311E17.


Background Color

.myBgColor { background-color: #311E17; }

<div style="background-color:#311E17">Inner text</div>

This div background color is #311E17.


Border color

.myBorderColor { border: 1px solid #311E17; }

<div style="border:3px solid #311E17">Div</div>

This div border color is #311E17.


Opacity

.myOpacity80 { color: #311E17; opacity: 0.8; }

<p style="color:#311E17;opacity:0.8;">80%</p>

Text with #311E17 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 #311E17;}

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

This text has shadow with #311E17 color.

.textShadow {text-shadow: 3px 3px 1px #311E17, 3px 3px 1px red;}

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

This text has shadow with #311E17 primary color and red secondary color.


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

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

This text has shadow with #311E17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E17 on black background.


Color preview on white background

This text has color #311E17 on white background.



Black color preview on #311E17 background

This text has black color on #311E17 background.


White color preview on #311E17 background

This text has white color on #311E17 background.