COLOR #313117

HEX: #313117
RGB: (49,49,23)

Color info

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

RGB color model

#313117 color RGB value is (49,49,23).

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

RGB channels and saturation

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

49
49
23

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

Portions of RGB colors in percentages

R + G + B =
49 + 49 + 23 = 121 (100%)
R 49 of 121 ~ 40.5%
G 49 of 121 ~ 40.5%
B 23 of 121 ~ 19.01%

%40.5
%40.5
%19.01

CMYK color model

#313117 color CMYK value is (0,0,53,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 80.78%
CMYK:
(0,0,53,81)
C0M0Y53K81 
(0%,0%,53%,81%)
(0.00/0.00/0.53/0.81)	

CMYK percentages

%0
%0
%53.06
%80.78

Codes

Color #313117 in popluar color models

313117
RGB494923
HSL60°36.11%14.12%
HSB/HSV60°53.06%19.22%
CMYK0.00%0.00%53.06%
80.78%

Color #313117 in popluar number systems.

HEX313117
Decimal494923
Binary11000111000110111
Octal616127

Shades and tints

Shades of #313117

#313117
(49,49,23)
#2D2D15
(45,45,21)
#292913
(41,41,19)
#252511
(37,37,17)
#21210F
(33,33,15)
#1D1D0D
(29,29,13)
#19190B
(25,25,11)
#151509
(21,21,9)
#111107
(17,17,7)
#0D0D05
(13,13,5)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #313117

#313117
(49,49,23)
#43432C
(67,67,44)
#555541
(85,85,65)
#676756
(103,103,86)
#79796B
(121,121,107)
#8B8B80
(139,139,128)
#9D9D95
(157,157,149)
#AFAFAA
(175,175,170)
#C1C1BF
(193,193,191)
#D3D3D4
(211,211,212)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313117; }

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

This text font color is #313117.


Background Color

.myBgColor { background-color: #313117; }

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

This div background color is #313117.


Border color

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

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

This div border color is #313117.


Opacity

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

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

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

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

This text has shadow with #313117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313117 on black background.


Color preview on white background

This text has color #313117 on white background.



Black color preview on #313117 background

This text has black color on #313117 background.


White color preview on #313117 background

This text has white color on #313117 background.