COLOR #31553B

HEX: #31553B RGB: (49,85,59)

Color info

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

RGB color model

#31553B color RGB value is (49,85,59).

RGB: (49,85,59) (19%, 33%, 23%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 59 of 255 = 23%

49
85
59

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

Portions of RGB colors in percentages

R + G + B = 49 + 85 + 59 = 193 (100%)
R 49 of 193 ~ 25.39%
G 85 of 193 ~ 44.04%
B 59 of 193 ~ 30.57'%

%25.39
%44.04
%30.57

CMYK color model

#31553B color CMYK value is (42,0,31,67).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK: (42,0,31,67) C42M0Y31K67 (42%,0%,31%,67%) (0.42/0.00/0.31/0.67) 

CMYK percentages

%42.35
%0
%30.59
%66.67

Codes

Color #31553B in popluar color models

31 55 3B
RGB 49 85 59
HSL 137° 26.87% 26.27%
HSB/HSV 137° 42.35% 33.33%
CMYK 42.35% 0.00% 30.59%
66.67%

Color #31553B in popluar number systems.

HEX 31 55 3B
Decimal 49 85 59
Binary 110001 1010101 111011
Octal 61 125 73

Shades and tints

Shades of #31553B

#31553B
(49,85,59)
#2D4E36
(45,78,54)
#294731
(41,71,49)
#25402C
(37,64,44)
#213927
(33,57,39)
#1D3222
(29,50,34)
#192B1D
(25,43,29)
#152418
(21,36,24)
#111D13
(17,29,19)
#0D160E
(13,22,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #31553B

#31553B
(49,85,59)
#43644C
(67,100,76)
#55735D
(85,115,93)
#67826E
(103,130,110)
#79917F
(121,145,127)
#8BA090
(139,160,144)
#9DAFA1
(157,175,161)
#AFBEB2
(175,190,178)
#C1CDC3
(193,205,195)
#D3DCD4
(211,220,212)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31553B; }

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

This text font color is #31553B.

Background Color

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

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

This div background color is #31553B.

Border color

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

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

This div border color is #31553B.

Opacity

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

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

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

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

This text has shadow with #31553B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31553B.

Preview

Color preview on black background

This text has color #31553B on black background.


Color preview on white background

This text has color #31553B on white background.


Black color preview on #31553B background

This text has black color on #31553B background.


White color preview on #31553B background

This text has white color on #31553B background.


Related colors

Complementary color

Complementary color for #hex is #CEAAC4.


I love getcolorcode.com

Triadic colors

1 #3B3155 and #553B31 with #31553B are triadic colors.

2 #3B5531 and #55313B with #31553B are triadic colors.