COLOR #31525D

HEX: #31525D
RGB: (49,82,93)

Color info

#31525D contains red, green and blue colors in about the same proportion. Web safe color of #31525D is #336666 (or #366).

RGB color model

#31525D color RGB value is (49,82,93).

  • red value is 49;
  • green value is 82;
  • blue value is 93.
RGB:
(49,82,93)
(19%,32%,36%)

RGB channels and saturation

R 49 of 255 = 19%
G 82 of 255 = 32%
B 93 of 255 = 36%

49
82
93

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

Portions of RGB colors in percentages

R + G + B =
49 + 82 + 93 = 224 (100%)
R 49 of 224 ~ 21.88%
G 82 of 224 ~ 36.61%
B 93 of 224 ~ 41.52%

%21.88
%36.61
%41.52

CMYK color model

#31525D color CMYK value is (47,12,0,64).

  • cyan value is 47.31%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(47,12,0,64)
C47M12Y0K64 
(47%,12%,0%,64%)
(0.47/0.12/0.00/0.64)	

CMYK percentages

%47.31
%11.83
%0
%63.53

Codes

Color #31525D in popluar color models

31525D
RGB498293
HSL195°30.99%27.84%
HSB/HSV195°47.31%36.47%
CMYK47.31%11.83%0.00%
63.53%

Color #31525D in popluar number systems.

HEX31525D
Decimal498293
Binary11000110100101011101
Octal61122135

Shades and tints

Shades of #31525D

#31525D
(49,82,93)
#2D4B55
(45,75,85)
#29444D
(41,68,77)
#253D45
(37,61,69)
#21363D
(33,54,61)
#1D2F35
(29,47,53)
#19282D
(25,40,45)
#152125
(21,33,37)
#111A1D
(17,26,29)
#0D1315
(13,19,21)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #31525D

#31525D
(49,82,93)
#43616B
(67,97,107)
#557079
(85,112,121)
#677F87
(103,127,135)
#798E95
(121,142,149)
#8B9DA3
(139,157,163)
#9DACB1
(157,172,177)
#AFBBBF
(175,187,191)
#C1CACD
(193,202,205)
#D3D9DB
(211,217,219)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31525D color. Also use rgb(49,82,93) instead hex code.

Text Font Color

.myTextColor { color: #31525D; }

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

This text font color is #31525D.


Background Color

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

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

This div background color is #31525D.


Border color

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

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

This div border color is #31525D.


Opacity

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

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

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

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

This text has shadow with #31525D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31525D on black background.


Color preview on white background

This text has color #31525D on white background.



Black color preview on #31525D background

This text has black color on #31525D background.


White color preview on #31525D background

This text has white color on #31525D background.