COLOR #31554C

HEX: #31554C RGB: (49,85,76)

Color info

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

RGB color model

#31554C color RGB value is (49,85,76).

RGB: (49,85,76) (19%, 33%, 30%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 76 of 255 = 30%

49
85
76

R + G + B ~ 27%. #31554C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 85 + 76 = 210 (100%)
R 49 of 210 ~ 23.33%
G 85 of 210 ~ 40.48%
B 76 of 210 ~ 36.19'%

%23.33
%40.48
%36.19

CMYK color model

#31554C color CMYK value is (42,0,11,67).

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

CMYK: (42,0,11,67)
C42M0Y11K67 (42%, 0%, 11%, 67%)
(0.42 / 0.00 / 0.11 / 0.67)

CMYK percentages

%42.35
%0
%10.59
%66.67

Codes

Color #31554C in popluar color models

31 55 4C
RGB 49 85 76
HSL 165° 26.87% 26.27%
HSB/HSV 165° 42.35% 33.33%
CMYK 42.35% 0.00% 10.59%
66.67%

Color #31554C in popluar number systems.

HEX 31 55 4C
Decimal 49 85 76
Binary 110001 1010101 1001100
Octal 61 125 114

Shades and tints

Shades of #31554C

#31554C
(49,85,76)
#2D4E46
(45,78,70)
#294740
(41,71,64)
#25403A
(37,64,58)
#213934
(33,57,52)
#1D322E
(29,50,46)
#192B28
(25,43,40)
#152422
(21,36,34)
#111D1C
(17,29,28)
#0D1616
(13,22,22)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #31554C

#31554C
(49,85,76)
#43645C
(67,100,92)
#55736C
(85,115,108)
#67827C
(103,130,124)
#79918C
(121,145,140)
#8BA09C
(139,160,156)
#9DAFAC
(157,175,172)
#AFBEBC
(175,190,188)
#C1CDCC
(193,205,204)
#D3DCDC
(211,220,220)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31554C; }

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

This text font color is #31554C.

Background Color

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

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

This div background color is #31554C.

Border color

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

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

This div border color is #31554C.

Opacity

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

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

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

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

This text has shadow with #31554C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31554C.

Preview

Color preview on black background

This text has color #31554C on black background.


Color preview on white background

This text has color #31554C on white background.


Black color preview on #31554C background

This text has black color on #31554C background.


White color preview on #31554C background

This text has white color on #31554C background.


Related colors

Complementary color

Complementary color for #hex is #CEAAB3.


I love getcolorcode.com

Triadic colors

1 #4C3155 and #554C31 with #31554C are triadic colors.

2 #4C5531 and #55314C with #31554C are triadic colors.