COLOR #88623E

HEX: #88623E
RGB: (136,98,62)

Color info

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

RGB color model

#88623E color RGB value is (136,98,62).

  • red value is 136;
  • green value is 98;
  • blue value is 62.
RGB:
(136,98,62)
(53%,38%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 98 of 255 = 38%
B 62 of 255 = 24%

136
98
62

R + G + B ~ 38%. #88623E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 98 + 62 = 296 (100%)
R 136 of 296 ~ 45.95%
G 98 of 296 ~ 33.11%
B 62 of 296 ~ 20.95%

%45.95
%33.11
%20.95

CMYK color model

#88623E color CMYK value is (0,28,54,47).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 54.41%
  • key color value is 46.67%
CMYK:
(0,28,54,47)
C0M28Y54K47 
(0%,28%,54%,47%)
(0.00/0.28/0.54/0.47)	

CMYK percentages

%0
%27.94
%54.41
%46.67

Codes

Color #88623E in popluar color models

88623E
RGB1369862
HSL29°37.37%38.82%
HSB/HSV29°54.41%53.33%
CMYK0.00%27.94%54.41%
46.67%

Color #88623E in popluar number systems.

HEX88623E
Decimal1369862
Binary100010001100010111110
Octal21014276

Shades and tints

Shades of #88623E

#88623E
(136,98,62)
#7C5A39
(124,90,57)
#705234
(112,82,52)
#644A2F
(100,74,47)
#58422A
(88,66,42)
#4C3A25
(76,58,37)
#403220
(64,50,32)
#342A1B
(52,42,27)
#282216
(40,34,22)
#1C1A11
(28,26,17)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #88623E

#88623E
(136,98,62)
#92704F
(146,112,79)
#9C7E60
(156,126,96)
#A68C71
(166,140,113)
#B09A82
(176,154,130)
#BAA893
(186,168,147)
#C4B6A4
(196,182,164)
#CEC4B5
(206,196,181)
#D8D2C6
(216,210,198)
#E2E0D7
(226,224,215)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88623E color. Also use rgb(136,98,62) instead hex code.

Text Font Color

.myTextColor { color: #88623E; }

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

This text font color is #88623E.


Background Color

.myBgColor { background-color: #88623E; }

<div style="background-color:#88623E">Inner text</div>

This div background color is #88623E.


Border color

.myBorderColor { border: 1px solid #88623E; }

<div style="border:3px solid #88623E">Div</div>

This div border color is #88623E.


Opacity

.myOpacity80 { color: #88623E; opacity: 0.8; }

<p style="color:#88623E;opacity:0.8;">80%</p>

Text with #88623E 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 #88623E;}

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

This text has shadow with #88623E color.

.textShadow {text-shadow: 3px 3px 1px #88623E, 3px 3px 1px red;}

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

This text has shadow with #88623E primary color and red secondary color.


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

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

This text has shadow with #88623E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88623E on black background.


Color preview on white background

This text has color #88623E on white background.



Black color preview on #88623E background

This text has black color on #88623E background.


White color preview on #88623E background

This text has white color on #88623E background.