COLOR #052C17

HEX: #052C17
RGB: (5,44,23)

Color info

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

RGB color model

#052C17 color RGB value is (5,44,23).

  • red value is 5;
  • green value is 44;
  • blue value is 23.
RGB:
(5,44,23)
(2%,17%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 44 of 255 = 17%
B 23 of 255 = 9%

5
44
23

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

Portions of RGB colors in percentages

R + G + B =
5 + 44 + 23 = 72 (100%)
R 5 of 72 ~ 6.94%
G 44 of 72 ~ 61.11%
B 23 of 72 ~ 31.94%

%61.11
%31.94

CMYK color model

#052C17 color CMYK value is (89,0,48,83).

  • cyan value is 88.64%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 82.75%
CMYK:
(89,0,48,83)
C89M0Y48K83 
(89%,0%,48%,83%)
(0.89/0.00/0.48/0.83)	

CMYK percentages

%88.64
%0
%47.73
%82.75

Codes

Color #052C17 in popluar color models

052C17
RGB54423
HSL148°79.59%9.61%
HSB/HSV148°88.64%17.25%
CMYK88.64%0.00%47.73%
82.75%

Color #052C17 in popluar number systems.

HEX052C17
Decimal54423
Binary10110110010111
Octal55427

Shades and tints

Shades of #052C17

#052C17
(5,44,23)
#052815
(5,40,21)
#052413
(5,36,19)
#052011
(5,32,17)
#051C0F
(5,28,15)
#05180D
(5,24,13)
#05140B
(5,20,11)
#051009
(5,16,9)
#050C07
(5,12,7)
#050805
(5,8,5)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #052C17

#052C17
(5,44,23)
#1B3F2C
(27,63,44)
#315241
(49,82,65)
#476556
(71,101,86)
#5D786B
(93,120,107)
#738B80
(115,139,128)
#899E95
(137,158,149)
#9FB1AA
(159,177,170)
#B5C4BF
(181,196,191)
#CBD7D4
(203,215,212)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052C17; }

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

This text font color is #052C17.


Background Color

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

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

This div background color is #052C17.


Border color

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

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

This div border color is #052C17.


Opacity

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

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

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

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

This text has shadow with #052C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052C17 on black background.


Color preview on white background

This text has color #052C17 on white background.



Black color preview on #052C17 background

This text has black color on #052C17 background.


White color preview on #052C17 background

This text has white color on #052C17 background.