COLOR #587A71

HEX: #587A71
RGB: (88,122,113)

Renk bilgisi

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

RGB renk modeli

#587A71 color RGB value is (88,122,113).

  • kırmız ton 88;
  • yeşil ton 122;
  • mavi ton 113.
RGB:
(88,122,113)
(35%,48%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 122 of 255 = 48%
B 113 of 255 = 44%

88
122
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 122 + 113 = 323 (100%)
R 88 of 323 ~ 27.24%
G 122 of 323 ~ 37.77%
B 113 of 323 ~ 34.98%

%27.24
%37.77
%34.98

CMYK RENK MODELİ

#587A71 rengi CMYK tonu (28,0,7,52).

  • camgöbeği tonu 27.87%
  • eflatun tonu 0.00%
  • sarı tonu 7.38%
  • ana renk tonu 52.16%
CMYK:
(28,0,7,52)
C28M0Y7K52 
(28%,0%,7%,52%)
(0.28/0.00/0.07/0.52)	

CMYK yüzdeleri

%27.87
%0
%7.38
%52.16

Codes

Color #587A71 in popluar color models

587A71
RGB88122113
HSL164°16.19%41.18%
HSB/HSV164°27.87%47.84%
CMYK27.87%0.00%7.38%
52.16%

Color #587A71 in popluar number systems.

HEX587A71
Decimal88122113
Binary101100011110101110001
Octal130172161

Shades and tints

Shades of #587A71

#587A71
(88,122,113)
#506F67
(80,111,103)
#48645D
(72,100,93)
#405953
(64,89,83)
#384E49
(56,78,73)
#30433F
(48,67,63)
#283835
(40,56,53)
#202D2B
(32,45,43)
#182221
(24,34,33)
#101717
(16,23,23)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #587A71

#587A71
(88,122,113)
#67867D
(103,134,125)
#769289
(118,146,137)
#859E95
(133,158,149)
#94AAA1
(148,170,161)
#A3B6AD
(163,182,173)
#B2C2B9
(178,194,185)
#C1CEC5
(193,206,197)
#D0DAD1
(208,218,209)
#DFE6DD
(223,230,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587A71 color. Also use rgb(88,122,113) instead hex code.

Text Font Color

.myTextColor { color: #587A71; }

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

This text font color is #587A71.


Background Color

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

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

This div background color is #587A71.


Border color

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

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

This div border color is #587A71.


Opacity

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

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

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

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

This text has shadow with #587A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A71 on black background.


Color preview on white background

This text has color #587A71 on white background.



Black color preview on #587A71 background

This text has black color on #587A71 background.


White color preview on #587A71 background

This text has white color on #587A71 background.