COLOR #313B1E

HEX: #313B1E
RGB: (49,59,30)

Color info

#313B1E contains red, green and blue colors in about the same proportion. Web safe color of #313B1E is #333333 (or #333).

RGB color model

#313B1E color RGB value is (49,59,30).

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

RGB channels and saturation

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

49
59
30

R + G + B ~ 18%. #313B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 30 = 138 (100%)
R 49 of 138 ~ 35.51%
G 59 of 138 ~ 42.75%
B 30 of 138 ~ 21.74%

%35.51
%42.75
%21.74

CMYK color model

#313B1E color CMYK value is (17,0,49,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 76.86%
CMYK:
(17,0,49,77)
C17M0Y49K77 
(17%,0%,49%,77%)
(0.17/0.00/0.49/0.77)	

CMYK percentages

%16.95
%0
%49.15
%76.86

Codes

Color #313B1E in popluar color models

313B1E
RGB495930
HSL81°32.58%17.45%
HSB/HSV81°49.15%23.14%
CMYK16.95%0.00%49.15%
76.86%

Color #313B1E in popluar number systems.

HEX313B1E
Decimal495930
Binary11000111101111110
Octal617336

Shades and tints

Shades of #313B1E

#313B1E
(49,59,30)
#2D361C
(45,54,28)
#29311A
(41,49,26)
#252C18
(37,44,24)
#212716
(33,39,22)
#1D2214
(29,34,20)
#191D12
(25,29,18)
#151810
(21,24,16)
#11130E
(17,19,14)
#0D0E0C
(13,14,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #313B1E

#313B1E
(49,59,30)
#434C32
(67,76,50)
#555D46
(85,93,70)
#676E5A
(103,110,90)
#797F6E
(121,127,110)
#8B9082
(139,144,130)
#9DA196
(157,161,150)
#AFB2AA
(175,178,170)
#C1C3BE
(193,195,190)
#D3D4D2
(211,212,210)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313B1E color. Also use rgb(49,59,30) instead hex code.

Text Font Color

.myTextColor { color: #313B1E; }

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

This text font color is #313B1E.


Background Color

.myBgColor { background-color: #313B1E; }

<div style="background-color:#313B1E">Inner text</div>

This div background color is #313B1E.


Border color

.myBorderColor { border: 1px solid #313B1E; }

<div style="border:3px solid #313B1E">Div</div>

This div border color is #313B1E.


Opacity

.myOpacity80 { color: #313B1E; opacity: 0.8; }

<p style="color:#313B1E;opacity:0.8;">80%</p>

Text with #313B1E 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 #313B1E;}

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

This text has shadow with #313B1E color.

.textShadow {text-shadow: 3px 3px 1px #313B1E, 3px 3px 1px red;}

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

This text has shadow with #313B1E primary color and red secondary color.


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

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

This text has shadow with #313B1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B1E on black background.


Color preview on white background

This text has color #313B1E on white background.



Black color preview on #313B1E background

This text has black color on #313B1E background.


White color preview on #313B1E background

This text has white color on #313B1E background.