COLOR #05824F

HEX: #05824F
RGB: (5,130,79)

Color info

#05824F contains mainly green and blue colors. Web safe color of #05824F is #009966 (or #096).

RGB color model

#05824F color RGB value is (5,130,79).

  • red value is 5;
  • green value is 130;
  • blue value is 79.
RGB:
(5,130,79)
(2%,51%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 130 of 255 = 51%
B 79 of 255 = 31%

5
130
79

R + G + B ~ 28%. #05824F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 130 + 79 = 214 (100%)
R 5 of 214 ~ 2.34%
G 130 of 214 ~ 60.75%
B 79 of 214 ~ 36.92%

%60.75
%36.92

CMYK color model

#05824F color CMYK value is (96,0,39,49).

  • cyan value is 96.15%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(96,0,39,49)
C96M0Y39K49 
(96%,0%,39%,49%)
(0.96/0.00/0.39/0.49)	

CMYK percentages

%96.15
%0
%39.23
%49.02

Codes

Color #05824F in popluar color models

05824F
RGB513079
HSL156°92.59%26.47%
HSB/HSV156°96.15%50.98%
CMYK96.15%0.00%39.23%
49.02%

Color #05824F in popluar number systems.

HEX05824F
Decimal513079
Binary101100000101001111
Octal5202117

Shades and tints

Shades of #05824F

#05824F
(5,130,79)
#057748
(5,119,72)
#056C41
(5,108,65)
#05613A
(5,97,58)
#055633
(5,86,51)
#054B2C
(5,75,44)
#054025
(5,64,37)
#05351E
(5,53,30)
#052A17
(5,42,23)
#051F10
(5,31,16)
#051409
(5,20,9)
#000000
(0,0,0)

Tints of #05824F

#05824F
(5,130,79)
#1B8D5F
(27,141,95)
#31986F
(49,152,111)
#47A37F
(71,163,127)
#5DAE8F
(93,174,143)
#73B99F
(115,185,159)
#89C4AF
(137,196,175)
#9FCFBF
(159,207,191)
#B5DACF
(181,218,207)
#CBE5DF
(203,229,223)
#E1F0EF
(225,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05824F color. Also use rgb(5,130,79) instead hex code.

Text Font Color

.myTextColor { color: #05824F; }

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

This text font color is #05824F.


Background Color

.myBgColor { background-color: #05824F; }

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

This div background color is #05824F.


Border color

.myBorderColor { border: 1px solid #05824F; }

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

This div border color is #05824F.


Opacity

.myOpacity80 { color: #05824F; opacity: 0.8; }

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

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

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

This text has shadow with #05824F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05824F on black background.


Color preview on white background

This text has color #05824F on white background.



Black color preview on #05824F background

This text has black color on #05824F background.


White color preview on #05824F background

This text has white color on #05824F background.