COLOR #052122

HEX: #052122
RGB: (5,33,34)

Color info

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

RGB color model

#052122 color RGB value is (5,33,34).

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

RGB channels and saturation

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

5
33
34

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 34 = 72 (100%)
R 5 of 72 ~ 6.94%
G 33 of 72 ~ 45.83%
B 34 of 72 ~ 47.22%

%45.83
%47.22

CMYK color model

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

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

CMYK percentages

%85.29
%2.94
%0
%86.67

Codes

Color #052122 in popluar color models

052122
RGB53334
HSL182°74.36%7.65%
HSB/HSV182°85.29%13.33%
CMYK85.29%2.94%0.00%
86.67%

Color #052122 in popluar number systems.

HEX052122
Decimal53334
Binary101100001100010
Octal54142

Shades and tints

Shades of #052122

#052122
(5,33,34)
#051E1F
(5,30,31)
#051B1C
(5,27,28)
#051819
(5,24,25)
#051516
(5,21,22)
#051213
(5,18,19)
#050F10
(5,15,16)
#050C0D
(5,12,13)
#05090A
(5,9,10)
#050607
(5,6,7)
#050304
(5,3,4)
#000000
(0,0,0)

Tints of #052122

#052122
(5,33,34)
#1B3536
(27,53,54)
#31494A
(49,73,74)
#475D5E
(71,93,94)
#5D7172
(93,113,114)
#738586
(115,133,134)
#89999A
(137,153,154)
#9FADAE
(159,173,174)
#B5C1C2
(181,193,194)
#CBD5D6
(203,213,214)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052122; }

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

This text font color is #052122.


Background Color

.myBgColor { background-color: #052122; }

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

This div background color is #052122.


Border color

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

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

This div border color is #052122.


Opacity

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

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

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

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

This text has shadow with #052122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052122 on black background.


Color preview on white background

This text has color #052122 on white background.



Black color preview on #052122 background

This text has black color on #052122 background.


White color preview on #052122 background

This text has white color on #052122 background.