COLOR #313E2E

HEX: #313E2E
RGB: (49,62,46)

Color info

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

RGB color model

#313E2E color RGB value is (49,62,46).

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

RGB channels and saturation

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

49
62
46

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

Portions of RGB colors in percentages

R + G + B =
49 + 62 + 46 = 157 (100%)
R 49 of 157 ~ 31.21%
G 62 of 157 ~ 39.49%
B 46 of 157 ~ 29.3%

%31.21
%39.49
%29.3

CMYK color model

#313E2E color CMYK value is (21,0,26,76).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 75.69%
CMYK:
(21,0,26,76)
C21M0Y26K76 
(21%,0%,26%,76%)
(0.21/0.00/0.26/0.76)	

CMYK percentages

%20.97
%0
%25.81
%75.69

Codes

Color #313E2E in popluar color models

313E2E
RGB496246
HSL109°14.81%21.18%
HSB/HSV109°25.81%24.31%
CMYK20.97%0.00%25.81%
75.69%

Color #313E2E in popluar number systems.

HEX313E2E
Decimal496246
Binary110001111110101110
Octal617656

Shades and tints

Shades of #313E2E

#313E2E
(49,62,46)
#2D392A
(45,57,42)
#293426
(41,52,38)
#252F22
(37,47,34)
#212A1E
(33,42,30)
#1D251A
(29,37,26)
#192016
(25,32,22)
#151B12
(21,27,18)
#11160E
(17,22,14)
#0D110A
(13,17,10)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #313E2E

#313E2E
(49,62,46)
#434F41
(67,79,65)
#556054
(85,96,84)
#677167
(103,113,103)
#79827A
(121,130,122)
#8B938D
(139,147,141)
#9DA4A0
(157,164,160)
#AFB5B3
(175,181,179)
#C1C6C6
(193,198,198)
#D3D7D9
(211,215,217)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313E2E; }

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

This text font color is #313E2E.


Background Color

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

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

This div background color is #313E2E.


Border color

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

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

This div border color is #313E2E.


Opacity

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

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

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

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

This text has shadow with #313E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313E2E on black background.


Color preview on white background

This text has color #313E2E on white background.



Black color preview on #313E2E background

This text has black color on #313E2E background.


White color preview on #313E2E background

This text has white color on #313E2E background.