COLOR #31523B

HEX: #31523B RGB: (49,82,59)

Color info

#31523B contains red, green and blue colors in about the same proportion. Web safe color of #31523B is #336633 (or #363).

RGB color model

#31523B color RGB value is (49,82,59).

RGB: (49,82,59) (19%, 32%, 23%)

RGB channels and saturation

R 49 of 255 = 19%
G 82 of 255 = 32%
B 59 of 255 = 23%

49
82
59

R + G + B ~ 25%. #31523B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 82 + 59 = 190 (100%)
R 49 of 190 ~ 25.79%
G 82 of 190 ~ 43.16%
B 59 of 190 ~ 31.05'%

%25.79
%43.16
%31.05

CMYK color model

#31523B color CMYK value is (40,0,28,68).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK: (40,0,28,68) C40M0Y28K68 (40%,0%,28%,68%) (0.40/0.00/0.28/0.68) 

CMYK percentages

%40.24
%0
%28.05
%67.84

Codes

Color #31523B in popluar color models

31 52 3B
RGB 49 82 59
HSL 138° 25.19% 25.69%
HSB/HSV 138° 40.24% 32.16%
CMYK 40.24% 0.00% 28.05%
67.84%

Color #31523B in popluar number systems.

HEX 31 52 3B
Decimal 49 82 59
Binary 110001 1010010 111011
Octal 61 122 73

Shades and tints

Shades of #31523B

#31523B
(49,82,59)
#2D4B36
(45,75,54)
#294431
(41,68,49)
#253D2C
(37,61,44)
#213627
(33,54,39)
#1D2F22
(29,47,34)
#19281D
(25,40,29)
#152118
(21,33,24)
#111A13
(17,26,19)
#0D130E
(13,19,14)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #31523B

#31523B
(49,82,59)
#43614C
(67,97,76)
#55705D
(85,112,93)
#677F6E
(103,127,110)
#798E7F
(121,142,127)
#8B9D90
(139,157,144)
#9DACA1
(157,172,161)
#AFBBB2
(175,187,178)
#C1CAC3
(193,202,195)
#D3D9D4
(211,217,212)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31523B color. Also use rgb(49,82,59) instead hex code.

Text Font Color

.myTextColor { color: #31523B; }

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

This text font color is #31523B.

Background Color

.myBgColor { background-color: #31523B; }

<div style="background-color:#31523B">Inner text</div>

This div background color is #31523B.

Border color

.myBorderColor { border: 1px solid #31523B; }

<div style="border:3px solid #31523B">Div</div>

This div border color is #31523B.

Opacity

.myOpacity80 { color: #31523B; opacity: 0.8; }

<p style="color:#31523B;opacity:0.8;">80%</p>

Text with #31523B 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 #31523B;}

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

This text has shadow with #31523B color.


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

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

This text has shadow with #31523B primary color and red secondary color.


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

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

This text has shadow with #31523B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #31523B.

Preview

Color preview on black background

This text has color #31523B on black background.


Color preview on white background

This text has color #31523B on white background.


Black color preview on #31523B background

This text has black color on #31523B background.


White color preview on #31523B background

This text has white color on #31523B background.


Related colors

Complementary color

Complementary color for #hex is #CEADC4.


I love getcolorcode.com

Triadic colors

1 #3B3152 and #523B31 with #31523B are triadic colors.

2 #3B5231 and #52313B with #31523B are triadic colors.