COLOR #052021

HEX: #052021
RGB: (5,32,33)

Color info

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

RGB color model

#052021 color RGB value is (5,32,33).

  • red value is 5;
  • green value is 32;
  • blue value is 33.
RGB:
(5,32,33)
(2%,13%,13%)

RGB channels and saturation

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

5
32
33

R + G + B ~ 9%. #052021 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 32 + 33 = 70 (100%)
R 5 of 70 ~ 7.14%
G 32 of 70 ~ 45.71%
B 33 of 70 ~ 47.14%

%45.71
%47.14

CMYK color model

#052021 color CMYK value is (85,3,0,87).

  • cyan value is 84.85%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(85,3,0,87)
C85M3Y0K87 
(85%,3%,0%,87%)
(0.85/0.03/0.00/0.87)	

CMYK percentages

%84.85
%3.03
%0
%87.06

Codes

Color #052021 in popluar color models

052021
RGB53233
HSL182°73.68%7.45%
HSB/HSV182°84.85%12.94%
CMYK84.85%3.03%0.00%
87.06%

Color #052021 in popluar number systems.

HEX052021
Decimal53233
Binary101100000100001
Octal54041

Shades and tints

Shades of #052021

#052021
(5,32,33)
#051E1E
(5,30,30)
#051C1B
(5,28,27)
#051A18
(5,26,24)
#051815
(5,24,21)
#051612
(5,22,18)
#05140F
(5,20,15)
#05120C
(5,18,12)
#051009
(5,16,9)
#050E06
(5,14,6)
#050C03
(5,12,3)
#000000
(0,0,0)

Tints of #052021

#052021
(5,32,33)
#1B3435
(27,52,53)
#314849
(49,72,73)
#475C5D
(71,92,93)
#5D7071
(93,112,113)
#738485
(115,132,133)
#899899
(137,152,153)
#9FACAD
(159,172,173)
#B5C0C1
(181,192,193)
#CBD4D5
(203,212,213)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052021; }

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

This text font color is #052021.


Background Color

.myBgColor { background-color: #052021; }

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

This div background color is #052021.


Border color

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

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

This div border color is #052021.


Opacity

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

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

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

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

This text has shadow with #052021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052021 on black background.


Color preview on white background

This text has color #052021 on white background.



Black color preview on #052021 background

This text has black color on #052021 background.


White color preview on #052021 background

This text has white color on #052021 background.