COLOR #005F51

HEX: #005F51
RGB: (0,95,81)

Renk bilgisi

#005F51 contains only green and blue colors. #005F51 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#005F51 color RGB value is (0,95,81).

  • kırmız ton 0;
  • yeşil ton 95;
  • mavi ton 81.
RGB:
(0,95,81)
(0%,37%,32%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 95 of 255 = 37%
B 81 of 255 = 32%

0
95
81

R + G + B ~ 23%. #005F51 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 95 + 81 = 176 (100%)
R 0 of 176 ~ 0%
G 95 of 176 ~ 53.98%
B 81 of 176 ~ 46.02%

%53.98
%46.02

CMYK RENK MODELİ

#005F51 rengi CMYK tonu (100,0,15,63).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.74%
  • ana renk tonu 62.75%
CMYK:
(100,0,15,63)
C100M0Y15K63 
(100%,0%,15%,63%)
(1.00/0.00/0.15/0.63)	

CMYK yüzdeleri

%100
%0
%14.74
%62.75

Codes

Color #005F51 in popluar color models

005F51
RGB09581
HSL171°100.00%18.63%
HSB/HSV171°100.00%37.25%
CMYK100.00%0.00%14.74%
62.75%

Color #005F51 in popluar number systems.

HEX005F51
Decimal09581
Binary010111111010001
Octal0137121

Shades and tints

Shades of #005F51

#005F51
(0,95,81)
#00574A
(0,87,74)
#004F43
(0,79,67)
#00473C
(0,71,60)
#003F35
(0,63,53)
#00372E
(0,55,46)
#002F27
(0,47,39)
#002720
(0,39,32)
#001F19
(0,31,25)
#001712
(0,23,18)
#000F0B
(0,15,11)
#000000
(0,0,0)

Tints of #005F51

#005F51
(0,95,81)
#176D60
(23,109,96)
#2E7B6F
(46,123,111)
#45897E
(69,137,126)
#5C978D
(92,151,141)
#73A59C
(115,165,156)
#8AB3AB
(138,179,171)
#A1C1BA
(161,193,186)
#B8CFC9
(184,207,201)
#CFDDD8
(207,221,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005F51; }

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

This text font color is #005F51.


Background Color

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

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

This div background color is #005F51.


Border color

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

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

This div border color is #005F51.


Opacity

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

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

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

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

This text has shadow with #005F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F51 on black background.


Color preview on white background

This text has color #005F51 on white background.



Black color preview on #005F51 background

This text has black color on #005F51 background.


White color preview on #005F51 background

This text has white color on #005F51 background.