COLOR #052121

HEX: #052121
RGB: (5,33,33)

Color info

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

RGB color model

#052121 color RGB value is (5,33,33).

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

RGB channels and saturation

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

5
33
33

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 33 = 71 (100%)
R 5 of 71 ~ 7.04%
G 33 of 71 ~ 46.48%
B 33 of 71 ~ 46.48%

%46.48
%46.48

CMYK color model

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

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

CMYK percentages

%84.85
%0
%0
%87.06

Codes

Color #052121 in popluar color models

052121
RGB53333
HSL180°73.68%7.45%
HSB/HSV180°84.85%12.94%
CMYK84.85%0.00%0.00%
87.06%

Color #052121 in popluar number systems.

HEX052121
Decimal53333
Binary101100001100001
Octal54141

Shades and tints

Shades of #052121

#052121
(5,33,33)
#051E1E
(5,30,30)
#051B1B
(5,27,27)
#051818
(5,24,24)
#051515
(5,21,21)
#051212
(5,18,18)
#050F0F
(5,15,15)
#050C0C
(5,12,12)
#050909
(5,9,9)
#050606
(5,6,6)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #052121

#052121
(5,33,33)
#1B3535
(27,53,53)
#314949
(49,73,73)
#475D5D
(71,93,93)
#5D7171
(93,113,113)
#738585
(115,133,133)
#899999
(137,153,153)
#9FADAD
(159,173,173)
#B5C1C1
(181,193,193)
#CBD5D5
(203,213,213)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052121; }

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

This text font color is #052121.


Background Color

.myBgColor { background-color: #052121; }

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

This div background color is #052121.


Border color

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

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

This div border color is #052121.


Opacity

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

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

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

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

This text has shadow with #052121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052121 on black background.


Color preview on white background

This text has color #052121 on white background.



Black color preview on #052121 background

This text has black color on #052121 background.


White color preview on #052121 background

This text has white color on #052121 background.