COLOR #313E24

HEX: #313E24 RGB: (49,62,36)

Color info

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

RGB color model

#313E24 color RGB value is (49,62,36).

RGB: (49,62,36) (19%, 24%, 14%)

RGB channels and saturation

R 49 of 255 = 19%
G 62 of 255 = 24%
B 36 of 255 = 14%

49
62
36

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

Portions of RGB colors in percentages

R + G + B = 49 + 62 + 36 = 147 (100%)
R 49 of 147 ~ 33.33%
G 62 of 147 ~ 42.18%
B 36 of 147 ~ 24.49'%

%33.33
%42.18
%24.49

CMYK color model

#313E24 color CMYK value is (21,0,42,76).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 75.69%
CMYK: (21,0,42,76) C21M0Y42K76 (21%,0%,42%,76%) (0.21/0.00/0.42/0.76) 

CMYK percentages

%20.97
%0
%41.94
%75.69

Codes

Color #313E24 in popluar color models

31 3E 24
RGB 49 62 36
HSL 90° 26.53% 19.22%
HSB/HSV 90° 41.94% 24.31%
CMYK 20.97% 0.00% 41.94%
75.69%

Color #313E24 in popluar number systems.

HEX 31 3E 24
Decimal 49 62 36
Binary 110001 111110 100100
Octal 61 76 44

Shades and tints

Shades of #313E24

#313E24
(49,62,36)
#2D3921
(45,57,33)
#29341E
(41,52,30)
#252F1B
(37,47,27)
#212A18
(33,42,24)
#1D2515
(29,37,21)
#192012
(25,32,18)
#151B0F
(21,27,15)
#11160C
(17,22,12)
#0D1109
(13,17,9)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #313E24

#313E24
(49,62,36)
#434F37
(67,79,55)
#55604A
(85,96,74)
#67715D
(103,113,93)
#798270
(121,130,112)
#8B9383
(139,147,131)
#9DA496
(157,164,150)
#AFB5A9
(175,181,169)
#C1C6BC
(193,198,188)
#D3D7CF
(211,215,207)
#E5E8E2
(229,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313E24; }

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

This text font color is #313E24.

Background Color

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

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

This div background color is #313E24.

Border color

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

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

This div border color is #313E24.

Opacity

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

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

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

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

This text has shadow with #313E24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313E24.

Preview

Color preview on black background

This text has color #313E24 on black background.


Color preview on white background

This text has color #313E24 on white background.


Black color preview on #313E24 background

This text has black color on #313E24 background.


White color preview on #313E24 background

This text has white color on #313E24 background.


Related colors

Complementary color

Complementary color for #hex is #CEC1DB.


I love getcolorcode.com

Triadic colors

1 #24313E and #3E2431 with #313E24 are triadic colors.

2 #243E31 and #3E3124 with #313E24 are triadic colors.