COLOR #589285

HEX: #589285
RGB: (88,146,133)

Renk bilgisi

#589285 contains red, green and blue colors in about the same proportion. #589285 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#589285 color RGB value is (88,146,133).

  • kırmız ton 88;
  • yeşil ton 146;
  • mavi ton 133.
RGB:
(88,146,133)
(35%,57%,52%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 146 of 255 = 57%
B 133 of 255 = 52%

88
146
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 146 + 133 = 367 (100%)
R 88 of 367 ~ 23.98%
G 146 of 367 ~ 39.78%
B 133 of 367 ~ 36.24%

%23.98
%39.78
%36.24

CMYK RENK MODELİ

#589285 rengi CMYK tonu (40,0,9,43).

  • camgöbeği tonu 39.73%
  • eflatun tonu 0.00%
  • sarı tonu 8.90%
  • ana renk tonu 42.75%
CMYK:
(40,0,9,43)
C40M0Y9K43 
(40%,0%,9%,43%)
(0.40/0.00/0.09/0.43)	

CMYK yüzdeleri

%39.73
%0
%8.9
%42.75

Codes

Color #589285 in popluar color models

589285
RGB88146133
HSL167°24.79%45.88%
HSB/HSV167°39.73%57.25%
CMYK39.73%0.00%8.90%
42.75%

Color #589285 in popluar number systems.

HEX589285
Decimal88146133
Binary10110001001001010000101
Octal130222205

Shades and tints

Shades of #589285

#589285
(88,146,133)
#508579
(80,133,121)
#48786D
(72,120,109)
#406B61
(64,107,97)
#385E55
(56,94,85)
#305149
(48,81,73)
#28443D
(40,68,61)
#203731
(32,55,49)
#182A25
(24,42,37)
#101D19
(16,29,25)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #589285

#589285
(88,146,133)
#679B90
(103,155,144)
#76A49B
(118,164,155)
#85ADA6
(133,173,166)
#94B6B1
(148,182,177)
#A3BFBC
(163,191,188)
#B2C8C7
(178,200,199)
#C1D1D2
(193,209,210)
#D0DADD
(208,218,221)
#DFE3E8
(223,227,232)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589285 color. Also use rgb(88,146,133) instead hex code.

Text Font Color

.myTextColor { color: #589285; }

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

This text font color is #589285.


Background Color

.myBgColor { background-color: #589285; }

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

This div background color is #589285.


Border color

.myBorderColor { border: 1px solid #589285; }

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

This div border color is #589285.


Opacity

.myOpacity80 { color: #589285; opacity: 0.8; }

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

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

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

This text has shadow with #589285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589285 on black background.


Color preview on white background

This text has color #589285 on white background.



Black color preview on #589285 background

This text has black color on #589285 background.


White color preview on #589285 background

This text has white color on #589285 background.