COLOR #005F2E

HEX: #005F2E
RGB: (0,95,46)

Color info

#005F2E contains only green and blue colors. Web safe color of #005F2E is #006633 (or #063).

RGB color model

#005F2E color RGB value is (0,95,46).

  • red value is 0;
  • green value is 95;
  • blue value is 46.
RGB:
(0,95,46)
(0%,37%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 46 of 255 = 18%

0
95
46

R + G + B ~ 18%. #005F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 95 + 46 = 141 (100%)
R 0 of 141 ~ 0%
G 95 of 141 ~ 67.38%
B 46 of 141 ~ 32.62%

%67.38
%32.62

CMYK color model

#005F2E color CMYK value is (100,0,52,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 51.58%
  • key color value is 62.75%
CMYK:
(100,0,52,63)
C100M0Y52K63 
(100%,0%,52%,63%)
(1.00/0.00/0.52/0.63)	

CMYK percentages

%100
%0
%51.58
%62.75

Codes

Color #005F2E in popluar color models

005F2E
RGB09546
HSL149°100.00%18.63%
HSB/HSV149°100.00%37.25%
CMYK100.00%0.00%51.58%
62.75%

Color #005F2E in popluar number systems.

HEX005F2E
Decimal09546
Binary01011111101110
Octal013756

Shades and tints

Shades of #005F2E

#005F2E
(0,95,46)
#00572A
(0,87,42)
#004F26
(0,79,38)
#004722
(0,71,34)
#003F1E
(0,63,30)
#00371A
(0,55,26)
#002F16
(0,47,22)
#002712
(0,39,18)
#001F0E
(0,31,14)
#00170A
(0,23,10)
#000F06
(0,15,6)
#000000
(0,0,0)

Tints of #005F2E

#005F2E
(0,95,46)
#176D41
(23,109,65)
#2E7B54
(46,123,84)
#458967
(69,137,103)
#5C977A
(92,151,122)
#73A58D
(115,165,141)
#8AB3A0
(138,179,160)
#A1C1B3
(161,193,179)
#B8CFC6
(184,207,198)
#CFDDD9
(207,221,217)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005F2E color. Also use rgb(0,95,46) instead hex code.

Text Font Color

.myTextColor { color: #005F2E; }

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

This text font color is #005F2E.


Background Color

.myBgColor { background-color: #005F2E; }

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

This div background color is #005F2E.


Border color

.myBorderColor { border: 1px solid #005F2E; }

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

This div border color is #005F2E.


Opacity

.myOpacity80 { color: #005F2E; opacity: 0.8; }

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

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

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

This text has shadow with #005F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F2E on black background.


Color preview on white background

This text has color #005F2E on white background.



Black color preview on #005F2E background

This text has black color on #005F2E background.


White color preview on #005F2E background

This text has white color on #005F2E background.