COLOR #313B28

HEX: #313B28 RGB: (49,59,40)

Color info

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

RGB color model

#313B28 color RGB value is (49,59,40).

RGB: (49,59,40) (19%, 23%, 16%)

RGB channels and saturation

R 49 of 255 = 19%
G 59 of 255 = 23%
B 40 of 255 = 16%

49
59
40

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

Portions of RGB colors in percentages

R + G + B = 49 + 59 + 40 = 148 (100%)
R 49 of 148 ~ 33.11%
G 59 of 148 ~ 39.86%
B 40 of 148 ~ 27.03'%

%33.11
%39.86
%27.03

CMYK color model

#313B28 color CMYK value is (17,0,32,77).

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

CMYK: (17,0,32,77)
C17M0Y32K77 (17%, 0%, 32%, 77%)
(0.17 / 0.00 / 0.32 / 0.77)

CMYK percentages

%16.95
%0
%32.2
%76.86

Codes

Color #313B28 in popluar color models

31 3B 28
RGB 49 59 40
HSL 92° 19.19% 19.41%
HSB/HSV 92° 32.20% 23.14%
CMYK 16.95% 0.00% 32.20%
76.86%

Color #313B28 in popluar number systems.

HEX 31 3B 28
Decimal 49 59 40
Binary 110001 111011 101000
Octal 61 73 50

Shades and tints

Shades of #313B28

#313B28
(49,59,40)
#2D3625
(45,54,37)
#293122
(41,49,34)
#252C1F
(37,44,31)
#21271C
(33,39,28)
#1D2219
(29,34,25)
#191D16
(25,29,22)
#151813
(21,24,19)
#111310
(17,19,16)
#0D0E0D
(13,14,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #313B28

#313B28
(49,59,40)
#434C3B
(67,76,59)
#555D4E
(85,93,78)
#676E61
(103,110,97)
#797F74
(121,127,116)
#8B9087
(139,144,135)
#9DA19A
(157,161,154)
#AFB2AD
(175,178,173)
#C1C3C0
(193,195,192)
#D3D4D3
(211,212,211)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313B28; }

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

This text font color is #313B28.

Background Color

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

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

This div background color is #313B28.

Border color

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

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

This div border color is #313B28.

Opacity

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

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

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

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

This text has shadow with #313B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313B28.

Preview

Color preview on black background

This text has color #313B28 on black background.


Color preview on white background

This text has color #313B28 on white background.


Black color preview on #313B28 background

This text has black color on #313B28 background.


White color preview on #313B28 background

This text has white color on #313B28 background.


Related colors

Complementary color

Complementary color for #hex is #CEC4D7.


I love getcolorcode.com

Triadic colors

1 #28313B and #3B2831 with #313B28 are triadic colors.

2 #283B31 and #3B3128 with #313B28 are triadic colors.