COLOR #588D8B

HEX: #588D8B
RGB: (88,141,139)

Renk bilgisi

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

RGB renk modeli

#588D8B color RGB value is (88,141,139).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 141 of 255 = 55%
B 139 of 255 = 55%

88
141
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 141 + 139 = 368 (100%)
R 88 of 368 ~ 23.91%
G 141 of 368 ~ 38.32%
B 139 of 368 ~ 37.77%

%23.91
%38.32
%37.77

CMYK RENK MODELİ

#588D8B rengi CMYK tonu (38,0,1,45).

  • camgöbeği tonu 37.59%
  • eflatun tonu 0.00%
  • sarı tonu 1.42%
  • ana renk tonu 44.71%
CMYK:
(38,0,1,45)
C38M0Y1K45 
(38%,0%,1%,45%)
(0.38/0.00/0.01/0.45)	

CMYK yüzdeleri

%37.59
%0
%1.42
%44.71

Codes

Color #588D8B in popluar color models

588D8B
RGB88141139
HSL178°23.14%44.90%
HSB/HSV178°37.59%55.29%
CMYK37.59%0.00%1.42%
44.71%

Color #588D8B in popluar number systems.

HEX588D8B
Decimal88141139
Binary10110001000110110001011
Octal130215213

Shades and tints

Shades of #588D8B

#588D8B
(88,141,139)
#50817F
(80,129,127)
#487573
(72,117,115)
#406967
(64,105,103)
#385D5B
(56,93,91)
#30514F
(48,81,79)
#284543
(40,69,67)
#203937
(32,57,55)
#182D2B
(24,45,43)
#10211F
(16,33,31)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #588D8B

#588D8B
(88,141,139)
#679795
(103,151,149)
#76A19F
(118,161,159)
#85ABA9
(133,171,169)
#94B5B3
(148,181,179)
#A3BFBD
(163,191,189)
#B2C9C7
(178,201,199)
#C1D3D1
(193,211,209)
#D0DDDB
(208,221,219)
#DFE7E5
(223,231,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588D8B color. Also use rgb(88,141,139) instead hex code.

Text Font Color

.myTextColor { color: #588D8B; }

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

This text font color is #588D8B.


Background Color

.myBgColor { background-color: #588D8B; }

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

This div background color is #588D8B.


Border color

.myBorderColor { border: 1px solid #588D8B; }

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

This div border color is #588D8B.


Opacity

.myOpacity80 { color: #588D8B; opacity: 0.8; }

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

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

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

This text has shadow with #588D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588D8B on black background.


Color preview on white background

This text has color #588D8B on white background.



Black color preview on #588D8B background

This text has black color on #588D8B background.


White color preview on #588D8B background

This text has white color on #588D8B background.