COLOR #587A70

HEX: #587A70
RGB: (88,122,112)

Renk bilgisi

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

RGB renk modeli

#587A70 color RGB value is (88,122,112).

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

RGB bağlantıları ve doygunluk

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

88
122
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 122 + 112 = 322 (100%)
R 88 of 322 ~ 27.33%
G 122 of 322 ~ 37.89%
B 112 of 322 ~ 34.78%

%27.33
%37.89
%34.78

CMYK RENK MODELİ

#587A70 rengi CMYK tonu (28,0,8,52).

  • camgöbeği tonu 27.87%
  • eflatun tonu 0.00%
  • sarı tonu 8.20%
  • ana renk tonu 52.16%
CMYK:
(28,0,8,52)
C28M0Y8K52 
(28%,0%,8%,52%)
(0.28/0.00/0.08/0.52)	

CMYK yüzdeleri

%27.87
%0
%8.2
%52.16

Codes

Color #587A70 in popluar color models

587A70
RGB88122112
HSL162°16.19%41.18%
HSB/HSV162°27.87%47.84%
CMYK27.87%0.00%8.20%
52.16%

Color #587A70 in popluar number systems.

HEX587A70
Decimal88122112
Binary101100011110101110000
Octal130172160

Shades and tints

Shades of #587A70

#587A70
(88,122,112)
#506F66
(80,111,102)
#48645C
(72,100,92)
#405952
(64,89,82)
#384E48
(56,78,72)
#30433E
(48,67,62)
#283834
(40,56,52)
#202D2A
(32,45,42)
#182220
(24,34,32)
#101716
(16,23,22)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #587A70

#587A70
(88,122,112)
#67867D
(103,134,125)
#76928A
(118,146,138)
#859E97
(133,158,151)
#94AAA4
(148,170,164)
#A3B6B1
(163,182,177)
#B2C2BE
(178,194,190)
#C1CECB
(193,206,203)
#D0DAD8
(208,218,216)
#DFE6E5
(223,230,229)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587A70; }

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

This text font color is #587A70.


Background Color

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

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

This div background color is #587A70.


Border color

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

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

This div border color is #587A70.


Opacity

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

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

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

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

This text has shadow with #587A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A70 on black background.


Color preview on white background

This text has color #587A70 on white background.



Black color preview on #587A70 background

This text has black color on #587A70 background.


White color preview on #587A70 background

This text has white color on #587A70 background.