COLOR #005F41

HEX: #005F41
RGB: (0,95,65)

Color info

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

RGB color model

#005F41 color RGB value is (0,95,65).

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

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 65 of 255 = 25%

0
95
65

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

Portions of RGB colors in percentages

R + G + B =
0 + 95 + 65 = 160 (100%)
R 0 of 160 ~ 0%
G 95 of 160 ~ 59.38%
B 65 of 160 ~ 40.63%

%59.38
%40.63

CMYK color model

#005F41 color CMYK value is (100,0,32,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(100,0,32,63)
C100M0Y32K63 
(100%,0%,32%,63%)
(1.00/0.00/0.32/0.63)	

CMYK percentages

%100
%0
%31.58
%62.75

Codes

Color #005F41 in popluar color models

005F41
RGB09565
HSL161°100.00%18.63%
HSB/HSV161°100.00%37.25%
CMYK100.00%0.00%31.58%
62.75%

Color #005F41 in popluar number systems.

HEX005F41
Decimal09565
Binary010111111000001
Octal0137101

Shades and tints

Shades of #005F41

#005F41
(0,95,65)
#00573C
(0,87,60)
#004F37
(0,79,55)
#004732
(0,71,50)
#003F2D
(0,63,45)
#003728
(0,55,40)
#002F23
(0,47,35)
#00271E
(0,39,30)
#001F19
(0,31,25)
#001714
(0,23,20)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #005F41

#005F41
(0,95,65)
#176D52
(23,109,82)
#2E7B63
(46,123,99)
#458974
(69,137,116)
#5C9785
(92,151,133)
#73A596
(115,165,150)
#8AB3A7
(138,179,167)
#A1C1B8
(161,193,184)
#B8CFC9
(184,207,201)
#CFDDDA
(207,221,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005F41; }

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

This text font color is #005F41.


Background Color

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

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

This div background color is #005F41.


Border color

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

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

This div border color is #005F41.


Opacity

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

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

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

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

This text has shadow with #005F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F41 on black background.


Color preview on white background

This text has color #005F41 on white background.



Black color preview on #005F41 background

This text has black color on #005F41 background.


White color preview on #005F41 background

This text has white color on #005F41 background.