COLOR #052531

HEX: #052531
RGB: (5,37,49)

Color info

#052531 contains red, green and blue colors in about the same proportion. Web safe color of #052531 is #003333 (or #033).

RGB color model

#052531 color RGB value is (5,37,49).

  • red value is 5;
  • green value is 37;
  • blue value is 49.
RGB:
(5,37,49)
(2%,15%,19%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 49 of 255 = 19%

5
37
49

R + G + B ~ 12%. #052531 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 49 = 91 (100%)
R 5 of 91 ~ 5.49%
G 37 of 91 ~ 40.66%
B 49 of 91 ~ 53.85%

%40.66
%53.85

CMYK color model

#052531 color CMYK value is (90,24,0,81).

  • cyan value is 89.80%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(90,24,0,81)
C90M24Y0K81 
(90%,24%,0%,81%)
(0.90/0.24/0.00/0.81)	

CMYK percentages

%89.8
%24.49
%0
%80.78

Codes

Color #052531 in popluar color models

052531
RGB53749
HSL196°81.48%10.59%
HSB/HSV196°89.80%19.22%
CMYK89.80%24.49%0.00%
80.78%

Color #052531 in popluar number systems.

HEX052531
Decimal53749
Binary101100101110001
Octal54561

Shades and tints

Shades of #052531

#052531
(5,37,49)
#05222D
(5,34,45)
#051F29
(5,31,41)
#051C25
(5,28,37)
#051921
(5,25,33)
#05161D
(5,22,29)
#051319
(5,19,25)
#051015
(5,16,21)
#050D11
(5,13,17)
#050A0D
(5,10,13)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #052531

#052531
(5,37,49)
#1B3843
(27,56,67)
#314B55
(49,75,85)
#475E67
(71,94,103)
#5D7179
(93,113,121)
#73848B
(115,132,139)
#89979D
(137,151,157)
#9FAAAF
(159,170,175)
#B5BDC1
(181,189,193)
#CBD0D3
(203,208,211)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052531 color. Also use rgb(5,37,49) instead hex code.

Text Font Color

.myTextColor { color: #052531; }

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

This text font color is #052531.


Background Color

.myBgColor { background-color: #052531; }

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

This div background color is #052531.


Border color

.myBorderColor { border: 1px solid #052531; }

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

This div border color is #052531.


Opacity

.myOpacity80 { color: #052531; opacity: 0.8; }

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

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

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

This text has shadow with #052531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052531 on black background.


Color preview on white background

This text has color #052531 on white background.



Black color preview on #052531 background

This text has black color on #052531 background.


White color preview on #052531 background

This text has white color on #052531 background.