COLOR #587F60

HEX: #587F60
RGB: (88,127,96)

Renk bilgisi

#587F60 contains red, green and blue colors in about the same proportion. #587F60 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#587F60 color RGB value is (88,127,96).

  • kırmız ton 88;
  • yeşil ton 127;
  • mavi ton 96.
RGB:
(88,127,96)
(35%,50%,38%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 127 of 255 = 50%
B 96 of 255 = 38%

88
127
96

R + G + B ~ 41%. #587F60 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 127 + 96 = 311 (100%)
R 88 of 311 ~ 28.3%
G 127 of 311 ~ 40.84%
B 96 of 311 ~ 30.87%

%28.3
%40.84
%30.87

CMYK RENK MODELİ

#587F60 rengi CMYK tonu (31,0,24,50).

  • camgöbeği tonu 30.71%
  • eflatun tonu 0.00%
  • sarı tonu 24.41%
  • ana renk tonu 50.20%
CMYK:
(31,0,24,50)
C31M0Y24K50 
(31%,0%,24%,50%)
(0.31/0.00/0.24/0.50)	

CMYK yüzdeleri

%30.71
%0
%24.41
%50.2

Codes

Color #587F60 in popluar color models

587F60
RGB8812796
HSL132°18.14%42.16%
HSB/HSV132°30.71%49.80%
CMYK30.71%0.00%24.41%
50.20%

Color #587F60 in popluar number systems.

HEX587F60
Decimal8812796
Binary101100011111111100000
Octal130177140

Shades and tints

Shades of #587F60

#587F60
(88,127,96)
#507458
(80,116,88)
#486950
(72,105,80)
#405E48
(64,94,72)
#385340
(56,83,64)
#304838
(48,72,56)
#283D30
(40,61,48)
#203228
(32,50,40)
#182720
(24,39,32)
#101C18
(16,28,24)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #587F60

#587F60
(88,127,96)
#678A6E
(103,138,110)
#76957C
(118,149,124)
#85A08A
(133,160,138)
#94AB98
(148,171,152)
#A3B6A6
(163,182,166)
#B2C1B4
(178,193,180)
#C1CCC2
(193,204,194)
#D0D7D0
(208,215,208)
#DFE2DE
(223,226,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587F60 color. Also use rgb(88,127,96) instead hex code.

Text Font Color

.myTextColor { color: #587F60; }

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

This text font color is #587F60.


Background Color

.myBgColor { background-color: #587F60; }

<div style="background-color:#587F60">Inner text</div>

This div background color is #587F60.


Border color

.myBorderColor { border: 1px solid #587F60; }

<div style="border:3px solid #587F60">Div</div>

This div border color is #587F60.


Opacity

.myOpacity80 { color: #587F60; opacity: 0.8; }

<p style="color:#587F60;opacity:0.8;">80%</p>

Text with #587F60 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 #587F60;}

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

This text has shadow with #587F60 color.

.textShadow {text-shadow: 3px 3px 1px #587F60, 3px 3px 1px red;}

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

This text has shadow with #587F60 primary color and red secondary color.


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

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

This text has shadow with #587F60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F60 on black background.


Color preview on white background

This text has color #587F60 on white background.



Black color preview on #587F60 background

This text has black color on #587F60 background.


White color preview on #587F60 background

This text has white color on #587F60 background.