COLOR #052716

HEX: #052716
RGB: (5,39,22)

Color info

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

RGB color model

#052716 color RGB value is (5,39,22).

  • red value is 5;
  • green value is 39;
  • blue value is 22.
RGB:
(5,39,22)
(2%,15%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 39 of 255 = 15%
B 22 of 255 = 9%

5
39
22

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

Portions of RGB colors in percentages

R + G + B =
5 + 39 + 22 = 66 (100%)
R 5 of 66 ~ 7.58%
G 39 of 66 ~ 59.09%
B 22 of 66 ~ 33.33%

%59.09
%33.33

CMYK color model

#052716 color CMYK value is (87,0,44,85).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 43.59%
  • key color value is 84.71%
CMYK:
(87,0,44,85)
C87M0Y44K85 
(87%,0%,44%,85%)
(0.87/0.00/0.44/0.85)	

CMYK percentages

%87.18
%0
%43.59
%84.71

Codes

Color #052716 in popluar color models

052716
RGB53922
HSL150°77.27%8.63%
HSB/HSV150°87.18%15.29%
CMYK87.18%0.00%43.59%
84.71%

Color #052716 in popluar number systems.

HEX052716
Decimal53922
Binary10110011110110
Octal54726

Shades and tints

Shades of #052716

#052716
(5,39,22)
#052414
(5,36,20)
#052112
(5,33,18)
#051E10
(5,30,16)
#051B0E
(5,27,14)
#05180C
(5,24,12)
#05150A
(5,21,10)
#051208
(5,18,8)
#050F06
(5,15,6)
#050C04
(5,12,4)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #052716

#052716
(5,39,22)
#1B3A2B
(27,58,43)
#314D40
(49,77,64)
#476055
(71,96,85)
#5D736A
(93,115,106)
#73867F
(115,134,127)
#899994
(137,153,148)
#9FACA9
(159,172,169)
#B5BFBE
(181,191,190)
#CBD2D3
(203,210,211)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052716 color. Also use rgb(5,39,22) instead hex code.

Text Font Color

.myTextColor { color: #052716; }

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

This text font color is #052716.


Background Color

.myBgColor { background-color: #052716; }

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

This div background color is #052716.


Border color

.myBorderColor { border: 1px solid #052716; }

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

This div border color is #052716.


Opacity

.myOpacity80 { color: #052716; opacity: 0.8; }

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

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

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

This text has shadow with #052716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052716 on black background.


Color preview on white background

This text has color #052716 on white background.



Black color preview on #052716 background

This text has black color on #052716 background.


White color preview on #052716 background

This text has white color on #052716 background.