COLOR #052916

HEX: #052916
RGB: (5,41,22)

Color info

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

RGB color model

#052916 color RGB value is (5,41,22).

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

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 22 of 255 = 9%

5
41
22

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

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 22 = 68 (100%)
R 5 of 68 ~ 7.35%
G 41 of 68 ~ 60.29%
B 22 of 68 ~ 32.35%

%60.29
%32.35

CMYK color model

#052916 color CMYK value is (88,0,46,84).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 83.92%
CMYK:
(88,0,46,84)
C88M0Y46K84 
(88%,0%,46%,84%)
(0.88/0.00/0.46/0.84)	

CMYK percentages

%87.8
%0
%46.34
%83.92

Codes

Color #052916 in popluar color models

052916
RGB54122
HSL148°78.26%9.02%
HSB/HSV148°87.80%16.08%
CMYK87.80%0.00%46.34%
83.92%

Color #052916 in popluar number systems.

HEX052916
Decimal54122
Binary10110100110110
Octal55126

Shades and tints

Shades of #052916

#052916
(5,41,22)
#052614
(5,38,20)
#052312
(5,35,18)
#052010
(5,32,16)
#051D0E
(5,29,14)
#051A0C
(5,26,12)
#05170A
(5,23,10)
#051408
(5,20,8)
#051106
(5,17,6)
#050E04
(5,14,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #052916

#052916
(5,41,22)
#1B3C2B
(27,60,43)
#314F40
(49,79,64)
#476255
(71,98,85)
#5D756A
(93,117,106)
#73887F
(115,136,127)
#899B94
(137,155,148)
#9FAEA9
(159,174,169)
#B5C1BE
(181,193,190)
#CBD4D3
(203,212,211)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052916; }

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

This text font color is #052916.


Background Color

.myBgColor { background-color: #052916; }

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

This div background color is #052916.


Border color

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

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

This div border color is #052916.


Opacity

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

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

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

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

This text has shadow with #052916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052916 on black background.


Color preview on white background

This text has color #052916 on white background.



Black color preview on #052916 background

This text has black color on #052916 background.


White color preview on #052916 background

This text has white color on #052916 background.