COLOR #052131

HEX: #052131 RGB: (5,33,49)

Color info

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

RGB color model

#052131 color RGB value is (5,33,49).

RGB: (5,33,49) (2%, 13%, 19%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 49 of 255 = 19%

5
33
49

R + G + B ~ 11%. #052131 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 33 + 49 = 87 (100%)
R 5 of 87 ~ 5.75%
G 33 of 87 ~ 37.93%
B 49 of 87 ~ 56.32'%

%37.93
%56.32

CMYK color model

#052131 color CMYK value is (90,33,0,81).

  • cyan value is 89.80%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (90,33,0,81)
C90M33Y0K81 (90%, 33%, 0%, 81%)
(0.90 / 0.33 / 0.00 / 0.81)

CMYK percentages

%89.8
%32.65
%0
%80.78

Codes

Color #052131 in popluar color models

05 21 31
RGB 5 33 49
HSL 202° 81.48% 10.59%
HSB/HSV 202° 89.80% 19.22%
CMYK 89.80% 32.65% 0.00%
80.78%

Color #052131 in popluar number systems.

HEX 05 21 31
Decimal 5 33 49
Binary 101 100001 110001
Octal 5 41 61

Shades and tints

Shades of #052131

#052131
(5,33,49)
#051E2D
(5,30,45)
#051B29
(5,27,41)
#051825
(5,24,37)
#051521
(5,21,33)
#05121D
(5,18,29)
#050F19
(5,15,25)
#050C15
(5,12,21)
#050911
(5,9,17)
#05060D
(5,6,13)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #052131

#052131
(5,33,49)
#1B3543
(27,53,67)
#314955
(49,73,85)
#475D67
(71,93,103)
#5D7179
(93,113,121)
#73858B
(115,133,139)
#89999D
(137,153,157)
#9FADAF
(159,173,175)
#B5C1C1
(181,193,193)
#CBD5D3
(203,213,211)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052131; }

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

This text font color is #052131.

Background Color

.myBgColor { background-color: #052131; }

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

This div background color is #052131.

Border color

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

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

This div border color is #052131.

Opacity

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

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

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

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

This text has shadow with #052131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052131.

Preview

Color preview on black background

This text has color #052131 on black background.


Color preview on white background

This text has color #052131 on white background.


Black color preview on #052131 background

This text has black color on #052131 background.


White color preview on #052131 background

This text has white color on #052131 background.


Related colors

Complementary color

Complementary color for #hex is #FADECE.


I love getcolorcode.com

Triadic colors

1 #310521 and #213105 with #052131 are triadic colors.

2 #312105 and #210531 with #052131 are triadic colors.