COLOR #005D46

HEX: #005D46
RGB: (0,93,70)

Color info

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

RGB color model

#005D46 color RGB value is (0,93,70).

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

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 70 of 255 = 27%

0
93
70

R + G + B ~ 21%. #005D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 70 = 163 (100%)
R 0 of 163 ~ 0%
G 93 of 163 ~ 57.06%
B 70 of 163 ~ 42.94%

%57.06
%42.94

CMYK color model

#005D46 color CMYK value is (100,0,25,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(100,0,25,64)
C100M0Y25K64 
(100%,0%,25%,64%)
(1.00/0.00/0.25/0.64)	

CMYK percentages

%100
%0
%24.73
%63.53

Codes

Color #005D46 in popluar color models

005D46
RGB09370
HSL165°100.00%18.24%
HSB/HSV165°100.00%36.47%
CMYK100.00%0.00%24.73%
63.53%

Color #005D46 in popluar number systems.

HEX005D46
Decimal09370
Binary010111011000110
Octal0135106

Shades and tints

Shades of #005D46

#005D46
(0,93,70)
#005540
(0,85,64)
#004D3A
(0,77,58)
#004534
(0,69,52)
#003D2E
(0,61,46)
#003528
(0,53,40)
#002D22
(0,45,34)
#00251C
(0,37,28)
#001D16
(0,29,22)
#001510
(0,21,16)
#000D0A
(0,13,10)
#000000
(0,0,0)

Tints of #005D46

#005D46
(0,93,70)
#176B56
(23,107,86)
#2E7966
(46,121,102)
#458776
(69,135,118)
#5C9586
(92,149,134)
#73A396
(115,163,150)
#8AB1A6
(138,177,166)
#A1BFB6
(161,191,182)
#B8CDC6
(184,205,198)
#CFDBD6
(207,219,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005D46; }

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

This text font color is #005D46.


Background Color

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

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

This div background color is #005D46.


Border color

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

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

This div border color is #005D46.


Opacity

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

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

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

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

This text has shadow with #005D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D46 on black background.


Color preview on white background

This text has color #005D46 on white background.



Black color preview on #005D46 background

This text has black color on #005D46 background.


White color preview on #005D46 background

This text has white color on #005D46 background.