COLOR #88936B

HEX: #88936B
RGB: (136,147,107)

Color info

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

RGB color model

#88936B color RGB value is (136,147,107).

  • red value is 136;
  • green value is 147;
  • blue value is 107.
RGB:
(136,147,107)
(53%,58%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 107 of 255 = 42%

136
147
107

R + G + B ~ 51%. #88936B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 107 = 390 (100%)
R 136 of 390 ~ 34.87%
G 147 of 390 ~ 37.69%
B 107 of 390 ~ 27.44%

%34.87
%37.69
%27.44

CMYK color model

#88936B color CMYK value is (7,0,27,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 42.35%
CMYK:
(7,0,27,42)
C7M0Y27K42 
(7%,0%,27%,42%)
(0.07/0.00/0.27/0.42)	

CMYK percentages

%7.48
%0
%27.21
%42.35

Codes

Color #88936B in popluar color models

88936B
RGB136147107
HSL77°15.75%49.80%
HSB/HSV77°27.21%57.65%
CMYK7.48%0.00%27.21%
42.35%

Color #88936B in popluar number systems.

HEX88936B
Decimal136147107
Binary10001000100100111101011
Octal210223153

Shades and tints

Shades of #88936B

#88936B
(136,147,107)
#7C8662
(124,134,98)
#707959
(112,121,89)
#646C50
(100,108,80)
#585F47
(88,95,71)
#4C523E
(76,82,62)
#404535
(64,69,53)
#34382C
(52,56,44)
#282B23
(40,43,35)
#1C1E1A
(28,30,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88936B

#88936B
(136,147,107)
#929C78
(146,156,120)
#9CA585
(156,165,133)
#A6AE92
(166,174,146)
#B0B79F
(176,183,159)
#BAC0AC
(186,192,172)
#C4C9B9
(196,201,185)
#CED2C6
(206,210,198)
#D8DBD3
(216,219,211)
#E2E4E0
(226,228,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88936B color. Also use rgb(136,147,107) instead hex code.

Text Font Color

.myTextColor { color: #88936B; }

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

This text font color is #88936B.


Background Color

.myBgColor { background-color: #88936B; }

<div style="background-color:#88936B">Inner text</div>

This div background color is #88936B.


Border color

.myBorderColor { border: 1px solid #88936B; }

<div style="border:3px solid #88936B">Div</div>

This div border color is #88936B.


Opacity

.myOpacity80 { color: #88936B; opacity: 0.8; }

<p style="color:#88936B;opacity:0.8;">80%</p>

Text with #88936B 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 #88936B;}

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

This text has shadow with #88936B color.

.textShadow {text-shadow: 3px 3px 1px #88936B, 3px 3px 1px red;}

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

This text has shadow with #88936B primary color and red secondary color.


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

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

This text has shadow with #88936B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88936B on black background.


Color preview on white background

This text has color #88936B on white background.



Black color preview on #88936B background

This text has black color on #88936B background.


White color preview on #88936B background

This text has white color on #88936B background.