COLOR #313711

HEX: #313711
RGB: (49,55,17)

Color info

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

RGB color model

#313711 color RGB value is (49,55,17).

  • red value is 49;
  • green value is 55;
  • blue value is 17.
RGB:
(49,55,17)
(19%,22%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 17 of 255 = 7%

49
55
17

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

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 17 = 121 (100%)
R 49 of 121 ~ 40.5%
G 55 of 121 ~ 45.45%
B 17 of 121 ~ 14.05%

%40.5
%45.45
%14.05

CMYK color model

#313711 color CMYK value is (11,0,69,78).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(11,0,69,78)
C11M0Y69K78 
(11%,0%,69%,78%)
(0.11/0.00/0.69/0.78)	

CMYK percentages

%10.91
%0
%69.09
%78.43

Codes

Color #313711 in popluar color models

313711
RGB495517
HSL69°52.78%14.12%
HSB/HSV69°69.09%21.57%
CMYK10.91%0.00%69.09%
78.43%

Color #313711 in popluar number systems.

HEX313711
Decimal495517
Binary11000111011110001
Octal616721

Shades and tints

Shades of #313711

#313711
(49,55,17)
#2D3210
(45,50,16)
#292D0F
(41,45,15)
#25280E
(37,40,14)
#21230D
(33,35,13)
#1D1E0C
(29,30,12)
#19190B
(25,25,11)
#15140A
(21,20,10)
#110F09
(17,15,9)
#0D0A08
(13,10,8)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #313711

#313711
(49,55,17)
#434926
(67,73,38)
#555B3B
(85,91,59)
#676D50
(103,109,80)
#797F65
(121,127,101)
#8B917A
(139,145,122)
#9DA38F
(157,163,143)
#AFB5A4
(175,181,164)
#C1C7B9
(193,199,185)
#D3D9CE
(211,217,206)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313711; }

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

This text font color is #313711.


Background Color

.myBgColor { background-color: #313711; }

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

This div background color is #313711.


Border color

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

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

This div border color is #313711.


Opacity

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

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

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

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

This text has shadow with #313711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313711 on black background.


Color preview on white background

This text has color #313711 on white background.



Black color preview on #313711 background

This text has black color on #313711 background.


White color preview on #313711 background

This text has white color on #313711 background.