COLOR #88AB48

HEX: #88AB48
RGB: (136,171,72)

Renk bilgisi

#88AB48 contains mainly red and green colors. #88AB48 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#88AB48 color RGB value is (136,171,72).

  • kırmız ton 136;
  • yeşil ton 171;
  • mavi ton 72.
RGB:
(136,171,72)
(53%,67%,28%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 171 of 255 = 67%
B 72 of 255 = 28%

136
171
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 171 + 72 = 379 (100%)
R 136 of 379 ~ 35.88%
G 171 of 379 ~ 45.12%
B 72 of 379 ~ 19%

%35.88
%45.12
%19

CMYK RENK MODELİ

#88AB48 rengi CMYK tonu (20,0,58,33).

  • camgöbeği tonu 20.47%
  • eflatun tonu 0.00%
  • sarı tonu 57.89%
  • ana renk tonu 32.94%
CMYK:
(20,0,58,33)
C20M0Y58K33 
(20%,0%,58%,33%)
(0.20/0.00/0.58/0.33)	

CMYK yüzdeleri

%20.47
%0
%57.89
%32.94

Codes

Color #88AB48 in popluar color models

88AB48
RGB13617172
HSL81°40.74%47.65%
HSB/HSV81°57.89%67.06%
CMYK20.47%0.00%57.89%
32.94%

Color #88AB48 in popluar number systems.

HEX88AB48
Decimal13617172
Binary10001000101010111001000
Octal210253110

Shades and tints

Shades of #88AB48

#88AB48
(136,171,72)
#7C9C42
(124,156,66)
#708D3C
(112,141,60)
#647E36
(100,126,54)
#586F30
(88,111,48)
#4C602A
(76,96,42)
#405124
(64,81,36)
#34421E
(52,66,30)
#283318
(40,51,24)
#1C2412
(28,36,18)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #88AB48

#88AB48
(136,171,72)
#92B258
(146,178,88)
#9CB968
(156,185,104)
#A6C078
(166,192,120)
#B0C788
(176,199,136)
#BACE98
(186,206,152)
#C4D5A8
(196,213,168)
#CEDCB8
(206,220,184)
#D8E3C8
(216,227,200)
#E2EAD8
(226,234,216)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB48; }

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

This text font color is #88AB48.


Background Color

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

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

This div background color is #88AB48.


Border color

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

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

This div border color is #88AB48.


Opacity

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

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

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

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

This text has shadow with #88AB48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB48 on black background.


Color preview on white background

This text has color #88AB48 on white background.



Black color preview on #88AB48 background

This text has black color on #88AB48 background.


White color preview on #88AB48 background

This text has white color on #88AB48 background.