COLOR #005D2F

HEX: #005D2F
RGB: (0,93,47)

Color info

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

RGB color model

#005D2F color RGB value is (0,93,47).

  • red value is 0;
  • green value is 93;
  • blue value is 47.
RGB:
(0,93,47)
(0%,36%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 47 of 255 = 18%

0
93
47

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

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 47 = 140 (100%)
R 0 of 140 ~ 0%
G 93 of 140 ~ 66.43%
B 47 of 140 ~ 33.57%

%66.43
%33.57

CMYK color model

#005D2F color CMYK value is (100,0,49,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 63.53%
CMYK:
(100,0,49,64)
C100M0Y49K64 
(100%,0%,49%,64%)
(1.00/0.00/0.49/0.64)	

CMYK percentages

%100
%0
%49.46
%63.53

Codes

Color #005D2F in popluar color models

005D2F
RGB09347
HSL150°100.00%18.24%
HSB/HSV150°100.00%36.47%
CMYK100.00%0.00%49.46%
63.53%

Color #005D2F in popluar number systems.

HEX005D2F
Decimal09347
Binary01011101101111
Octal013557

Shades and tints

Shades of #005D2F

#005D2F
(0,93,47)
#00552B
(0,85,43)
#004D27
(0,77,39)
#004523
(0,69,35)
#003D1F
(0,61,31)
#00351B
(0,53,27)
#002D17
(0,45,23)
#002513
(0,37,19)
#001D0F
(0,29,15)
#00150B
(0,21,11)
#000D07
(0,13,7)
#000000
(0,0,0)

Tints of #005D2F

#005D2F
(0,93,47)
#176B41
(23,107,65)
#2E7953
(46,121,83)
#458765
(69,135,101)
#5C9577
(92,149,119)
#73A389
(115,163,137)
#8AB19B
(138,177,155)
#A1BFAD
(161,191,173)
#B8CDBF
(184,205,191)
#CFDBD1
(207,219,209)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D2F color. Also use rgb(0,93,47) instead hex code.

Text Font Color

.myTextColor { color: #005D2F; }

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

This text font color is #005D2F.


Background Color

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

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

This div background color is #005D2F.


Border color

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

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

This div border color is #005D2F.


Opacity

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

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

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

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

This text has shadow with #005D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D2F on black background.


Color preview on white background

This text has color #005D2F on white background.



Black color preview on #005D2F background

This text has black color on #005D2F background.


White color preview on #005D2F background

This text has white color on #005D2F background.