COLOR #052A24

HEX: #052A24
RGB: (5,42,36)

Color info

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

RGB color model

#052A24 color RGB value is (5,42,36).

  • red value is 5;
  • green value is 42;
  • blue value is 36.
RGB:
(5,42,36)
(2%,16%,14%)

RGB channels and saturation

R 5 of 255 = 2%
G 42 of 255 = 16%
B 36 of 255 = 14%

5
42
36

R + G + B ~ 11%. #052A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 42 + 36 = 83 (100%)
R 5 of 83 ~ 6.02%
G 42 of 83 ~ 50.6%
B 36 of 83 ~ 43.37%

%50.6
%43.37

CMYK color model

#052A24 color CMYK value is (88,0,14,84).

  • cyan value is 88.10%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 83.53%
CMYK:
(88,0,14,84)
C88M0Y14K84 
(88%,0%,14%,84%)
(0.88/0.00/0.14/0.84)	

CMYK percentages

%88.1
%0
%14.29
%83.53

Codes

Color #052A24 in popluar color models

052A24
RGB54236
HSL170°78.72%9.22%
HSB/HSV170°88.10%16.47%
CMYK88.10%0.00%14.29%
83.53%

Color #052A24 in popluar number systems.

HEX052A24
Decimal54236
Binary101101010100100
Octal55244

Shades and tints

Shades of #052A24

#052A24
(5,42,36)
#052721
(5,39,33)
#05241E
(5,36,30)
#05211B
(5,33,27)
#051E18
(5,30,24)
#051B15
(5,27,21)
#051812
(5,24,18)
#05150F
(5,21,15)
#05120C
(5,18,12)
#050F09
(5,15,9)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #052A24

#052A24
(5,42,36)
#1B3D37
(27,61,55)
#31504A
(49,80,74)
#47635D
(71,99,93)
#5D7670
(93,118,112)
#738983
(115,137,131)
#899C96
(137,156,150)
#9FAFA9
(159,175,169)
#B5C2BC
(181,194,188)
#CBD5CF
(203,213,207)
#E1E8E2
(225,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052A24 color. Also use rgb(5,42,36) instead hex code.

Text Font Color

.myTextColor { color: #052A24; }

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

This text font color is #052A24.


Background Color

.myBgColor { background-color: #052A24; }

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

This div background color is #052A24.


Border color

.myBorderColor { border: 1px solid #052A24; }

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

This div border color is #052A24.


Opacity

.myOpacity80 { color: #052A24; opacity: 0.8; }

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

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

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

This text has shadow with #052A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052A24 on black background.


Color preview on white background

This text has color #052A24 on white background.



Black color preview on #052A24 background

This text has black color on #052A24 background.


White color preview on #052A24 background

This text has white color on #052A24 background.