COLOR #313619

HEX: #313619
RGB: (49,54,25)

Color info

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

RGB color model

#313619 color RGB value is (49,54,25).

  • red value is 49;
  • green value is 54;
  • blue value is 25.
RGB:
(49,54,25)
(19%,21%,10%)

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 25 of 255 = 10%

49
54
25

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

Portions of RGB colors in percentages

R + G + B =
49 + 54 + 25 = 128 (100%)
R 49 of 128 ~ 38.28%
G 54 of 128 ~ 42.19%
B 25 of 128 ~ 19.53%

%38.28
%42.19
%19.53

CMYK color model

#313619 color CMYK value is (9,0,54,79).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 78.82%
CMYK:
(9,0,54,79)
C9M0Y54K79 
(9%,0%,54%,79%)
(0.09/0.00/0.54/0.79)	

CMYK percentages

%9.26
%0
%53.7
%78.82

Codes

Color #313619 in popluar color models

313619
RGB495425
HSL70°36.71%15.49%
HSB/HSV70°53.70%21.18%
CMYK9.26%0.00%53.70%
78.82%

Color #313619 in popluar number systems.

HEX313619
Decimal495425
Binary11000111011011001
Octal616631

Shades and tints

Shades of #313619

#313619
(49,54,25)
#2D3217
(45,50,23)
#292E15
(41,46,21)
#252A13
(37,42,19)
#212611
(33,38,17)
#1D220F
(29,34,15)
#191E0D
(25,30,13)
#151A0B
(21,26,11)
#111609
(17,22,9)
#0D1207
(13,18,7)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #313619

#313619
(49,54,25)
#43482D
(67,72,45)
#555A41
(85,90,65)
#676C55
(103,108,85)
#797E69
(121,126,105)
#8B907D
(139,144,125)
#9DA291
(157,162,145)
#AFB4A5
(175,180,165)
#C1C6B9
(193,198,185)
#D3D8CD
(211,216,205)
#E5EAE1
(229,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313619 color. Also use rgb(49,54,25) instead hex code.

Text Font Color

.myTextColor { color: #313619; }

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

This text font color is #313619.


Background Color

.myBgColor { background-color: #313619; }

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

This div background color is #313619.


Border color

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

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

This div border color is #313619.


Opacity

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

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

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

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

This text has shadow with #313619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313619 on black background.


Color preview on white background

This text has color #313619 on white background.



Black color preview on #313619 background

This text has black color on #313619 background.


White color preview on #313619 background

This text has white color on #313619 background.