COLOR #31553C

HEX: #31553C RGB: (49,85,60)

Color info

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

RGB color model

#31553C color RGB value is (49,85,60).

RGB: (49,85,60) (19%, 33%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 60 of 255 = 24%

49
85
60

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

Portions of RGB colors in percentages

R + G + B = 49 + 85 + 60 = 194 (100%)
R 49 of 194 ~ 25.26%
G 85 of 194 ~ 43.81%
B 60 of 194 ~ 30.93'%

%25.26
%43.81
%30.93

CMYK color model

#31553C color CMYK value is (42,0,29,67).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (42,0,29,67)
C42M0Y29K67 (42%, 0%, 29%, 67%)
(0.42 / 0.00 / 0.29 / 0.67)

CMYK percentages

%42.35
%0
%29.41
%66.67

Codes

Color #31553C in popluar color models

31 55 3C
RGB 49 85 60
HSL 138° 26.87% 26.27%
HSB/HSV 138° 42.35% 33.33%
CMYK 42.35% 0.00% 29.41%
66.67%

Color #31553C in popluar number systems.

HEX 31 55 3C
Decimal 49 85 60
Binary 110001 1010101 111100
Octal 61 125 74

Shades and tints

Shades of #31553C

#31553C
(49,85,60)
#2D4E37
(45,78,55)
#294732
(41,71,50)
#25402D
(37,64,45)
#213928
(33,57,40)
#1D3223
(29,50,35)
#192B1E
(25,43,30)
#152419
(21,36,25)
#111D14
(17,29,20)
#0D160F
(13,22,15)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #31553C

#31553C
(49,85,60)
#43644D
(67,100,77)
#55735E
(85,115,94)
#67826F
(103,130,111)
#799180
(121,145,128)
#8BA091
(139,160,145)
#9DAFA2
(157,175,162)
#AFBEB3
(175,190,179)
#C1CDC4
(193,205,196)
#D3DCD5
(211,220,213)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31553C; }

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

This text font color is #31553C.

Background Color

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

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

This div background color is #31553C.

Border color

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

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

This div border color is #31553C.

Opacity

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

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

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

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

This text has shadow with #31553C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31553C.

Preview

Color preview on black background

This text has color #31553C on black background.


Color preview on white background

This text has color #31553C on white background.


Black color preview on #31553C background

This text has black color on #31553C background.


White color preview on #31553C background

This text has white color on #31553C background.


Related colors

Complementary color

Complementary color for #hex is #CEAAC3.


I love getcolorcode.com

Triadic colors

1 #3C3155 and #553C31 with #31553C are triadic colors.

2 #3C5531 and #55313C with #31553C are triadic colors.