COLOR #052D13

HEX: #052D13
RGB: (5,45,19)

Color info

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

RGB color model

#052D13 color RGB value is (5,45,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 45 of 255 = 18%
B 19 of 255 = 7%

5
45
19

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

Portions of RGB colors in percentages

R + G + B =
5 + 45 + 19 = 69 (100%)
R 5 of 69 ~ 7.25%
G 45 of 69 ~ 65.22%
B 19 of 69 ~ 27.54%

%65.22
%27.54

CMYK color model

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

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 57.78%
  • key color value is 82.35%
CMYK:
(89,0,58,82)
C89M0Y58K82 
(89%,0%,58%,82%)
(0.89/0.00/0.58/0.82)	

CMYK percentages

%88.89
%0
%57.78
%82.35

Codes

Color #052D13 in popluar color models

052D13
RGB54519
HSL141°80.00%9.80%
HSB/HSV141°88.89%17.65%
CMYK88.89%0.00%57.78%
82.35%

Color #052D13 in popluar number systems.

HEX052D13
Decimal54519
Binary10110110110011
Octal55523

Shades and tints

Shades of #052D13

#052D13
(5,45,19)
#052912
(5,41,18)
#052511
(5,37,17)
#052110
(5,33,16)
#051D0F
(5,29,15)
#05190E
(5,25,14)
#05150D
(5,21,13)
#05110C
(5,17,12)
#050D0B
(5,13,11)
#05090A
(5,9,10)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #052D13

#052D13
(5,45,19)
#1B4028
(27,64,40)
#31533D
(49,83,61)
#476652
(71,102,82)
#5D7967
(93,121,103)
#738C7C
(115,140,124)
#899F91
(137,159,145)
#9FB2A6
(159,178,166)
#B5C5BB
(181,197,187)
#CBD8D0
(203,216,208)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052D13; }

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

This text font color is #052D13.


Background Color

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

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

This div background color is #052D13.


Border color

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

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

This div border color is #052D13.


Opacity

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

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

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

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

This text has shadow with #052D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052D13 on black background.


Color preview on white background

This text has color #052D13 on white background.



Black color preview on #052D13 background

This text has black color on #052D13 background.


White color preview on #052D13 background

This text has white color on #052D13 background.