COLOR #313119

HEX: #313119
RGB: (49,49,25)

Color info

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

RGB color model

#313119 color RGB value is (49,49,25).

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

RGB channels and saturation

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

49
49
25

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

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 25 = 123 (100%)
R 49 of 123 ~ 39.84%
G 49 of 123 ~ 39.84%
B 25 of 123 ~ 20.33%

%39.84
%39.84
%20.33

CMYK color model

#313119 color CMYK value is (0,0,49,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(0,0,49,81)
C0M0Y49K81 
(0%,0%,49%,81%)
(0.00/0.00/0.49/0.81)	

CMYK percentages

%0
%0
%48.98
%80.78

Codes

Color #313119 in popluar color models

313119
RGB494925
HSL60°32.43%14.51%
HSB/HSV60°48.98%19.22%
CMYK0.00%0.00%48.98%
80.78%

Color #313119 in popluar number systems.

HEX313119
Decimal494925
Binary11000111000111001
Octal616131

Shades and tints

Shades of #313119

#313119
(49,49,25)
#2D2D17
(45,45,23)
#292915
(41,41,21)
#252513
(37,37,19)
#212111
(33,33,17)
#1D1D0F
(29,29,15)
#19190D
(25,25,13)
#15150B
(21,21,11)
#111109
(17,17,9)
#0D0D07
(13,13,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #313119

#313119
(49,49,25)
#43432D
(67,67,45)
#555541
(85,85,65)
#676755
(103,103,85)
#797969
(121,121,105)
#8B8B7D
(139,139,125)
#9D9D91
(157,157,145)
#AFAFA5
(175,175,165)
#C1C1B9
(193,193,185)
#D3D3CD
(211,211,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313119; }

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

This text font color is #313119.


Background Color

.myBgColor { background-color: #313119; }

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

This div background color is #313119.


Border color

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

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

This div border color is #313119.


Opacity

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

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

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

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

This text has shadow with #313119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313119 on black background.


Color preview on white background

This text has color #313119 on white background.



Black color preview on #313119 background

This text has black color on #313119 background.


White color preview on #313119 background

This text has white color on #313119 background.