COLOR #88633A

HEX: #88633A
RGB: (136,99,58)

Color info

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

RGB color model

#88633A color RGB value is (136,99,58).

  • red value is 136;
  • green value is 99;
  • blue value is 58.
RGB:
(136,99,58)
(53%,39%,23%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 58 of 255 = 23%

136
99
58

R + G + B ~ 38%. #88633A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 58 = 293 (100%)
R 136 of 293 ~ 46.42%
G 99 of 293 ~ 33.79%
B 58 of 293 ~ 19.8%

%46.42
%33.79
%19.8

CMYK color model

#88633A color CMYK value is (0,27,57,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 57.35%
  • key color value is 46.67%
CMYK:
(0,27,57,47)
C0M27Y57K47 
(0%,27%,57%,47%)
(0.00/0.27/0.57/0.47)	

CMYK percentages

%0
%27.21
%57.35
%46.67

Codes

Color #88633A in popluar color models

88633A
RGB1369958
HSL32°40.21%38.04%
HSB/HSV32°57.35%53.33%
CMYK0.00%27.21%57.35%
46.67%

Color #88633A in popluar number systems.

HEX88633A
Decimal1369958
Binary100010001100011111010
Octal21014372

Shades and tints

Shades of #88633A

#88633A
(136,99,58)
#7C5A35
(124,90,53)
#705130
(112,81,48)
#64482B
(100,72,43)
#583F26
(88,63,38)
#4C3621
(76,54,33)
#402D1C
(64,45,28)
#342417
(52,36,23)
#281B12
(40,27,18)
#1C120D
(28,18,13)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #88633A

#88633A
(136,99,58)
#92714B
(146,113,75)
#9C7F5C
(156,127,92)
#A68D6D
(166,141,109)
#B09B7E
(176,155,126)
#BAA98F
(186,169,143)
#C4B7A0
(196,183,160)
#CEC5B1
(206,197,177)
#D8D3C2
(216,211,194)
#E2E1D3
(226,225,211)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88633A color. Also use rgb(136,99,58) instead hex code.

Text Font Color

.myTextColor { color: #88633A; }

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

This text font color is #88633A.


Background Color

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

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

This div background color is #88633A.


Border color

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

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

This div border color is #88633A.


Opacity

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

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

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

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

This text has shadow with #88633A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88633A on black background.


Color preview on white background

This text has color #88633A on white background.



Black color preview on #88633A background

This text has black color on #88633A background.


White color preview on #88633A background

This text has white color on #88633A background.