COLOR #587E7F

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
126
127

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

Yüzdelerle RGB renk parçaları

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

%25.81
%36.95
%37.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.71
%0.79
%0
%50.2

Codes

Color #587E7F in popluar color models

587E7F
RGB88126127
HSL182°18.14%42.16%
HSB/HSV182°30.71%49.80%
CMYK30.71%0.79%0.00%
50.20%

Color #587E7F in popluar number systems.

HEX587E7F
Decimal88126127
Binary101100011111101111111
Octal130176177

Shades and tints

Shades of #587E7F

#587E7F
(88,126,127)
#507374
(80,115,116)
#486869
(72,104,105)
#405D5E
(64,93,94)
#385253
(56,82,83)
#304748
(48,71,72)
#283C3D
(40,60,61)
#203132
(32,49,50)
#182627
(24,38,39)
#101B1C
(16,27,28)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #587E7F

#587E7F
(88,126,127)
#67898A
(103,137,138)
#769495
(118,148,149)
#859FA0
(133,159,160)
#94AAAB
(148,170,171)
#A3B5B6
(163,181,182)
#B2C0C1
(178,192,193)
#C1CBCC
(193,203,204)
#D0D6D7
(208,214,215)
#DFE1E2
(223,225,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587E7F; }

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

This text font color is #587E7F.


Background Color

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

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

This div background color is #587E7F.


Border color

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

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

This div border color is #587E7F.


Opacity

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

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

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

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

This text has shadow with #587E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587E7F on black background.


Color preview on white background

This text has color #587E7F on white background.



Black color preview on #587E7F background

This text has black color on #587E7F background.


White color preview on #587E7F background

This text has white color on #587E7F background.