COLOR #052225

HEX: #052225
RGB: (5,34,37)

Color info

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

RGB color model

#052225 color RGB value is (5,34,37).

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

RGB channels and saturation

R 5 of 255 = 2%
G 34 of 255 = 13%
B 37 of 255 = 15%

5
34
37

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

Portions of RGB colors in percentages

R + G + B =
5 + 34 + 37 = 76 (100%)
R 5 of 76 ~ 6.58%
G 34 of 76 ~ 44.74%
B 37 of 76 ~ 48.68%

%44.74
%48.68

CMYK color model

#052225 color CMYK value is (86,8,0,85).

  • cyan value is 86.49%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(86,8,0,85)
C86M8Y0K85 
(86%,8%,0%,85%)
(0.86/0.08/0.00/0.85)	

CMYK percentages

%86.49
%8.11
%0
%85.49

Codes

Color #052225 in popluar color models

052225
RGB53437
HSL186°76.19%8.24%
HSB/HSV186°86.49%14.51%
CMYK86.49%8.11%0.00%
85.49%

Color #052225 in popluar number systems.

HEX052225
Decimal53437
Binary101100010100101
Octal54245

Shades and tints

Shades of #052225

#052225
(5,34,37)
#051F22
(5,31,34)
#051C1F
(5,28,31)
#05191C
(5,25,28)
#051619
(5,22,25)
#051316
(5,19,22)
#051013
(5,16,19)
#050D10
(5,13,16)
#050A0D
(5,10,13)
#05070A
(5,7,10)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #052225

#052225
(5,34,37)
#1B3638
(27,54,56)
#314A4B
(49,74,75)
#475E5E
(71,94,94)
#5D7271
(93,114,113)
#738684
(115,134,132)
#899A97
(137,154,151)
#9FAEAA
(159,174,170)
#B5C2BD
(181,194,189)
#CBD6D0
(203,214,208)
#E1EAE3
(225,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052225; }

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

This text font color is #052225.


Background Color

.myBgColor { background-color: #052225; }

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

This div background color is #052225.


Border color

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

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

This div border color is #052225.


Opacity

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

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

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

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

This text has shadow with #052225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052225 on black background.


Color preview on white background

This text has color #052225 on white background.



Black color preview on #052225 background

This text has black color on #052225 background.


White color preview on #052225 background

This text has white color on #052225 background.