COLOR #587F7E

HEX: #587F7E
RGB: (88,127,126)

Renk bilgisi

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

RGB renk modeli

#587F7E color RGB value is (88,127,126).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 127 of 255 = 50%
B 126 of 255 = 49%

88
127
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 127 + 126 = 341 (100%)
R 88 of 341 ~ 25.81%
G 127 of 341 ~ 37.24%
B 126 of 341 ~ 36.95%

%25.81
%37.24
%36.95

CMYK RENK MODELİ

#587F7E rengi CMYK tonu (31,0,1,50).

  • camgöbeği tonu 30.71%
  • eflatun tonu 0.00%
  • sarı tonu 0.79%
  • ana renk tonu 50.20%
CMYK:
(31,0,1,50)
C31M0Y1K50 
(31%,0%,1%,50%)
(0.31/0.00/0.01/0.50)	

CMYK yüzdeleri

%30.71
%0
%0.79
%50.2

Codes

Color #587F7E in popluar color models

587F7E
RGB88127126
HSL178°18.14%42.16%
HSB/HSV178°30.71%49.80%
CMYK30.71%0.00%0.79%
50.20%

Color #587F7E in popluar number systems.

HEX587F7E
Decimal88127126
Binary101100011111111111110
Octal130177176

Shades and tints

Shades of #587F7E

#587F7E
(88,127,126)
#507473
(80,116,115)
#486968
(72,105,104)
#405E5D
(64,94,93)
#385352
(56,83,82)
#304847
(48,72,71)
#283D3C
(40,61,60)
#203231
(32,50,49)
#182726
(24,39,38)
#101C1B
(16,28,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #587F7E

#587F7E
(88,127,126)
#678A89
(103,138,137)
#769594
(118,149,148)
#85A09F
(133,160,159)
#94ABAA
(148,171,170)
#A3B6B5
(163,182,181)
#B2C1C0
(178,193,192)
#C1CCCB
(193,204,203)
#D0D7D6
(208,215,214)
#DFE2E1
(223,226,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587F7E; }

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

This text font color is #587F7E.


Background Color

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

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

This div background color is #587F7E.


Border color

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

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

This div border color is #587F7E.


Opacity

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

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

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

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

This text has shadow with #587F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F7E on black background.


Color preview on white background

This text has color #587F7E on white background.



Black color preview on #587F7E background

This text has black color on #587F7E background.


White color preview on #587F7E background

This text has white color on #587F7E background.