COLOR #588784

HEX: #588784
RGB: (88,135,132)

Renk bilgisi

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

RGB renk modeli

#588784 color RGB value is (88,135,132).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 135 of 255 = 53%
B 132 of 255 = 52%

88
135
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 135 + 132 = 355 (100%)
R 88 of 355 ~ 24.79%
G 135 of 355 ~ 38.03%
B 132 of 355 ~ 37.18%

%24.79
%38.03
%37.18

CMYK RENK MODELİ

#588784 rengi CMYK tonu (35,0,2,47).

  • camgöbeği tonu 34.81%
  • eflatun tonu 0.00%
  • sarı tonu 2.22%
  • ana renk tonu 47.06%
CMYK:
(35,0,2,47)
C35M0Y2K47 
(35%,0%,2%,47%)
(0.35/0.00/0.02/0.47)	

CMYK yüzdeleri

%34.81
%0
%2.22
%47.06

Codes

Color #588784 in popluar color models

588784
RGB88135132
HSL176°21.08%43.73%
HSB/HSV176°34.81%52.94%
CMYK34.81%0.00%2.22%
47.06%

Color #588784 in popluar number systems.

HEX588784
Decimal88135132
Binary10110001000011110000100
Octal130207204

Shades and tints

Shades of #588784

#588784
(88,135,132)
#507B78
(80,123,120)
#486F6C
(72,111,108)
#406360
(64,99,96)
#385754
(56,87,84)
#304B48
(48,75,72)
#283F3C
(40,63,60)
#203330
(32,51,48)
#182724
(24,39,36)
#101B18
(16,27,24)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #588784

#588784
(88,135,132)
#67918F
(103,145,143)
#769B9A
(118,155,154)
#85A5A5
(133,165,165)
#94AFB0
(148,175,176)
#A3B9BB
(163,185,187)
#B2C3C6
(178,195,198)
#C1CDD1
(193,205,209)
#D0D7DC
(208,215,220)
#DFE1E7
(223,225,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588784; }

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

This text font color is #588784.


Background Color

.myBgColor { background-color: #588784; }

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

This div background color is #588784.


Border color

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

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

This div border color is #588784.


Opacity

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

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

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

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

This text has shadow with #588784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588784 on black background.


Color preview on white background

This text has color #588784 on white background.



Black color preview on #588784 background

This text has black color on #588784 background.


White color preview on #588784 background

This text has white color on #588784 background.