COLOR #588772

HEX: #588772
RGB: (88,135,114)

Renk bilgisi

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

RGB renk modeli

#588772 color RGB value is (88,135,114).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 135 of 255 = 53%
B 114 of 255 = 45%

88
135
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 135 + 114 = 337 (100%)
R 88 of 337 ~ 26.11%
G 135 of 337 ~ 40.06%
B 114 of 337 ~ 33.83%

%26.11
%40.06
%33.83

CMYK RENK MODELİ

#588772 rengi CMYK tonu (35,0,16,47).

  • camgöbeği tonu 34.81%
  • eflatun tonu 0.00%
  • sarı tonu 15.56%
  • ana renk tonu 47.06%
CMYK:
(35,0,16,47)
C35M0Y16K47 
(35%,0%,16%,47%)
(0.35/0.00/0.16/0.47)	

CMYK yüzdeleri

%34.81
%0
%15.56
%47.06

Codes

Color #588772 in popluar color models

588772
RGB88135114
HSL153°21.08%43.73%
HSB/HSV153°34.81%52.94%
CMYK34.81%0.00%15.56%
47.06%

Color #588772 in popluar number systems.

HEX588772
Decimal88135114
Binary1011000100001111110010
Octal130207162

Shades and tints

Shades of #588772

#588772
(88,135,114)
#507B68
(80,123,104)
#486F5E
(72,111,94)
#406354
(64,99,84)
#38574A
(56,87,74)
#304B40
(48,75,64)
#283F36
(40,63,54)
#20332C
(32,51,44)
#182722
(24,39,34)
#101B18
(16,27,24)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #588772

#588772
(88,135,114)
#67917E
(103,145,126)
#769B8A
(118,155,138)
#85A596
(133,165,150)
#94AFA2
(148,175,162)
#A3B9AE
(163,185,174)
#B2C3BA
(178,195,186)
#C1CDC6
(193,205,198)
#D0D7D2
(208,215,210)
#DFE1DE
(223,225,222)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588772; }

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

This text font color is #588772.


Background Color

.myBgColor { background-color: #588772; }

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

This div background color is #588772.


Border color

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

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

This div border color is #588772.


Opacity

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

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

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

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

This text has shadow with #588772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588772 on black background.


Color preview on white background

This text has color #588772 on white background.



Black color preview on #588772 background

This text has black color on #588772 background.


White color preview on #588772 background

This text has white color on #588772 background.