COLOR #052027

HEX: #052027 RGB: (5,32,39)

Color info

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

RGB color model

#052027 color RGB value is (5,32,39).

RGB: (5,32,39) (2%, 13%, 15%)

RGB channels and saturation

R 5 of 255 = 2%
G 32 of 255 = 13%
B 39 of 255 = 15%

5
32
39

R + G + B ~ 10%. #052027 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 32 + 39 = 76 (100%)
R 5 of 76 ~ 6.58%
G 32 of 76 ~ 42.11%
B 39 of 76 ~ 51.32'%

%42.11
%51.32

CMYK color model

#052027 color CMYK value is (87,18,0,85).

  • cyan value is 87.18%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (87,18,0,85)
C87M18Y0K85 (87%, 18%, 0%, 85%)
(0.87 / 0.18 / 0.00 / 0.85)

CMYK percentages

%87.18
%17.95
%0
%84.71

Codes

Color #052027 in popluar color models

05 20 27
RGB 5 32 39
HSL 192° 77.27% 8.63%
HSB/HSV 192° 87.18% 15.29%
CMYK 87.18% 17.95% 0.00%
84.71%

Color #052027 in popluar number systems.

HEX 05 20 27
Decimal 5 32 39
Binary 101 100000 100111
Octal 5 40 47

Shades and tints

Shades of #052027

#052027
(5,32,39)
#051E24
(5,30,36)
#051C21
(5,28,33)
#051A1E
(5,26,30)
#05181B
(5,24,27)
#051618
(5,22,24)
#051415
(5,20,21)
#051212
(5,18,18)
#05100F
(5,16,15)
#050E0C
(5,14,12)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #052027

#052027
(5,32,39)
#1B343A
(27,52,58)
#31484D
(49,72,77)
#475C60
(71,92,96)
#5D7073
(93,112,115)
#738486
(115,132,134)
#899899
(137,152,153)
#9FACAC
(159,172,172)
#B5C0BF
(181,192,191)
#CBD4D2
(203,212,210)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052027 color. Also use rgb(5,32,39) instead hex code.

Text Font Color

.myTextColor { color: #052027; }

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

This text font color is #052027.

Background Color

.myBgColor { background-color: #052027; }

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

This div background color is #052027.

Border color

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

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

This div border color is #052027.

Opacity

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

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

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

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

This text has shadow with #052027 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052027.

Preview

Color preview on black background

This text has color #052027 on black background.


Color preview on white background

This text has color #052027 on white background.


Black color preview on #052027 background

This text has black color on #052027 background.


White color preview on #052027 background

This text has white color on #052027 background.


Related colors

Complementary color

Complementary color for #hex is #FADFD8.


I love getcolorcode.com

Triadic colors

1 #270520 and #202705 with #052027 are triadic colors.

2 #272005 and #200527 with #052027 are triadic colors.