COLOR #31875C

HEX: #31875C RGB: (49,135,92)

Color info

#31875C contains mainly green and blue colors. Web safe color of #31875C is #339966 (or #396).

RGB color model

#31875C color RGB value is (49,135,92).

RGB: (49,135,92) (19%, 53%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 135 of 255 = 53%
B 92 of 255 = 36%

49
135
92

R + G + B ~ 36%. #31875C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 135 + 92 = 276 (100%)
R 49 of 276 ~ 17.75%
G 135 of 276 ~ 48.91%
B 92 of 276 ~ 33.33'%

%17.75
%48.91
%33.33

CMYK color model

#31875C color CMYK value is (64,0,32,47).

  • cyan value is 63.70%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 47.06%

CMYK: (64,0,32,47)
C64M0Y32K47 (64%, 0%, 32%, 47%)
(0.64 / 0.00 / 0.32 / 0.47)

CMYK percentages

%63.7
%0
%31.85
%47.06

Codes

Color #31875C in popluar color models

31 87 5C
RGB 49 135 92
HSL 150° 46.74% 36.08%
HSB/HSV 150° 63.70% 52.94%
CMYK 63.70% 0.00% 31.85%
47.06%

Color #31875C in popluar number systems.

HEX 31 87 5C
Decimal 49 135 92
Binary 110001 10000111 1011100
Octal 61 207 134

Shades and tints

Shades of #31875C

#31875C
(49,135,92)
#2D7B54
(45,123,84)
#296F4C
(41,111,76)
#256344
(37,99,68)
#21573C
(33,87,60)
#1D4B34
(29,75,52)
#193F2C
(25,63,44)
#153324
(21,51,36)
#11271C
(17,39,28)
#0D1B14
(13,27,20)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #31875C

#31875C
(49,135,92)
#43916A
(67,145,106)
#559B78
(85,155,120)
#67A586
(103,165,134)
#79AF94
(121,175,148)
#8BB9A2
(139,185,162)
#9DC3B0
(157,195,176)
#AFCDBE
(175,205,190)
#C1D7CC
(193,215,204)
#D3E1DA
(211,225,218)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31875C color. Also use rgb(49,135,92) instead hex code.

Text Font Color

.myTextColor { color: #31875C; }

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

This text font color is #31875C.

Background Color

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

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

This div background color is #31875C.

Border color

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

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

This div border color is #31875C.

Opacity

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

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

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

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

This text has shadow with #31875C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31875C.

Preview

Color preview on black background

This text has color #31875C on black background.


Color preview on white background

This text has color #31875C on white background.


Black color preview on #31875C background

This text has black color on #31875C background.


White color preview on #31875C background

This text has white color on #31875C background.


Related colors

Complementary color

Complementary color for #hex is #CE78A3.


I love getcolorcode.com

Triadic colors

1 #5C3187 and #875C31 with #31875C are triadic colors.

2 #5C8731 and #87315C with #31875C are triadic colors.