COLOR #88955D

HEX: #88955D
RGB: (136,149,93)

Color info

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

RGB color model

#88955D color RGB value is (136,149,93).

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

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 93 of 255 = 36%

136
149
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 93 = 378 (100%)
R 136 of 378 ~ 35.98%
G 149 of 378 ~ 39.42%
B 93 of 378 ~ 24.6%

%35.98
%39.42
%24.6

CMYK color model

#88955D color CMYK value is (9,0,38,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(9,0,38,42)
C9M0Y38K42 
(9%,0%,38%,42%)
(0.09/0.00/0.38/0.42)	

CMYK percentages

%8.72
%0
%37.58
%41.57

Codes

Color #88955D in popluar color models

88955D
RGB13614993
HSL74°23.14%47.45%
HSB/HSV74°37.58%58.43%
CMYK8.72%0.00%37.58%
41.57%

Color #88955D in popluar number systems.

HEX88955D
Decimal13614993
Binary10001000100101011011101
Octal210225135

Shades and tints

Shades of #88955D

#88955D
(136,149,93)
#7C8855
(124,136,85)
#707B4D
(112,123,77)
#646E45
(100,110,69)
#58613D
(88,97,61)
#4C5435
(76,84,53)
#40472D
(64,71,45)
#343A25
(52,58,37)
#282D1D
(40,45,29)
#1C2015
(28,32,21)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #88955D

#88955D
(136,149,93)
#929E6B
(146,158,107)
#9CA779
(156,167,121)
#A6B087
(166,176,135)
#B0B995
(176,185,149)
#BAC2A3
(186,194,163)
#C4CBB1
(196,203,177)
#CED4BF
(206,212,191)
#D8DDCD
(216,221,205)
#E2E6DB
(226,230,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88955D; }

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

This text font color is #88955D.


Background Color

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

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

This div background color is #88955D.


Border color

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

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

This div border color is #88955D.


Opacity

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

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

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

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

This text has shadow with #88955D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88955D on black background.


Color preview on white background

This text has color #88955D on white background.



Black color preview on #88955D background

This text has black color on #88955D background.


White color preview on #88955D background

This text has white color on #88955D background.