COLOR #313B24

HEX: #313B24 RGB: (49,59,36)

Color info

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

RGB color model

#313B24 color RGB value is (49,59,36).

RGB: (49,59,36) (19%, 23%, 14%)

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 36 of 255 = 14%

49
59
36

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

Portions of RGB colors in percentages

R + G + B = 49 + 59 + 36 = 144 (100%)
R 49 of 144 ~ 34.03%
G 59 of 144 ~ 40.97%
B 36 of 144 ~ 25'%

%34.03
%40.97
%25

CMYK color model

#313B24 color CMYK value is (17,0,39,77).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 76.86%

CMYK: (17,0,39,77)
C17M0Y39K77 (17%, 0%, 39%, 77%)
(0.17 / 0.00 / 0.39 / 0.77)

CMYK percentages

%16.95
%0
%38.98
%76.86

Codes

Color #313B24 in popluar color models

31 3B 24
RGB 49 59 36
HSL 86° 24.21% 18.63%
HSB/HSV 86° 38.98% 23.14%
CMYK 16.95% 0.00% 38.98%
76.86%

Color #313B24 in popluar number systems.

HEX 31 3B 24
Decimal 49 59 36
Binary 110001 111011 100100
Octal 61 73 44

Shades and tints

Shades of #313B24

#313B24
(49,59,36)
#2D3621
(45,54,33)
#29311E
(41,49,30)
#252C1B
(37,44,27)
#212718
(33,39,24)
#1D2215
(29,34,21)
#191D12
(25,29,18)
#15180F
(21,24,15)
#11130C
(17,19,12)
#0D0E09
(13,14,9)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #313B24

#313B24
(49,59,36)
#434C37
(67,76,55)
#555D4A
(85,93,74)
#676E5D
(103,110,93)
#797F70
(121,127,112)
#8B9083
(139,144,131)
#9DA196
(157,161,150)
#AFB2A9
(175,178,169)
#C1C3BC
(193,195,188)
#D3D4CF
(211,212,207)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313B24; }

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

This text font color is #313B24.

Background Color

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

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

This div background color is #313B24.

Border color

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

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

This div border color is #313B24.

Opacity

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

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

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

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

This text has shadow with #313B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313B24.

Preview

Color preview on black background

This text has color #313B24 on black background.


Color preview on white background

This text has color #313B24 on white background.


Black color preview on #313B24 background

This text has black color on #313B24 background.


White color preview on #313B24 background

This text has white color on #313B24 background.


Related colors

Complementary color

Complementary color for #hex is #CEC4DB.


I love getcolorcode.com

Triadic colors

1 #24313B and #3B2431 with #313B24 are triadic colors.

2 #243B31 and #3B3124 with #313B24 are triadic colors.