COLOR #313A09

HEX: #313A09
RGB: (49,58,9)

Color info

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

RGB color model

#313A09 color RGB value is (49,58,9).

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

RGB channels and saturation

R 49 of 255 = 19%
G 58 of 255 = 23%
B 9 of 255 = 4%

49
58
9

R + G + B ~ 15%. #313A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 58 + 9 = 116 (100%)
R 49 of 116 ~ 42.24%
G 58 of 116 ~ 50%
B 9 of 116 ~ 7.76%

%42.24
%50

CMYK color model

#313A09 color CMYK value is (16,0,84,77).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 84.48%
  • key color value is 77.25%
CMYK:
(16,0,84,77)
C16M0Y84K77 
(16%,0%,84%,77%)
(0.16/0.00/0.84/0.77)	

CMYK percentages

%15.52
%0
%84.48
%77.25

Codes

Color #313A09 in popluar color models

313A09
RGB49589
HSL71°73.13%13.14%
HSB/HSV71°84.48%22.75%
CMYK15.52%0.00%84.48%
77.25%

Color #313A09 in popluar number systems.

HEX313A09
Decimal49589
Binary1100011110101001
Octal617211

Shades and tints

Shades of #313A09

#313A09
(49,58,9)
#2D3509
(45,53,9)
#293009
(41,48,9)
#252B09
(37,43,9)
#212609
(33,38,9)
#1D2109
(29,33,9)
#191C09
(25,28,9)
#151709
(21,23,9)
#111209
(17,18,9)
#0D0D09
(13,13,9)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #313A09

#313A09
(49,58,9)
#434B1F
(67,75,31)
#555C35
(85,92,53)
#676D4B
(103,109,75)
#797E61
(121,126,97)
#8B8F77
(139,143,119)
#9DA08D
(157,160,141)
#AFB1A3
(175,177,163)
#C1C2B9
(193,194,185)
#D3D3CF
(211,211,207)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313A09 color. Also use rgb(49,58,9) instead hex code.

Text Font Color

.myTextColor { color: #313A09; }

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

This text font color is #313A09.


Background Color

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

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

This div background color is #313A09.


Border color

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

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

This div border color is #313A09.


Opacity

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

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

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

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

This text has shadow with #313A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313A09 on black background.


Color preview on white background

This text has color #313A09 on white background.



Black color preview on #313A09 background

This text has black color on #313A09 background.


White color preview on #313A09 background

This text has white color on #313A09 background.