COLOR #052000

HEX: #052000 RGB: (5,32,0)

Color info

#052000 contains only red and green colors. Web safe color of #052000 is #003300 (or #030).

RGB color model

#052000 color RGB value is (5,32,0).

RGB: (5,32,0) (2%, 13%, 0%)

RGB channels and saturation

R 5 of 255 = 2%
G 32 of 255 = 13%
B 0 of 255 = 0%

5
32
0

R + G + B ~ 5%. #052000 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 32 + 0 = 37 (100%)
R 5 of 37 ~ 13.51%
G 32 of 37 ~ 86.49%
B 0 of 37 ~ 0'%

%13.51
%86.49

CMYK color model

#052000 color CMYK value is (84,0,100,87).

  • cyan value is 84.38%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 87.45%

CMYK: (84,0,100,87)
C84M0Y100K87 (84%, 0%, 100%, 87%)
(0.84 / 0.00 / 1.00 / 0.87)

CMYK percentages

%84.38
%0
%100
%87.45

Codes

Color #052000 in popluar color models

05 20 00
RGB 5 32 0
HSL 111° 100.00% 6.27%
HSB/HSV 111° 100.00% 12.55%
CMYK 84.38% 0.00% 100.00%
87.45%

Color #052000 in popluar number systems.

HEX 05 20 00
Decimal 5 32 0
Binary 101 100000 0
Octal 5 40 0

Shades and tints

Shades of #052000

#052000
(5,32,0)
#051E00
(5,30,0)
#051C00
(5,28,0)
#051A00
(5,26,0)
#051800
(5,24,0)
#051600
(5,22,0)
#051400
(5,20,0)
#051200
(5,18,0)
#051000
(5,16,0)
#050E00
(5,14,0)
#050C00
(5,12,0)
#000000
(0,0,0)

Tints of #052000

#052000
(5,32,0)
#1B3417
(27,52,23)
#31482E
(49,72,46)
#475C45
(71,92,69)
#5D705C
(93,112,92)
#738473
(115,132,115)
#89988A
(137,152,138)
#9FACA1
(159,172,161)
#B5C0B8
(181,192,184)
#CBD4CF
(203,212,207)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052000; }

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

This text font color is #052000.

Background Color

.myBgColor { background-color: #052000; }

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

This div background color is #052000.

Border color

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

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

This div border color is #052000.

Opacity

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

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

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

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

This text has shadow with #052000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052000.

Preview

Color preview on black background

This text has color #052000 on black background.


Color preview on white background

This text has color #052000 on white background.


Black color preview on #052000 background

This text has black color on #052000 background.


White color preview on #052000 background

This text has white color on #052000 background.


Related colors

Complementary color

Complementary color for #hex is #FADFFF.


I love getcolorcode.com

Triadic colors

1 #000520 and #200005 with #052000 are triadic colors.

2 #002005 and #200500 with #052000 are triadic colors.