COLOR #587D6E

HEX: #587D6E
RGB: (88,125,110)

Renk bilgisi

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

RGB renk modeli

#587D6E color RGB value is (88,125,110).

  • kırmız ton 88;
  • yeşil ton 125;
  • mavi ton 110.
RGB:
(88,125,110)
(35%,49%,43%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 125 of 255 = 49%
B 110 of 255 = 43%

88
125
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 125 + 110 = 323 (100%)
R 88 of 323 ~ 27.24%
G 125 of 323 ~ 38.7%
B 110 of 323 ~ 34.06%

%27.24
%38.7
%34.06

CMYK RENK MODELİ

#587D6E rengi CMYK tonu (30,0,12,51).

  • camgöbeği tonu 29.60%
  • eflatun tonu 0.00%
  • sarı tonu 12.00%
  • ana renk tonu 50.98%
CMYK:
(30,0,12,51)
C30M0Y12K51 
(30%,0%,12%,51%)
(0.30/0.00/0.12/0.51)	

CMYK yüzdeleri

%29.6
%0
%12
%50.98

Codes

Color #587D6E in popluar color models

587D6E
RGB88125110
HSL156°17.37%41.76%
HSB/HSV156°29.60%49.02%
CMYK29.60%0.00%12.00%
50.98%

Color #587D6E in popluar number systems.

HEX587D6E
Decimal88125110
Binary101100011111011101110
Octal130175156

Shades and tints

Shades of #587D6E

#587D6E
(88,125,110)
#507264
(80,114,100)
#48675A
(72,103,90)
#405C50
(64,92,80)
#385146
(56,81,70)
#30463C
(48,70,60)
#283B32
(40,59,50)
#203028
(32,48,40)
#18251E
(24,37,30)
#101A14
(16,26,20)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #587D6E

#587D6E
(88,125,110)
#67887B
(103,136,123)
#769388
(118,147,136)
#859E95
(133,158,149)
#94A9A2
(148,169,162)
#A3B4AF
(163,180,175)
#B2BFBC
(178,191,188)
#C1CAC9
(193,202,201)
#D0D5D6
(208,213,214)
#DFE0E3
(223,224,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587D6E color. Also use rgb(88,125,110) instead hex code.

Text Font Color

.myTextColor { color: #587D6E; }

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

This text font color is #587D6E.


Background Color

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

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

This div background color is #587D6E.


Border color

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

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

This div border color is #587D6E.


Opacity

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

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

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

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

This text has shadow with #587D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587D6E on black background.


Color preview on white background

This text has color #587D6E on white background.



Black color preview on #587D6E background

This text has black color on #587D6E background.


White color preview on #587D6E background

This text has white color on #587D6E background.