COLOR #313D27

HEX: #313D27
RGB: (49,61,39)

Color info

#313D27 contains red, green and blue colors in about the same proportion. Web safe color of #313D27 is #333333 (or #333).

RGB color model

#313D27 color RGB value is (49,61,39).

  • red value is 49;
  • green value is 61;
  • blue value is 39.
RGB:
(49,61,39)
(19%,24%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 61 of 255 = 24%
B 39 of 255 = 15%

49
61
39

R + G + B ~ 19%. #313D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 61 + 39 = 149 (100%)
R 49 of 149 ~ 32.89%
G 61 of 149 ~ 40.94%
B 39 of 149 ~ 26.17%

%32.89
%40.94
%26.17

CMYK color model

#313D27 color CMYK value is (20,0,36,76).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 76.08%
CMYK:
(20,0,36,76)
C20M0Y36K76 
(20%,0%,36%,76%)
(0.20/0.00/0.36/0.76)	

CMYK percentages

%19.67
%0
%36.07
%76.08

Codes

Color #313D27 in popluar color models

313D27
RGB496139
HSL93°22.00%19.61%
HSB/HSV93°36.07%23.92%
CMYK19.67%0.00%36.07%
76.08%

Color #313D27 in popluar number systems.

HEX313D27
Decimal496139
Binary110001111101100111
Octal617547

Shades and tints

Shades of #313D27

#313D27
(49,61,39)
#2D3824
(45,56,36)
#293321
(41,51,33)
#252E1E
(37,46,30)
#21291B
(33,41,27)
#1D2418
(29,36,24)
#191F15
(25,31,21)
#151A12
(21,26,18)
#11150F
(17,21,15)
#0D100C
(13,16,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #313D27

#313D27
(49,61,39)
#434E3A
(67,78,58)
#555F4D
(85,95,77)
#677060
(103,112,96)
#798173
(121,129,115)
#8B9286
(139,146,134)
#9DA399
(157,163,153)
#AFB4AC
(175,180,172)
#C1C5BF
(193,197,191)
#D3D6D2
(211,214,210)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313D27 color. Also use rgb(49,61,39) instead hex code.

Text Font Color

.myTextColor { color: #313D27; }

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

This text font color is #313D27.


Background Color

.myBgColor { background-color: #313D27; }

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

This div background color is #313D27.


Border color

.myBorderColor { border: 1px solid #313D27; }

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

This div border color is #313D27.


Opacity

.myOpacity80 { color: #313D27; opacity: 0.8; }

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

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

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

This text has shadow with #313D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313D27 on black background.


Color preview on white background

This text has color #313D27 on white background.



Black color preview on #313D27 background

This text has black color on #313D27 background.


White color preview on #313D27 background

This text has white color on #313D27 background.