COLOR #053816

HEX: #053816
RGB: (5,56,22)

Color info

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

RGB color model

#053816 color RGB value is (5,56,22).

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

RGB channels and saturation

R 5 of 255 = 2%
G 56 of 255 = 22%
B 22 of 255 = 9%

5
56
22

R + G + B ~ 11%. #053816 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 56 + 22 = 83 (100%)
R 5 of 83 ~ 6.02%
G 56 of 83 ~ 67.47%
B 22 of 83 ~ 26.51%

%67.47
%26.51

CMYK color model

#053816 color CMYK value is (91,0,61,78).

  • cyan value is 91.07%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 78.04%
CMYK:
(91,0,61,78)
C91M0Y61K78 
(91%,0%,61%,78%)
(0.91/0.00/0.61/0.78)	

CMYK percentages

%91.07
%0
%60.71
%78.04

Codes

Color #053816 in popluar color models

053816
RGB55622
HSL140°83.61%11.96%
HSB/HSV140°91.07%21.96%
CMYK91.07%0.00%60.71%
78.04%

Color #053816 in popluar number systems.

HEX053816
Decimal55622
Binary10111100010110
Octal57026

Shades and tints

Shades of #053816

#053816
(5,56,22)
#053314
(5,51,20)
#052E12
(5,46,18)
#052910
(5,41,16)
#05240E
(5,36,14)
#051F0C
(5,31,12)
#051A0A
(5,26,10)
#051508
(5,21,8)
#051006
(5,16,6)
#050B04
(5,11,4)
#050602
(5,6,2)
#000000
(0,0,0)

Tints of #053816

#053816
(5,56,22)
#1B4A2B
(27,74,43)
#315C40
(49,92,64)
#476E55
(71,110,85)
#5D806A
(93,128,106)
#73927F
(115,146,127)
#89A494
(137,164,148)
#9FB6A9
(159,182,169)
#B5C8BE
(181,200,190)
#CBDAD3
(203,218,211)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053816; }

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

This text font color is #053816.


Background Color

.myBgColor { background-color: #053816; }

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

This div background color is #053816.


Border color

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

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

This div border color is #053816.


Opacity

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

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

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

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

This text has shadow with #053816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053816 on black background.


Color preview on white background

This text has color #053816 on white background.



Black color preview on #053816 background

This text has black color on #053816 background.


White color preview on #053816 background

This text has white color on #053816 background.