COLOR #88835D

HEX: #88835D RGB: (136,131,93)

Color info

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

RGB color model

#88835D color RGB value is (136,131,93).

RGB: (136,131,93) (53%, 51%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 93 of 255 = 36%

136
131
93

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

Portions of RGB colors in percentages

R + G + B = 136 + 131 + 93 = 360 (100%)
R 136 of 360 ~ 37.78%
G 131 of 360 ~ 36.39%
B 93 of 360 ~ 25.83'%

%37.78
%36.39
%25.83

CMYK color model

#88835D color CMYK value is (0,4,32,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK: (0,4,32,47) C0M4Y32K47 (0%,4%,32%,47%) (0.00/0.04/0.32/0.47) 

CMYK percentages

%0
%3.68
%31.62
%46.67

Codes

Color #88835D in popluar color models

88 83 5D
RGB 136 131 93
HSL 53° 18.78% 44.90%
HSB/HSV 53° 31.62% 53.33%
CMYK 0.00% 3.68% 31.62%
46.67%

Color #88835D in popluar number systems.

HEX 88 83 5D
Decimal 136 131 93
Binary 10001000 10000011 1011101
Octal 210 203 135

Shades and tints

Shades of #88835D

#88835D
(136,131,93)
#7C7855
(124,120,85)
#706D4D
(112,109,77)
#646245
(100,98,69)
#58573D
(88,87,61)
#4C4C35
(76,76,53)
#40412D
(64,65,45)
#343625
(52,54,37)
#282B1D
(40,43,29)
#1C2015
(28,32,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #88835D

#88835D
(136,131,93)
#928E6B
(146,142,107)
#9C9979
(156,153,121)
#A6A487
(166,164,135)
#B0AF95
(176,175,149)
#BABAA3
(186,186,163)
#C4C5B1
(196,197,177)
#CED0BF
(206,208,191)
#D8DBCD
(216,219,205)
#E2E6DB
(226,230,219)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88835D; }

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

This text font color is #88835D.

Background Color

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

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

This div background color is #88835D.

Border color

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

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

This div border color is #88835D.

Opacity

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

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

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

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

This text has shadow with #88835D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88835D.

Preview

Color preview on black background

This text has color #88835D on black background.


Color preview on white background

This text has color #88835D on white background.


Black color preview on #88835D background

This text has black color on #88835D background.


White color preview on #88835D background

This text has white color on #88835D background.


Related colors

Complementary color

Complementary color for #hex is #777CA2.


I love getcolorcode.com

Triadic colors

1 #5D8883 and #835D88 with #88835D are triadic colors.

2 #5D8388 and #83885D with #88835D are triadic colors.