COLOR #88746D

HEX: #88746D RGB: (136,116,109)

Color info

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

RGB color model

#88746D color RGB value is (136,116,109).

RGB: (136,116,109) (53%, 45%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 116 of 255 = 45%
B 109 of 255 = 43%

136
116
109

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

Portions of RGB colors in percentages

R + G + B = 136 + 116 + 109 = 361 (100%)
R 136 of 361 ~ 37.67%
G 116 of 361 ~ 32.13%
B 109 of 361 ~ 30.19'%

%37.67
%32.13
%30.19

CMYK color model

#88746D color CMYK value is (0,15,20,47).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK: (0,15,20,47) C0M15Y20K47 (0%,15%,20%,47%) (0.00/0.15/0.20/0.47) 

CMYK percentages

%0
%14.71
%19.85
%46.67

Codes

Color #88746D in popluar color models

88 74 6D
RGB 136 116 109
HSL 16° 11.02% 48.04%
HSB/HSV 16° 19.85% 53.33%
CMYK 0.00% 14.71% 19.85%
46.67%

Color #88746D in popluar number systems.

HEX 88 74 6D
Decimal 136 116 109
Binary 10001000 1110100 1101101
Octal 210 164 155

Shades and tints

Shades of #88746D

#88746D
(136,116,109)
#7C6A64
(124,106,100)
#70605B
(112,96,91)
#645652
(100,86,82)
#584C49
(88,76,73)
#4C4240
(76,66,64)
#403837
(64,56,55)
#342E2E
(52,46,46)
#282425
(40,36,37)
#1C1A1C
(28,26,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #88746D

#88746D
(136,116,109)
#92807A
(146,128,122)
#9C8C87
(156,140,135)
#A69894
(166,152,148)
#B0A4A1
(176,164,161)
#BAB0AE
(186,176,174)
#C4BCBB
(196,188,187)
#CEC8C8
(206,200,200)
#D8D4D5
(216,212,213)
#E2E0E2
(226,224,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88746D color. Also use rgb(136,116,109) instead hex code.

Text Font Color

.myTextColor { color: #88746D; }

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

This text font color is #88746D.

Background Color

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

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

This div background color is #88746D.

Border color

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

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

This div border color is #88746D.

Opacity

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

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

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

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

This text has shadow with #88746D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88746D.

Preview

Color preview on black background

This text has color #88746D on black background.


Color preview on white background

This text has color #88746D on white background.


Black color preview on #88746D background

This text has black color on #88746D background.


White color preview on #88746D background

This text has white color on #88746D background.


Related colors

Complementary color

Complementary color for #hex is #778B92.


I love getcolorcode.com

Triadic colors

1 #6D8874 and #746D88 with #88746D are triadic colors.

2 #6D7488 and #74886D with #88746D are triadic colors.