COLOR #313314

HEX: #313314
RGB: (49,51,20)

Color info

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

RGB color model

#313314 color RGB value is (49,51,20).

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

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 20 of 255 = 8%

49
51
20

R + G + B ~ 16%. #313314 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 51 + 20 = 120 (100%)
R 49 of 120 ~ 40.83%
G 51 of 120 ~ 42.5%
B 20 of 120 ~ 16.67%

%40.83
%42.5
%16.67

CMYK color model

#313314 color CMYK value is (4,0,61,80).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK: (4,0,61,80) C4M0Y61K80 (4%,0%,61%,80%) (0.04/0.00/0.61/0.80)

CMYK percentages

%3.92
%0
%60.78
%80

Codes

Color #313314 in popluar color models

313314
RGB495120
HSL64°43.66%13.92%
HSB/HSV64°60.78%20.00%
CMYK3.92%0.00%60.78%
80.00%

Color #313314 in popluar number systems.

HEX313314
Decimal495120
Binary11000111001110100
Octal616324

Shades and tints

Shades of #313314

#313314
(49,51,20)
#2D2F13
(45,47,19)
#292B12
(41,43,18)
#252711
(37,39,17)
#212310
(33,35,16)
#1D1F0F
(29,31,15)
#191B0E
(25,27,14)
#15170D
(21,23,13)
#11130C
(17,19,12)
#0D0F0B
(13,15,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #313314

#313314
(49,51,20)
#434529
(67,69,41)
#55573E
(85,87,62)
#676953
(103,105,83)
#797B68
(121,123,104)
#8B8D7D
(139,141,125)
#9D9F92
(157,159,146)
#AFB1A7
(175,177,167)
#C1C3BC
(193,195,188)
#D3D5D1
(211,213,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313314; }

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

This text font color is #313314.


Background Color

.myBgColor { background-color: #313314; }

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

This div background color is #313314.


Border color

.myBorderColor { border: 1px solid #313314; }

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

This div border color is #313314.


Opacity

.myOpacity80 { color: #313314; opacity: 0.8; }

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

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

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

This text has shadow with #313314 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #313314 on black background.


Color preview on white background

This text has color #313314 on white background.



Black color preview on #313314 background

This text has black color on #313314 background.


White color preview on #313314 background

This text has white color on #313314 background.