COLOR #313E2F

HEX: #313E2F
RGB: (49,62,47)

Color info

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

RGB color model

#313E2F color RGB value is (49,62,47).

  • red value is 49;
  • green value is 62;
  • blue value is 47.
RGB:
(49,62,47)
(19%,24%,18%)

RGB channels and saturation

R 49 of 255 = 19%
G 62 of 255 = 24%
B 47 of 255 = 18%

49
62
47

R + G + B ~ 20%. #313E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 62 + 47 = 158 (100%)
R 49 of 158 ~ 31.01%
G 62 of 158 ~ 39.24%
B 47 of 158 ~ 29.75%

%31.01
%39.24
%29.75

CMYK color model

#313E2F color CMYK value is (21,0,24,76).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 75.69%
CMYK:
(21,0,24,76)
C21M0Y24K76 
(21%,0%,24%,76%)
(0.21/0.00/0.24/0.76)	

CMYK percentages

%20.97
%0
%24.19
%75.69

Codes

Color #313E2F in popluar color models

313E2F
RGB496247
HSL112°13.76%21.37%
HSB/HSV112°24.19%24.31%
CMYK20.97%0.00%24.19%
75.69%

Color #313E2F in popluar number systems.

HEX313E2F
Decimal496247
Binary110001111110101111
Octal617657

Shades and tints

Shades of #313E2F

#313E2F
(49,62,47)
#2D392B
(45,57,43)
#293427
(41,52,39)
#252F23
(37,47,35)
#212A1F
(33,42,31)
#1D251B
(29,37,27)
#192017
(25,32,23)
#151B13
(21,27,19)
#11160F
(17,22,15)
#0D110B
(13,17,11)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #313E2F

#313E2F
(49,62,47)
#434F41
(67,79,65)
#556053
(85,96,83)
#677165
(103,113,101)
#798277
(121,130,119)
#8B9389
(139,147,137)
#9DA49B
(157,164,155)
#AFB5AD
(175,181,173)
#C1C6BF
(193,198,191)
#D3D7D1
(211,215,209)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313E2F color. Also use rgb(49,62,47) instead hex code.

Text Font Color

.myTextColor { color: #313E2F; }

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

This text font color is #313E2F.


Background Color

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

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

This div background color is #313E2F.


Border color

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

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

This div border color is #313E2F.


Opacity

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

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

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

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

This text has shadow with #313E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313E2F on black background.


Color preview on white background

This text has color #313E2F on white background.



Black color preview on #313E2F background

This text has black color on #313E2F background.


White color preview on #313E2F background

This text has white color on #313E2F background.