COLOR #587B76

HEX: #587B76
RGB: (88,123,118)

Renk bilgisi

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

RGB renk modeli

#587B76 color RGB value is (88,123,118).

  • kırmız ton 88;
  • yeşil ton 123;
  • mavi ton 118.
RGB:
(88,123,118)
(35%,48%,46%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 123 of 255 = 48%
B 118 of 255 = 46%

88
123
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 123 + 118 = 329 (100%)
R 88 of 329 ~ 26.75%
G 123 of 329 ~ 37.39%
B 118 of 329 ~ 35.87%

%26.75
%37.39
%35.87

CMYK RENK MODELİ

#587B76 rengi CMYK tonu (28,0,4,52).

  • camgöbeği tonu 28.46%
  • eflatun tonu 0.00%
  • sarı tonu 4.07%
  • ana renk tonu 51.76%
CMYK:
(28,0,4,52)
C28M0Y4K52 
(28%,0%,4%,52%)
(0.28/0.00/0.04/0.52)	

CMYK yüzdeleri

%28.46
%0
%4.07
%51.76

Codes

Color #587B76 in popluar color models

587B76
RGB88123118
HSL171°16.59%41.37%
HSB/HSV171°28.46%48.24%
CMYK28.46%0.00%4.07%
51.76%

Color #587B76 in popluar number systems.

HEX587B76
Decimal88123118
Binary101100011110111110110
Octal130173166

Shades and tints

Shades of #587B76

#587B76
(88,123,118)
#50706C
(80,112,108)
#486562
(72,101,98)
#405A58
(64,90,88)
#384F4E
(56,79,78)
#304444
(48,68,68)
#28393A
(40,57,58)
#202E30
(32,46,48)
#182326
(24,35,38)
#10181C
(16,24,28)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #587B76

#587B76
(88,123,118)
#678782
(103,135,130)
#76938E
(118,147,142)
#859F9A
(133,159,154)
#94ABA6
(148,171,166)
#A3B7B2
(163,183,178)
#B2C3BE
(178,195,190)
#C1CFCA
(193,207,202)
#D0DBD6
(208,219,214)
#DFE7E2
(223,231,226)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587B76 color. Also use rgb(88,123,118) instead hex code.

Text Font Color

.myTextColor { color: #587B76; }

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

This text font color is #587B76.


Background Color

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

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

This div background color is #587B76.


Border color

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

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

This div border color is #587B76.


Opacity

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

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

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

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

This text has shadow with #587B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B76 on black background.


Color preview on white background

This text has color #587B76 on white background.



Black color preview on #587B76 background

This text has black color on #587B76 background.


White color preview on #587B76 background

This text has white color on #587B76 background.