COLOR #31624D

HEX: #31624D
RGB: (49,98,77)

Color info

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

RGB color model

#31624D color RGB value is (49,98,77).

  • red value is 49;
  • green value is 98;
  • blue value is 77.
RGB:
(49,98,77)
(19%,38%,30%)

RGB channels and saturation

R 49 of 255 = 19%
G 98 of 255 = 38%
B 77 of 255 = 30%

49
98
77

R + G + B ~ 29%. #31624D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 98 + 77 = 224 (100%)
R 49 of 224 ~ 21.88%
G 98 of 224 ~ 43.75%
B 77 of 224 ~ 34.38%

%21.88
%43.75
%34.38

CMYK color model

#31624D color CMYK value is (50,0,21,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(50,0,21,62)
C50M0Y21K62 
(50%,0%,21%,62%)
(0.50/0.00/0.21/0.62)	

CMYK percentages

%50
%0
%21.43
%61.57

Codes

Color #31624D in popluar color models

31624D
RGB499877
HSL154°33.33%28.82%
HSB/HSV154°50.00%38.43%
CMYK50.00%0.00%21.43%
61.57%

Color #31624D in popluar number systems.

HEX31624D
Decimal499877
Binary11000111000101001101
Octal61142115

Shades and tints

Shades of #31624D

#31624D
(49,98,77)
#2D5A46
(45,90,70)
#29523F
(41,82,63)
#254A38
(37,74,56)
#214231
(33,66,49)
#1D3A2A
(29,58,42)
#193223
(25,50,35)
#152A1C
(21,42,28)
#112215
(17,34,21)
#0D1A0E
(13,26,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #31624D

#31624D
(49,98,77)
#43705D
(67,112,93)
#557E6D
(85,126,109)
#678C7D
(103,140,125)
#799A8D
(121,154,141)
#8BA89D
(139,168,157)
#9DB6AD
(157,182,173)
#AFC4BD
(175,196,189)
#C1D2CD
(193,210,205)
#D3E0DD
(211,224,221)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31624D color. Also use rgb(49,98,77) instead hex code.

Text Font Color

.myTextColor { color: #31624D; }

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

This text font color is #31624D.


Background Color

.myBgColor { background-color: #31624D; }

<div style="background-color:#31624D">Inner text</div>

This div background color is #31624D.


Border color

.myBorderColor { border: 1px solid #31624D; }

<div style="border:3px solid #31624D">Div</div>

This div border color is #31624D.


Opacity

.myOpacity80 { color: #31624D; opacity: 0.8; }

<p style="color:#31624D;opacity:0.8;">80%</p>

Text with #31624D 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 #31624D;}

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

This text has shadow with #31624D color.

.textShadow {text-shadow: 3px 3px 1px #31624D, 3px 3px 1px red;}

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

This text has shadow with #31624D primary color and red secondary color.


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

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

This text has shadow with #31624D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31624D;
-webkit-box-shadow: 1px 1px 3px 2px #31624D;
box-shadow:1px 1px 3px 2px #31624D;">
Div content here</div>
This div box has shadow with color #31624D.

Preview

Color preview on black background

This text has color #31624D on black background.


Color preview on white background

This text has color #31624D on white background.



Black color preview on #31624D background

This text has black color on #31624D background.


White color preview on #31624D background

This text has white color on #31624D background.