COLOR #589B7D

HEX: #589B7D
RGB: (88,155,125)

Renk bilgisi

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

RGB renk modeli

#589B7D color RGB value is (88,155,125).

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

RGB bağlantıları ve doygunluk

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

88
155
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 155 + 125 = 368 (100%)
R 88 of 368 ~ 23.91%
G 155 of 368 ~ 42.12%
B 125 of 368 ~ 33.97%

%23.91
%42.12
%33.97

CMYK RENK MODELİ

#589B7D rengi CMYK tonu (43,0,19,39).

  • camgöbeği tonu 43.23%
  • eflatun tonu 0.00%
  • sarı tonu 19.35%
  • ana renk tonu 39.22%
CMYK:
(43,0,19,39)
C43M0Y19K39 
(43%,0%,19%,39%)
(0.43/0.00/0.19/0.39)	

CMYK yüzdeleri

%43.23
%0
%19.35
%39.22

Codes

Color #589B7D in popluar color models

589B7D
RGB88155125
HSL153°27.57%47.65%
HSB/HSV153°43.23%60.78%
CMYK43.23%0.00%19.35%
39.22%

Color #589B7D in popluar number systems.

HEX589B7D
Decimal88155125
Binary1011000100110111111101
Octal130233175

Shades and tints

Shades of #589B7D

#589B7D
(88,155,125)
#508D72
(80,141,114)
#487F67
(72,127,103)
#40715C
(64,113,92)
#386351
(56,99,81)
#305546
(48,85,70)
#28473B
(40,71,59)
#203930
(32,57,48)
#182B25
(24,43,37)
#101D1A
(16,29,26)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #589B7D

#589B7D
(88,155,125)
#67A488
(103,164,136)
#76AD93
(118,173,147)
#85B69E
(133,182,158)
#94BFA9
(148,191,169)
#A3C8B4
(163,200,180)
#B2D1BF
(178,209,191)
#C1DACA
(193,218,202)
#D0E3D5
(208,227,213)
#DFECE0
(223,236,224)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589B7D; }

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

This text font color is #589B7D.


Background Color

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

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

This div background color is #589B7D.


Border color

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

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

This div border color is #589B7D.


Opacity

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

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

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

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

This text has shadow with #589B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589B7D on black background.


Color preview on white background

This text has color #589B7D on white background.



Black color preview on #589B7D background

This text has black color on #589B7D background.


White color preview on #589B7D background

This text has white color on #589B7D background.