COLOR #587B5D

HEX: #587B5D
RGB: (88,123,93)

Renk bilgisi

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

RGB renk modeli

#587B5D color RGB value is (88,123,93).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 123 of 255 = 48%
B 93 of 255 = 36%

88
123
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 123 + 93 = 304 (100%)
R 88 of 304 ~ 28.95%
G 123 of 304 ~ 40.46%
B 93 of 304 ~ 30.59%

%28.95
%40.46
%30.59

CMYK RENK MODELİ

#587B5D rengi CMYK tonu (28,0,24,52).

  • camgöbeği tonu 28.46%
  • eflatun tonu 0.00%
  • sarı tonu 24.39%
  • ana renk tonu 51.76%
CMYK:
(28,0,24,52)
C28M0Y24K52 
(28%,0%,24%,52%)
(0.28/0.00/0.24/0.52)	

CMYK yüzdeleri

%28.46
%0
%24.39
%51.76

Codes

Color #587B5D in popluar color models

587B5D
RGB8812393
HSL129°16.59%41.37%
HSB/HSV129°28.46%48.24%
CMYK28.46%0.00%24.39%
51.76%

Color #587B5D in popluar number systems.

HEX587B5D
Decimal8812393
Binary101100011110111011101
Octal130173135

Shades and tints

Shades of #587B5D

#587B5D
(88,123,93)
#507055
(80,112,85)
#48654D
(72,101,77)
#405A45
(64,90,69)
#384F3D
(56,79,61)
#304435
(48,68,53)
#28392D
(40,57,45)
#202E25
(32,46,37)
#18231D
(24,35,29)
#101815
(16,24,21)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #587B5D

#587B5D
(88,123,93)
#67876B
(103,135,107)
#769379
(118,147,121)
#859F87
(133,159,135)
#94AB95
(148,171,149)
#A3B7A3
(163,183,163)
#B2C3B1
(178,195,177)
#C1CFBF
(193,207,191)
#D0DBCD
(208,219,205)
#DFE7DB
(223,231,219)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587B5D; }

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

This text font color is #587B5D.


Background Color

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

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

This div background color is #587B5D.


Border color

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

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

This div border color is #587B5D.


Opacity

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

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

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

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

This text has shadow with #587B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B5D on black background.


Color preview on white background

This text has color #587B5D on white background.



Black color preview on #587B5D background

This text has black color on #587B5D background.


White color preview on #587B5D background

This text has white color on #587B5D background.