COLOR #313B14

HEX: #313B14
RGB: (49,59,20)

Color info

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

RGB color model

#313B14 color RGB value is (49,59,20).

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

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 20 of 255 = 8%

49
59
20

R + G + B ~ 17%. #313B14 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 59 + 20 = 128 (100%)
R 49 of 128 ~ 38.28%
G 59 of 128 ~ 46.09%
B 20 of 128 ~ 15.63%

%38.28
%46.09
%15.63

CMYK color model

#313B14 color CMYK value is (17,0,66,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK:
(17,0,66,77)
C17M0Y66K77 
(17%,0%,66%,77%)
(0.17/0.00/0.66/0.77)	

CMYK percentages

%16.95
%0
%66.1
%76.86

Codes

Color #313B14 in popluar color models

313B14
RGB495920
HSL75°49.37%15.49%
HSB/HSV75°66.10%23.14%
CMYK16.95%0.00%66.10%
76.86%

Color #313B14 in popluar number systems.

HEX313B14
Decimal495920
Binary11000111101110100
Octal617324

Shades and tints

Shades of #313B14

#313B14
(49,59,20)
#2D3613
(45,54,19)
#293112
(41,49,18)
#252C11
(37,44,17)
#212710
(33,39,16)
#1D220F
(29,34,15)
#191D0E
(25,29,14)
#15180D
(21,24,13)
#11130C
(17,19,12)
#0D0E0B
(13,14,11)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #313B14

#313B14
(49,59,20)
#434C29
(67,76,41)
#555D3E
(85,93,62)
#676E53
(103,110,83)
#797F68
(121,127,104)
#8B907D
(139,144,125)
#9DA192
(157,161,146)
#AFB2A7
(175,178,167)
#C1C3BC
(193,195,188)
#D3D4D1
(211,212,209)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313B14; }

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

This text font color is #313B14.


Background Color

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

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

This div background color is #313B14.


Border color

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

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

This div border color is #313B14.


Opacity

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

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

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

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

This text has shadow with #313B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313B14 on black background.


Color preview on white background

This text has color #313B14 on white background.



Black color preview on #313B14 background

This text has black color on #313B14 background.


White color preview on #313B14 background

This text has white color on #313B14 background.