COLOR #587787

HEX: #587787
RGB: (88,119,135)

Renk bilgisi

#587787 contains red, green and blue colors in about the same proportion. #587787 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587787 color RGB value is (88,119,135).

  • kırmız ton 88;
  • yeşil ton 119;
  • mavi ton 135.
RGB:
(88,119,135)
(35%,47%,53%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 119 of 255 = 47%
B 135 of 255 = 53%

88
119
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 119 + 135 = 342 (100%)
R 88 of 342 ~ 25.73%
G 119 of 342 ~ 34.8%
B 135 of 342 ~ 39.47%

%25.73
%34.8
%39.47

CMYK RENK MODELİ

#587787 rengi CMYK tonu (35,12,0,47).

  • camgöbeği tonu 34.81%
  • eflatun tonu 11.85%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(35,12,0,47)
C35M12Y0K47 
(35%,12%,0%,47%)
(0.35/0.12/0.00/0.47)	

CMYK yüzdeleri

%34.81
%11.85
%0
%47.06

Codes

Color #587787 in popluar color models

587787
RGB88119135
HSL200°21.08%43.73%
HSB/HSV200°34.81%52.94%
CMYK34.81%11.85%0.00%
47.06%

Color #587787 in popluar number systems.

HEX587787
Decimal88119135
Binary1011000111011110000111
Octal130167207

Shades and tints

Shades of #587787

#587787
(88,119,135)
#506D7B
(80,109,123)
#48636F
(72,99,111)
#405963
(64,89,99)
#384F57
(56,79,87)
#30454B
(48,69,75)
#283B3F
(40,59,63)
#203133
(32,49,51)
#182727
(24,39,39)
#101D1B
(16,29,27)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #587787

#587787
(88,119,135)
#678391
(103,131,145)
#768F9B
(118,143,155)
#859BA5
(133,155,165)
#94A7AF
(148,167,175)
#A3B3B9
(163,179,185)
#B2BFC3
(178,191,195)
#C1CBCD
(193,203,205)
#D0D7D7
(208,215,215)
#DFE3E1
(223,227,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587787 color. Also use rgb(88,119,135) instead hex code.

Text Font Color

.myTextColor { color: #587787; }

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

This text font color is #587787.


Background Color

.myBgColor { background-color: #587787; }

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

This div background color is #587787.


Border color

.myBorderColor { border: 1px solid #587787; }

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

This div border color is #587787.


Opacity

.myOpacity80 { color: #587787; opacity: 0.8; }

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

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

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

This text has shadow with #587787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587787 on black background.


Color preview on white background

This text has color #587787 on white background.



Black color preview on #587787 background

This text has black color on #587787 background.


White color preview on #587787 background

This text has white color on #587787 background.