COLOR #588A78

HEX: #588A78
RGB: (88,138,120)

Renk bilgisi

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

RGB renk modeli

#588A78 color RGB value is (88,138,120).

  • kırmız ton 88;
  • yeşil ton 138;
  • mavi ton 120.
RGB:
(88,138,120)
(35%,54%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 120 of 255 = 47%

88
138
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 120 = 346 (100%)
R 88 of 346 ~ 25.43%
G 138 of 346 ~ 39.88%
B 120 of 346 ~ 34.68%

%25.43
%39.88
%34.68

CMYK RENK MODELİ

#588A78 rengi CMYK tonu (36,0,13,46).

  • camgöbeği tonu 36.23%
  • eflatun tonu 0.00%
  • sarı tonu 13.04%
  • ana renk tonu 45.88%
CMYK:
(36,0,13,46)
C36M0Y13K46 
(36%,0%,13%,46%)
(0.36/0.00/0.13/0.46)	

CMYK yüzdeleri

%36.23
%0
%13.04
%45.88

Codes

Color #588A78 in popluar color models

588A78
RGB88138120
HSL158°22.12%44.31%
HSB/HSV158°36.23%54.12%
CMYK36.23%0.00%13.04%
45.88%

Color #588A78 in popluar number systems.

HEX588A78
Decimal88138120
Binary1011000100010101111000
Octal130212170

Shades and tints

Shades of #588A78

#588A78
(88,138,120)
#507E6E
(80,126,110)
#487264
(72,114,100)
#40665A
(64,102,90)
#385A50
(56,90,80)
#304E46
(48,78,70)
#28423C
(40,66,60)
#203632
(32,54,50)
#182A28
(24,42,40)
#101E1E
(16,30,30)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #588A78

#588A78
(88,138,120)
#679484
(103,148,132)
#769E90
(118,158,144)
#85A89C
(133,168,156)
#94B2A8
(148,178,168)
#A3BCB4
(163,188,180)
#B2C6C0
(178,198,192)
#C1D0CC
(193,208,204)
#D0DAD8
(208,218,216)
#DFE4E4
(223,228,228)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A78 color. Also use rgb(88,138,120) instead hex code.

Text Font Color

.myTextColor { color: #588A78; }

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

This text font color is #588A78.


Background Color

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

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

This div background color is #588A78.


Border color

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

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

This div border color is #588A78.


Opacity

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

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

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

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

This text has shadow with #588A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A78 on black background.


Color preview on white background

This text has color #588A78 on white background.



Black color preview on #588A78 background

This text has black color on #588A78 background.


White color preview on #588A78 background

This text has white color on #588A78 background.