COLOR #88915D

HEX: #88915D
RGB: (136,145,93)

Color info

#88915D contains red, green and blue colors in about the same proportion. Web safe color of #88915D is #999966 (or #996).

RGB color model

#88915D color RGB value is (136,145,93).

  • red value is 136;
  • green value is 145;
  • blue value is 93.
RGB:
(136,145,93)
(53%,57%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 145 of 255 = 57%
B 93 of 255 = 36%

136
145
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 93 = 374 (100%)
R 136 of 374 ~ 36.36%
G 145 of 374 ~ 38.77%
B 93 of 374 ~ 24.87%

%36.36
%38.77
%24.87

CMYK color model

#88915D color CMYK value is (6,0,36,43).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 43.14%
CMYK:
(6,0,36,43)
C6M0Y36K43 
(6%,0%,36%,43%)
(0.06/0.00/0.36/0.43)	

CMYK percentages

%6.21
%0
%35.86
%43.14

Codes

Color #88915D in popluar color models

88915D
RGB13614593
HSL70°21.85%46.67%
HSB/HSV70°35.86%56.86%
CMYK6.21%0.00%35.86%
43.14%

Color #88915D in popluar number systems.

HEX88915D
Decimal13614593
Binary10001000100100011011101
Octal210221135

Shades and tints

Shades of #88915D

#88915D
(136,145,93)
#7C8455
(124,132,85)
#70774D
(112,119,77)
#646A45
(100,106,69)
#585D3D
(88,93,61)
#4C5035
(76,80,53)
#40432D
(64,67,45)
#343625
(52,54,37)
#28291D
(40,41,29)
#1C1C15
(28,28,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #88915D

#88915D
(136,145,93)
#929B6B
(146,155,107)
#9CA579
(156,165,121)
#A6AF87
(166,175,135)
#B0B995
(176,185,149)
#BAC3A3
(186,195,163)
#C4CDB1
(196,205,177)
#CED7BF
(206,215,191)
#D8E1CD
(216,225,205)
#E2EBDB
(226,235,219)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88915D color. Also use rgb(136,145,93) instead hex code.

Text Font Color

.myTextColor { color: #88915D; }

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

This text font color is #88915D.


Background Color

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

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

This div background color is #88915D.


Border color

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

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

This div border color is #88915D.


Opacity

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

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

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

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

This text has shadow with #88915D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88915D on black background.


Color preview on white background

This text has color #88915D on white background.



Black color preview on #88915D background

This text has black color on #88915D background.


White color preview on #88915D background

This text has white color on #88915D background.