COLOR #052E2E

HEX: #052E2E RGB: (5,46,46)

Color info

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

RGB color model

#052E2E color RGB value is (5,46,46).

RGB: (5,46,46) (2%, 18%, 18%)

RGB channels and saturation

R 5 of 255 = 2%
G 46 of 255 = 18%
B 46 of 255 = 18%

5
46
46

R + G + B ~ 13%. #052E2E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 46 + 46 = 97 (100%)
R 5 of 97 ~ 5.15%
G 46 of 97 ~ 47.42%
B 46 of 97 ~ 47.42'%

%47.42
%47.42

CMYK color model

#052E2E color CMYK value is (89,0,0,82).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (89,0,0,82) C89M0Y0K82 (89%,0%,0%,82%) (0.89/0.00/0.00/0.82) 

CMYK percentages

%89.13
%0
%0
%81.96

Codes

Color #052E2E in popluar color models

05 2E 2E
RGB 5 46 46
HSL 180° 80.39% 10.00%
HSB/HSV 180° 89.13% 18.04%
CMYK 89.13% 0.00% 0.00%
81.96%

Color #052E2E in popluar number systems.

HEX 05 2E 2E
Decimal 5 46 46
Binary 101 101110 101110
Octal 5 56 56

Shades and tints

Shades of #052E2E

#052E2E
(5,46,46)
#052A2A
(5,42,42)
#052626
(5,38,38)
#052222
(5,34,34)
#051E1E
(5,30,30)
#051A1A
(5,26,26)
#051616
(5,22,22)
#051212
(5,18,18)
#050E0E
(5,14,14)
#050A0A
(5,10,10)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #052E2E

#052E2E
(5,46,46)
#1B4141
(27,65,65)
#315454
(49,84,84)
#476767
(71,103,103)
#5D7A7A
(93,122,122)
#738D8D
(115,141,141)
#89A0A0
(137,160,160)
#9FB3B3
(159,179,179)
#B5C6C6
(181,198,198)
#CBD9D9
(203,217,217)
#E1ECEC
(225,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052E2E; }

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

This text font color is #052E2E.

Background Color

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

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

This div background color is #052E2E.

Border color

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

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

This div border color is #052E2E.

Opacity

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

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

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

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

This text has shadow with #052E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052E2E.

Preview

Color preview on black background

This text has color #052E2E on black background.


Color preview on white background

This text has color #052E2E on white background.


Black color preview on #052E2E background

This text has black color on #052E2E background.


White color preview on #052E2E background

This text has white color on #052E2E background.


Related colors

Complementary color

Complementary color for #hex is #FAD1D1.


I love getcolorcode.com