COLOR #588688

HEX: #588688
RGB: (88,134,136)

Renk bilgisi

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

RGB renk modeli

#588688 color RGB value is (88,134,136).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 134 of 255 = 53%
B 136 of 255 = 53%

88
134
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 134 + 136 = 358 (100%)
R 88 of 358 ~ 24.58%
G 134 of 358 ~ 37.43%
B 136 of 358 ~ 37.99%

%24.58
%37.43
%37.99

CMYK RENK MODELİ

#588688 rengi CMYK tonu (35,1,0,47).

  • camgöbeği tonu 35.29%
  • eflatun tonu 1.47%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,1,0,47)
C35M1Y0K47 
(35%,1%,0%,47%)
(0.35/0.01/0.00/0.47)	

CMYK yüzdeleri

%35.29
%1.47
%0
%46.67

Codes

Color #588688 in popluar color models

588688
RGB88134136
HSL183°21.43%43.92%
HSB/HSV183°35.29%53.33%
CMYK35.29%1.47%0.00%
46.67%

Color #588688 in popluar number systems.

HEX588688
Decimal88134136
Binary10110001000011010001000
Octal130206210

Shades and tints

Shades of #588688

#588688
(88,134,136)
#507A7C
(80,122,124)
#486E70
(72,110,112)
#406264
(64,98,100)
#385658
(56,86,88)
#304A4C
(48,74,76)
#283E40
(40,62,64)
#203234
(32,50,52)
#182628
(24,38,40)
#101A1C
(16,26,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #588688

#588688
(88,134,136)
#679192
(103,145,146)
#769C9C
(118,156,156)
#85A7A6
(133,167,166)
#94B2B0
(148,178,176)
#A3BDBA
(163,189,186)
#B2C8C4
(178,200,196)
#C1D3CE
(193,211,206)
#D0DED8
(208,222,216)
#DFE9E2
(223,233,226)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588688 color. Also use rgb(88,134,136) instead hex code.

Text Font Color

.myTextColor { color: #588688; }

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

This text font color is #588688.


Background Color

.myBgColor { background-color: #588688; }

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

This div background color is #588688.


Border color

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

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

This div border color is #588688.


Opacity

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

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

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

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

This text has shadow with #588688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588688 on black background.


Color preview on white background

This text has color #588688 on white background.



Black color preview on #588688 background

This text has black color on #588688 background.


White color preview on #588688 background

This text has white color on #588688 background.