COLOR #313506

HEX: #313506 RGB: (49,53,6)

Color info

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

RGB color model

#313506 color RGB value is (49,53,6).

RGB: (49,53,6) (19%, 21%, 2%)

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 6 of 255 = 2%

49
53
6

R + G + B ~ 14%. #313506 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 53 + 6 = 108 (100%)
R 49 of 108 ~ 45.37%
G 53 of 108 ~ 49.07%
B 6 of 108 ~ 5.56'%

%45.37
%49.07

CMYK color model

#313506 color CMYK value is (8,0,89,79).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 88.68%
  • key color value is 79.22%

CMYK: (8,0,89,79)
C8M0Y89K79 (8%, 0%, 89%, 79%)
(0.08 / 0.00 / 0.89 / 0.79)

CMYK percentages

%7.55
%0
%88.68
%79.22

Codes

Color #313506 in popluar color models

31 35 06
RGB 49 53 6
HSL 65° 79.66% 11.57%
HSB/HSV 65° 88.68% 20.78%
CMYK 7.55% 0.00% 88.68%
79.22%

Color #313506 in popluar number systems.

HEX 31 35 06
Decimal 49 53 6
Binary 110001 110101 110
Octal 61 65 6

Shades and tints

Shades of #313506

#313506
(49,53,6)
#2D3106
(45,49,6)
#292D06
(41,45,6)
#252906
(37,41,6)
#212506
(33,37,6)
#1D2106
(29,33,6)
#191D06
(25,29,6)
#151906
(21,25,6)
#111506
(17,21,6)
#0D1106
(13,17,6)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #313506

#313506
(49,53,6)
#43471C
(67,71,28)
#555932
(85,89,50)
#676B48
(103,107,72)
#797D5E
(121,125,94)
#8B8F74
(139,143,116)
#9DA18A
(157,161,138)
#AFB3A0
(175,179,160)
#C1C5B6
(193,197,182)
#D3D7CC
(211,215,204)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313506; }

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

This text font color is #313506.

Background Color

.myBgColor { background-color: #313506; }

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

This div background color is #313506.

Border color

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

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

This div border color is #313506.

Opacity

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

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

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

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

This text has shadow with #313506 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313506.

Preview

Color preview on black background

This text has color #313506 on black background.


Color preview on white background

This text has color #313506 on white background.


Black color preview on #313506 background

This text has black color on #313506 background.


White color preview on #313506 background

This text has white color on #313506 background.


Related colors

Complementary color

Complementary color for #hex is #CECAF9.


I love getcolorcode.com

Triadic colors

1 #063135 and #350631 with #313506 are triadic colors.

2 #063531 and #353106 with #313506 are triadic colors.