COLOR #88693F

HEX: #88693F RGB: (136,105,63)

Color info

#88693F contains mainly red and green colors. Web safe color of #88693F is #996633 (or #963).

RGB color model

#88693F color RGB value is (136,105,63).

RGB: (136,105,63) (53%, 41%, 25%)

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 63 of 255 = 25%

136
105
63

R + G + B ~ 40%. #88693F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 105 + 63 = 304 (100%)
R 136 of 304 ~ 44.74%
G 105 of 304 ~ 34.54%
B 63 of 304 ~ 20.72'%

%44.74
%34.54
%20.72

CMYK color model

#88693F color CMYK value is (0,23,54,47).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 53.68%
  • key color value is 46.67%

CMYK: (0,23,54,47)
C0M23Y54K47 (0%, 23%, 54%, 47%)
(0.00 / 0.23 / 0.54 / 0.47)

CMYK percentages

%0
%22.79
%53.68
%46.67

Codes

Color #88693F in popluar color models

88 69 3F
RGB 136 105 63
HSL 35° 36.68% 39.02%
HSB/HSV 35° 53.68% 53.33%
CMYK 0.00% 22.79% 53.68%
46.67%

Color #88693F in popluar number systems.

HEX 88 69 3F
Decimal 136 105 63
Binary 10001000 1101001 111111
Octal 210 151 77

Shades and tints

Shades of #88693F

#88693F
(136,105,63)
#7C603A
(124,96,58)
#705735
(112,87,53)
#644E30
(100,78,48)
#58452B
(88,69,43)
#4C3C26
(76,60,38)
#403321
(64,51,33)
#342A1C
(52,42,28)
#282117
(40,33,23)
#1C1812
(28,24,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #88693F

#88693F
(136,105,63)
#927650
(146,118,80)
#9C8361
(156,131,97)
#A69072
(166,144,114)
#B09D83
(176,157,131)
#BAAA94
(186,170,148)
#C4B7A5
(196,183,165)
#CEC4B6
(206,196,182)
#D8D1C7
(216,209,199)
#E2DED8
(226,222,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88693F color. Also use rgb(136,105,63) instead hex code.

Text Font Color

.myTextColor { color: #88693F; }

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

This text font color is #88693F.

Background Color

.myBgColor { background-color: #88693F; }

<div style="background-color:#88693F">Inner text</div>

This div background color is #88693F.

Border color

.myBorderColor { border: 1px solid #88693F; }

<div style="border:3px solid #88693F">Div</div>

This div border color is #88693F.

Opacity

.myOpacity80 { color: #88693F; opacity: 0.8; }

<p style="color:#88693F;opacity:0.8;">80%</p>

Text with #88693F 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 #88693F;}

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

This text has shadow with #88693F color.


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

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

This text has shadow with #88693F primary color and red secondary color.


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

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

This text has shadow with #88693F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88693F.

Preview

Color preview on black background

This text has color #88693F on black background.


Color preview on white background

This text has color #88693F on white background.


Black color preview on #88693F background

This text has black color on #88693F background.


White color preview on #88693F background

This text has white color on #88693F background.


Related colors

Complementary color

Complementary color for #hex is #7796C0.


I love getcolorcode.com

Triadic colors

1 #3F8869 and #693F88 with #88693F are triadic colors.

2 #3F6988 and #69883F with #88693F are triadic colors.