COLOR #88737D

HEX: #88737D
RGB: (136,115,125)

Renk bilgisi

#88737D contains red, green and blue colors in about the same proportion. #88737D ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#88737D color RGB value is (136,115,125).

  • kırmız ton 136;
  • yeşil ton 115;
  • mavi ton 125.
RGB:
(136,115,125)
(53%,45%,49%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 115 of 255 = 45%
B 125 of 255 = 49%

136
115
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 115 + 125 = 376 (100%)
R 136 of 376 ~ 36.17%
G 115 of 376 ~ 30.59%
B 125 of 376 ~ 33.24%

%36.17
%30.59
%33.24

CMYK RENK MODELİ

#88737D rengi CMYK tonu (0,15,8,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.44%
  • sarı tonu 8.09%
  • ana renk tonu 46.67%
CMYK:
(0,15,8,47)
C0M15Y8K47 
(0%,15%,8%,47%)
(0.00/0.15/0.08/0.47)	

CMYK yüzdeleri

%0
%15.44
%8.09
%46.67

Codes

Color #88737D in popluar color models

88737D
RGB136115125
HSL331°8.37%49.22%
HSB/HSV331°15.44%53.33%
CMYK0.00%15.44%8.09%
46.67%

Color #88737D in popluar number systems.

HEX88737D
Decimal136115125
Binary1000100011100111111101
Octal210163175

Shades and tints

Shades of #88737D

#88737D
(136,115,125)
#7C6972
(124,105,114)
#705F67
(112,95,103)
#64555C
(100,85,92)
#584B51
(88,75,81)
#4C4146
(76,65,70)
#40373B
(64,55,59)
#342D30
(52,45,48)
#282325
(40,35,37)
#1C191A
(28,25,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #88737D

#88737D
(136,115,125)
#927F88
(146,127,136)
#9C8B93
(156,139,147)
#A6979E
(166,151,158)
#B0A3A9
(176,163,169)
#BAAFB4
(186,175,180)
#C4BBBF
(196,187,191)
#CEC7CA
(206,199,202)
#D8D3D5
(216,211,213)
#E2DFE0
(226,223,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88737D color. Also use rgb(136,115,125) instead hex code.

Text Font Color

.myTextColor { color: #88737D; }

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

This text font color is #88737D.


Background Color

.myBgColor { background-color: #88737D; }

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

This div background color is #88737D.


Border color

.myBorderColor { border: 1px solid #88737D; }

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

This div border color is #88737D.


Opacity

.myOpacity80 { color: #88737D; opacity: 0.8; }

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

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

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

This text has shadow with #88737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88737D on black background.


Color preview on white background

This text has color #88737D on white background.



Black color preview on #88737D background

This text has black color on #88737D background.


White color preview on #88737D background

This text has white color on #88737D background.