COLOR #589D75

HEX: #589D75
RGB: (88,157,117)

Renk bilgisi

#589D75 contains mainly green and blue colors. #589D75 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#589D75 color RGB value is (88,157,117).

  • kırmız ton 88;
  • yeşil ton 157;
  • mavi ton 117.
RGB:
(88,157,117)
(35%,62%,46%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 157 of 255 = 62%
B 117 of 255 = 46%

88
157
117

R + G + B ~ 48%. #589D75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 157 + 117 = 362 (100%)
R 88 of 362 ~ 24.31%
G 157 of 362 ~ 43.37%
B 117 of 362 ~ 32.32%

%24.31
%43.37
%32.32

CMYK RENK MODELİ

#589D75 rengi CMYK tonu (44,0,25,38).

  • camgöbeği tonu 43.95%
  • eflatun tonu 0.00%
  • sarı tonu 25.48%
  • ana renk tonu 38.43%
CMYK:
(44,0,25,38)
C44M0Y25K38 
(44%,0%,25%,38%)
(0.44/0.00/0.25/0.38)	

CMYK yüzdeleri

%43.95
%0
%25.48
%38.43

Codes

Color #589D75 in popluar color models

589D75
RGB88157117
HSL145°28.16%48.04%
HSB/HSV145°43.95%61.57%
CMYK43.95%0.00%25.48%
38.43%

Color #589D75 in popluar number systems.

HEX589D75
Decimal88157117
Binary1011000100111011110101
Octal130235165

Shades and tints

Shades of #589D75

#589D75
(88,157,117)
#508F6B
(80,143,107)
#488161
(72,129,97)
#407357
(64,115,87)
#38654D
(56,101,77)
#305743
(48,87,67)
#284939
(40,73,57)
#203B2F
(32,59,47)
#182D25
(24,45,37)
#101F1B
(16,31,27)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #589D75

#589D75
(88,157,117)
#67A581
(103,165,129)
#76AD8D
(118,173,141)
#85B599
(133,181,153)
#94BDA5
(148,189,165)
#A3C5B1
(163,197,177)
#B2CDBD
(178,205,189)
#C1D5C9
(193,213,201)
#D0DDD5
(208,221,213)
#DFE5E1
(223,229,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589D75 color. Also use rgb(88,157,117) instead hex code.

Text Font Color

.myTextColor { color: #589D75; }

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

This text font color is #589D75.


Background Color

.myBgColor { background-color: #589D75; }

<div style="background-color:#589D75">Inner text</div>

This div background color is #589D75.


Border color

.myBorderColor { border: 1px solid #589D75; }

<div style="border:3px solid #589D75">Div</div>

This div border color is #589D75.


Opacity

.myOpacity80 { color: #589D75; opacity: 0.8; }

<p style="color:#589D75;opacity:0.8;">80%</p>

Text with #589D75 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 #589D75;}

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

This text has shadow with #589D75 color.

.textShadow {text-shadow: 3px 3px 1px #589D75, 3px 3px 1px red;}

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

This text has shadow with #589D75 primary color and red secondary color.


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

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

This text has shadow with #589D75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589D75 on black background.


Color preview on white background

This text has color #589D75 on white background.



Black color preview on #589D75 background

This text has black color on #589D75 background.


White color preview on #589D75 background

This text has white color on #589D75 background.