COLOR #052A13

HEX: #052A13
RGB: (5,42,19)

Color info

#052A13 contains red, green and blue colors in about the same proportion. Web safe color of #052A13 is #003300 (or #030).

RGB color model

#052A13 color RGB value is (5,42,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 42 of 255 = 16%
B 19 of 255 = 7%

5
42
19

R + G + B ~ 8%. #052A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 42 + 19 = 66 (100%)
R 5 of 66 ~ 7.58%
G 42 of 66 ~ 63.64%
B 19 of 66 ~ 28.79%

%63.64
%28.79

CMYK color model

#052A13 color CMYK value is (88,0,55,84).

  • cyan value is 88.10%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 83.53%
CMYK:
(88,0,55,84)
C88M0Y55K84 
(88%,0%,55%,84%)
(0.88/0.00/0.55/0.84)	

CMYK percentages

%88.1
%0
%54.76
%83.53

Codes

Color #052A13 in popluar color models

052A13
RGB54219
HSL143°78.72%9.22%
HSB/HSV143°88.10%16.47%
CMYK88.10%0.00%54.76%
83.53%

Color #052A13 in popluar number systems.

HEX052A13
Decimal54219
Binary10110101010011
Octal55223

Shades and tints

Shades of #052A13

#052A13
(5,42,19)
#052712
(5,39,18)
#052411
(5,36,17)
#052110
(5,33,16)
#051E0F
(5,30,15)
#051B0E
(5,27,14)
#05180D
(5,24,13)
#05150C
(5,21,12)
#05120B
(5,18,11)
#050F0A
(5,15,10)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #052A13

#052A13
(5,42,19)
#1B3D28
(27,61,40)
#31503D
(49,80,61)
#476352
(71,99,82)
#5D7667
(93,118,103)
#73897C
(115,137,124)
#899C91
(137,156,145)
#9FAFA6
(159,175,166)
#B5C2BB
(181,194,187)
#CBD5D0
(203,213,208)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052A13; }

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

This text font color is #052A13.


Background Color

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

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

This div background color is #052A13.


Border color

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

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

This div border color is #052A13.


Opacity

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

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

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

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

This text has shadow with #052A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052A13 on black background.


Color preview on white background

This text has color #052A13 on white background.



Black color preview on #052A13 background

This text has black color on #052A13 background.


White color preview on #052A13 background

This text has white color on #052A13 background.