COLOR #005D2D

HEX: #005D2D RGB: (0,93,45)

Color info

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

RGB color model

#005D2D color RGB value is (0,93,45).

RGB: (0,93,45) (0%, 36%, 18%)

RGB channels and saturation

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

0
93
45

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

Portions of RGB colors in percentages

R + G + B = 0 + 93 + 45 = 138 (100%)
R 0 of 138 ~ 0%
G 93 of 138 ~ 67.39%
B 45 of 138 ~ 32.61'%

%67.39
%32.61

CMYK color model

#005D2D color CMYK value is (100,0,52,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%

CMYK: (100,0,52,64)
C100M0Y52K64 (100%, 0%, 52%, 64%)
(1.00 / 0.00 / 0.52 / 0.64)

CMYK percentages

%100
%0
%51.61
%63.53

Codes

Color #005D2D in popluar color models

00 5D 2D
RGB 0 93 45
HSL 149° 100.00% 18.24%
HSB/HSV 149° 100.00% 36.47%
CMYK 100.00% 0.00% 51.61%
63.53%

Color #005D2D in popluar number systems.

HEX 00 5D 2D
Decimal 0 93 45
Binary 0 1011101 101101
Octal 0 135 55

Shades and tints

Shades of #005D2D

#005D2D
(0,93,45)
#005529
(0,85,41)
#004D25
(0,77,37)
#004521
(0,69,33)
#003D1D
(0,61,29)
#003519
(0,53,25)
#002D15
(0,45,21)
#002511
(0,37,17)
#001D0D
(0,29,13)
#001509
(0,21,9)
#000D05
(0,13,5)
#000000
(0,0,0)

Tints of #005D2D

#005D2D
(0,93,45)
#176B40
(23,107,64)
#2E7953
(46,121,83)
#458766
(69,135,102)
#5C9579
(92,149,121)
#73A38C
(115,163,140)
#8AB19F
(138,177,159)
#A1BFB2
(161,191,178)
#B8CDC5
(184,205,197)
#CFDBD8
(207,219,216)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005D2D; }

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

This text font color is #005D2D.

Background Color

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

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

This div background color is #005D2D.

Border color

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

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

This div border color is #005D2D.

Opacity

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

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

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

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

This text has shadow with #005D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005D2D.

Preview

Color preview on black background

This text has color #005D2D on black background.


Color preview on white background

This text has color #005D2D on white background.


Black color preview on #005D2D background

This text has black color on #005D2D background.


White color preview on #005D2D background

This text has white color on #005D2D background.


Related colors

Complementary color

Complementary color for #hex is #FFA2D2.


I love getcolorcode.com

Triadic colors

1 #2D005D and #5D2D00 with #005D2D are triadic colors.

2 #2D5D00 and #5D002D with #005D2D are triadic colors.