COLOR #587D58

HEX: #587D58
RGB: (88,125,88)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
125
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 125 + 88 = 301 (100%)
R 88 of 301 ~ 29.24%
G 125 of 301 ~ 41.53%
B 88 of 301 ~ 29.24%

%29.24
%41.53
%29.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.6
%0
%29.6
%50.98

Codes

Color #587D58 in popluar color models

587D58
RGB8812588
HSL120°17.37%41.76%
HSB/HSV120°29.60%49.02%
CMYK29.60%0.00%29.60%
50.98%

Color #587D58 in popluar number systems.

HEX587D58
Decimal8812588
Binary101100011111011011000
Octal130175130

Shades and tints

Shades of #587D58

#587D58
(88,125,88)
#507250
(80,114,80)
#486748
(72,103,72)
#405C40
(64,92,64)
#385138
(56,81,56)
#304630
(48,70,48)
#283B28
(40,59,40)
#203020
(32,48,32)
#182518
(24,37,24)
#101A10
(16,26,16)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #587D58

#587D58
(88,125,88)
#678867
(103,136,103)
#769376
(118,147,118)
#859E85
(133,158,133)
#94A994
(148,169,148)
#A3B4A3
(163,180,163)
#B2BFB2
(178,191,178)
#C1CAC1
(193,202,193)
#D0D5D0
(208,213,208)
#DFE0DF
(223,224,223)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587D58; }

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

This text font color is #587D58.


Background Color

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

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

This div background color is #587D58.


Border color

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

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

This div border color is #587D58.


Opacity

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

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

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

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

This text has shadow with #587D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587D58 on black background.


Color preview on white background

This text has color #587D58 on white background.



Black color preview on #587D58 background

This text has black color on #587D58 background.


White color preview on #587D58 background

This text has white color on #587D58 background.