COLOR #588780

HEX: #588780
RGB: (88,135,128)

Renk bilgisi

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

RGB renk modeli

#588780 color RGB value is (88,135,128).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 135 of 255 = 53%
B 128 of 255 = 50%

88
135
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 135 + 128 = 351 (100%)
R 88 of 351 ~ 25.07%
G 135 of 351 ~ 38.46%
B 128 of 351 ~ 36.47%

%25.07
%38.46
%36.47

CMYK RENK MODELİ

#588780 rengi CMYK tonu (35,0,5,47).

  • camgöbeği tonu 34.81%
  • eflatun tonu 0.00%
  • sarı tonu 5.19%
  • ana renk tonu 47.06%
CMYK:
(35,0,5,47)
C35M0Y5K47 
(35%,0%,5%,47%)
(0.35/0.00/0.05/0.47)	

CMYK yüzdeleri

%34.81
%0
%5.19
%47.06

Codes

Color #588780 in popluar color models

588780
RGB88135128
HSL171°21.08%43.73%
HSB/HSV171°34.81%52.94%
CMYK34.81%0.00%5.19%
47.06%

Color #588780 in popluar number systems.

HEX588780
Decimal88135128
Binary10110001000011110000000
Octal130207200

Shades and tints

Shades of #588780

#588780
(88,135,128)
#507B75
(80,123,117)
#486F6A
(72,111,106)
#40635F
(64,99,95)
#385754
(56,87,84)
#304B49
(48,75,73)
#283F3E
(40,63,62)
#203333
(32,51,51)
#182728
(24,39,40)
#101B1D
(16,27,29)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #588780

#588780
(88,135,128)
#67918B
(103,145,139)
#769B96
(118,155,150)
#85A5A1
(133,165,161)
#94AFAC
(148,175,172)
#A3B9B7
(163,185,183)
#B2C3C2
(178,195,194)
#C1CDCD
(193,205,205)
#D0D7D8
(208,215,216)
#DFE1E3
(223,225,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588780 color. Also use rgb(88,135,128) instead hex code.

Text Font Color

.myTextColor { color: #588780; }

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

This text font color is #588780.


Background Color

.myBgColor { background-color: #588780; }

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

This div background color is #588780.


Border color

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

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

This div border color is #588780.


Opacity

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

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

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

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

This text has shadow with #588780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588780 on black background.


Color preview on white background

This text has color #588780 on white background.



Black color preview on #588780 background

This text has black color on #588780 background.


White color preview on #588780 background

This text has white color on #588780 background.