COLOR #311F18

HEX: #311F18
RGB: (49,31,24)

Color info

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

RGB color model

#311F18 color RGB value is (49,31,24).

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

RGB channels and saturation

R 49 of 255 = 19%
G 31 of 255 = 12%
B 24 of 255 = 9%

49
31
24

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

Portions of RGB colors in percentages

R + G + B =
49 + 31 + 24 = 104 (100%)
R 49 of 104 ~ 47.12%
G 31 of 104 ~ 29.81%
B 24 of 104 ~ 23.08%

%47.12
%29.81
%23.08

CMYK color model

#311F18 color CMYK value is (0,37,51,81).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 51.02%
  • key color value is 80.78%
CMYK:
(0,37,51,81)
C0M37Y51K81 
(0%,37%,51%,81%)
(0.00/0.37/0.51/0.81)	

CMYK percentages

%0
%36.73
%51.02
%80.78

Codes

Color #311F18 in popluar color models

311F18
RGB493124
HSL17°34.25%14.31%
HSB/HSV17°51.02%19.22%
CMYK0.00%36.73%51.02%
80.78%

Color #311F18 in popluar number systems.

HEX311F18
Decimal493124
Binary1100011111111000
Octal613730

Shades and tints

Shades of #311F18

#311F18
(49,31,24)
#2D1D16
(45,29,22)
#291B14
(41,27,20)
#251912
(37,25,18)
#211710
(33,23,16)
#1D150E
(29,21,14)
#19130C
(25,19,12)
#15110A
(21,17,10)
#110F08
(17,15,8)
#0D0D06
(13,13,6)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #311F18

#311F18
(49,31,24)
#43332D
(67,51,45)
#554742
(85,71,66)
#675B57
(103,91,87)
#796F6C
(121,111,108)
#8B8381
(139,131,129)
#9D9796
(157,151,150)
#AFABAB
(175,171,171)
#C1BFC0
(193,191,192)
#D3D3D5
(211,211,213)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311F18 color. Also use rgb(49,31,24) instead hex code.

Text Font Color

.myTextColor { color: #311F18; }

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

This text font color is #311F18.


Background Color

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

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

This div background color is #311F18.


Border color

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

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

This div border color is #311F18.


Opacity

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

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

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

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

This text has shadow with #311F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311F18 on black background.


Color preview on white background

This text has color #311F18 on white background.



Black color preview on #311F18 background

This text has black color on #311F18 background.


White color preview on #311F18 background

This text has white color on #311F18 background.