COLOR #88A576

HEX: #88A576
RGB: (136,165,118)

Renk bilgisi

#88A576 contains red, green and blue colors in about the same proportion. #88A576 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#88A576 color RGB value is (136,165,118).

  • kırmız ton 136;
  • yeşil ton 165;
  • mavi ton 118.
RGB:
(136,165,118)
(53%,65%,46%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 165 of 255 = 65%
B 118 of 255 = 46%

136
165
118

R + G + B ~ 55%. #88A576 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 165 + 118 = 419 (100%)
R 136 of 419 ~ 32.46%
G 165 of 419 ~ 39.38%
B 118 of 419 ~ 28.16%

%32.46
%39.38
%28.16

CMYK RENK MODELİ

#88A576 rengi CMYK tonu (18,0,28,35).

  • camgöbeği tonu 17.58%
  • eflatun tonu 0.00%
  • sarı tonu 28.48%
  • ana renk tonu 35.29%
CMYK:
(18,0,28,35)
C18M0Y28K35 
(18%,0%,28%,35%)
(0.18/0.00/0.28/0.35)	

CMYK yüzdeleri

%17.58
%0
%28.48
%35.29

Codes

Color #88A576 in popluar color models

88A576
RGB136165118
HSL97°20.70%55.49%
HSB/HSV97°28.48%64.71%
CMYK17.58%0.00%28.48%
35.29%

Color #88A576 in popluar number systems.

HEX88A576
Decimal136165118
Binary10001000101001011110110
Octal210245166

Shades and tints

Shades of #88A576

#88A576
(136,165,118)
#7C966C
(124,150,108)
#708762
(112,135,98)
#647858
(100,120,88)
#58694E
(88,105,78)
#4C5A44
(76,90,68)
#404B3A
(64,75,58)
#343C30
(52,60,48)
#282D26
(40,45,38)
#1C1E1C
(28,30,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #88A576

#88A576
(136,165,118)
#92AD82
(146,173,130)
#9CB58E
(156,181,142)
#A6BD9A
(166,189,154)
#B0C5A6
(176,197,166)
#BACDB2
(186,205,178)
#C4D5BE
(196,213,190)
#CEDDCA
(206,221,202)
#D8E5D6
(216,229,214)
#E2EDE2
(226,237,226)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A576; }

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

This text font color is #88A576.


Background Color

.myBgColor { background-color: #88A576; }

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

This div background color is #88A576.


Border color

.myBorderColor { border: 1px solid #88A576; }

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

This div border color is #88A576.


Opacity

.myOpacity80 { color: #88A576; opacity: 0.8; }

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

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

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

This text has shadow with #88A576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A576 on black background.


Color preview on white background

This text has color #88A576 on white background.



Black color preview on #88A576 background

This text has black color on #88A576 background.


White color preview on #88A576 background

This text has white color on #88A576 background.