COLOR #88735A

HEX: #88735A RGB: (136,115,90)

Color info

#88735A contains red, green and blue colors in about the same proportion. Web safe color of #88735A is #996666 (or #966).

RGB color model

#88735A color RGB value is (136,115,90).

RGB: (136,115,90) (53%, 45%, 35%)

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 90 of 255 = 35%

136
115
90

R + G + B ~ 44%. #88735A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 115 + 90 = 341 (100%)
R 136 of 341 ~ 39.88%
G 115 of 341 ~ 33.72%
B 90 of 341 ~ 26.39'%

%39.88
%33.72
%26.39

CMYK color model

#88735A color CMYK value is (0,15,34,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 33.82%
  • key color value is 46.67%
CMYK: (0,15,34,47) C0M15Y34K47 (0%,15%,34%,47%) (0.00/0.15/0.34/0.47) 

CMYK percentages

%0
%15.44
%33.82
%46.67

Codes

Color #88735A in popluar color models

88 73 5A
RGB 136 115 90
HSL 33° 20.35% 44.31%
HSB/HSV 33° 33.82% 53.33%
CMYK 0.00% 15.44% 33.82%
46.67%

Color #88735A in popluar number systems.

HEX 88 73 5A
Decimal 136 115 90
Binary 10001000 1110011 1011010
Octal 210 163 132

Shades and tints

Shades of #88735A

#88735A
(136,115,90)
#7C6952
(124,105,82)
#705F4A
(112,95,74)
#645542
(100,85,66)
#584B3A
(88,75,58)
#4C4132
(76,65,50)
#40372A
(64,55,42)
#342D22
(52,45,34)
#28231A
(40,35,26)
#1C1912
(28,25,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #88735A

#88735A
(136,115,90)
#927F69
(146,127,105)
#9C8B78
(156,139,120)
#A69787
(166,151,135)
#B0A396
(176,163,150)
#BAAFA5
(186,175,165)
#C4BBB4
(196,187,180)
#CEC7C3
(206,199,195)
#D8D3D2
(216,211,210)
#E2DFE1
(226,223,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88735A color. Also use rgb(136,115,90) instead hex code.

Text Font Color

.myTextColor { color: #88735A; }

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

This text font color is #88735A.

Background Color

.myBgColor { background-color: #88735A; }

<div style="background-color:#88735A">Inner text</div>

This div background color is #88735A.

Border color

.myBorderColor { border: 1px solid #88735A; }

<div style="border:3px solid #88735A">Div</div>

This div border color is #88735A.

Opacity

.myOpacity80 { color: #88735A; opacity: 0.8; }

<p style="color:#88735A;opacity:0.8;">80%</p>

Text with #88735A 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 #88735A;}

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

This text has shadow with #88735A color.


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

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

This text has shadow with #88735A primary color and red secondary color.


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

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

This text has shadow with #88735A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88735A.

Preview

Color preview on black background

This text has color #88735A on black background.


Color preview on white background

This text has color #88735A on white background.


Black color preview on #88735A background

This text has black color on #88735A background.


White color preview on #88735A background

This text has white color on #88735A background.


Related colors

Complementary color

Complementary color for #hex is #778CA5.


I love getcolorcode.com

Triadic colors

1 #5A8873 and #735A88 with #88735A are triadic colors.

2 #5A7388 and #73885A with #88735A are triadic colors.