COLOR #588866

HEX: #588866
RGB: (88,136,102)

Renk bilgisi

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

RGB renk modeli

#588866 color RGB value is (88,136,102).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 136 of 255 = 53%
B 102 of 255 = 40%

88
136
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 136 + 102 = 326 (100%)
R 88 of 326 ~ 26.99%
G 136 of 326 ~ 41.72%
B 102 of 326 ~ 31.29%

%26.99
%41.72
%31.29

CMYK RENK MODELİ

#588866 rengi CMYK tonu (35,0,25,47).

  • camgöbeği tonu 35.29%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 46.67%
CMYK:
(35,0,25,47)
C35M0Y25K47 
(35%,0%,25%,47%)
(0.35/0.00/0.25/0.47)	

CMYK yüzdeleri

%35.29
%0
%25
%46.67

Codes

Color #588866 in popluar color models

588866
RGB88136102
HSL138°21.43%43.92%
HSB/HSV138°35.29%53.33%
CMYK35.29%0.00%25.00%
46.67%

Color #588866 in popluar number systems.

HEX588866
Decimal88136102
Binary1011000100010001100110
Octal130210146

Shades and tints

Shades of #588866

#588866
(88,136,102)
#507C5D
(80,124,93)
#487054
(72,112,84)
#40644B
(64,100,75)
#385842
(56,88,66)
#304C39
(48,76,57)
#284030
(40,64,48)
#203427
(32,52,39)
#18281E
(24,40,30)
#101C15
(16,28,21)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #588866

#588866
(88,136,102)
#679273
(103,146,115)
#769C80
(118,156,128)
#85A68D
(133,166,141)
#94B09A
(148,176,154)
#A3BAA7
(163,186,167)
#B2C4B4
(178,196,180)
#C1CEC1
(193,206,193)
#D0D8CE
(208,216,206)
#DFE2DB
(223,226,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588866; }

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

This text font color is #588866.


Background Color

.myBgColor { background-color: #588866; }

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

This div background color is #588866.


Border color

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

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

This div border color is #588866.


Opacity

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

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

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

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

This text has shadow with #588866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588866 on black background.


Color preview on white background

This text has color #588866 on white background.



Black color preview on #588866 background

This text has black color on #588866 background.


White color preview on #588866 background

This text has white color on #588866 background.