COLOR #05924D

HEX: #05924D
RGB: (5,146,77)

Color info

#05924D contains mainly green color. Web safe color of #05924D is #009933 (or #093).

RGB color model

#05924D color RGB value is (5,146,77).

  • red value is 5;
  • green value is 146;
  • blue value is 77.
RGB:
(5,146,77)
(2%,57%,30%)

RGB channels and saturation

R 5 of 255 = 2%
G 146 of 255 = 57%
B 77 of 255 = 30%

5
146
77

R + G + B ~ 30%. #05924D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 146 + 77 = 228 (100%)
R 5 of 228 ~ 2.19%
G 146 of 228 ~ 64.04%
B 77 of 228 ~ 33.77%

%64.04
%33.77

CMYK color model

#05924D color CMYK value is (97,0,47,43).

  • cyan value is 96.58%
  • magenta value is 0.00%
  • yellow value is 47.26%
  • key color value is 42.75%
CMYK:
(97,0,47,43)
C97M0Y47K43 
(97%,0%,47%,43%)
(0.97/0.00/0.47/0.43)	

CMYK percentages

%96.58
%0
%47.26
%42.75

Codes

Color #05924D in popluar color models

05924D
RGB514677
HSL151°93.38%29.61%
HSB/HSV151°96.58%57.25%
CMYK96.58%0.00%47.26%
42.75%

Color #05924D in popluar number systems.

HEX05924D
Decimal514677
Binary101100100101001101
Octal5222115

Shades and tints

Shades of #05924D

#05924D
(5,146,77)
#058546
(5,133,70)
#05783F
(5,120,63)
#056B38
(5,107,56)
#055E31
(5,94,49)
#05512A
(5,81,42)
#054423
(5,68,35)
#05371C
(5,55,28)
#052A15
(5,42,21)
#051D0E
(5,29,14)
#051007
(5,16,7)
#000000
(0,0,0)

Tints of #05924D

#05924D
(5,146,77)
#1B9B5D
(27,155,93)
#31A46D
(49,164,109)
#47AD7D
(71,173,125)
#5DB68D
(93,182,141)
#73BF9D
(115,191,157)
#89C8AD
(137,200,173)
#9FD1BD
(159,209,189)
#B5DACD
(181,218,205)
#CBE3DD
(203,227,221)
#E1ECED
(225,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05924D color. Also use rgb(5,146,77) instead hex code.

Text Font Color

.myTextColor { color: #05924D; }

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

This text font color is #05924D.


Background Color

.myBgColor { background-color: #05924D; }

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

This div background color is #05924D.


Border color

.myBorderColor { border: 1px solid #05924D; }

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

This div border color is #05924D.


Opacity

.myOpacity80 { color: #05924D; opacity: 0.8; }

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

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

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

This text has shadow with #05924D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05924D on black background.


Color preview on white background

This text has color #05924D on white background.



Black color preview on #05924D background

This text has black color on #05924D background.


White color preview on #05924D background

This text has white color on #05924D background.