COLOR #88763D

HEX: #88763D
RGB: (136,118,61)

Color info

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

RGB color model

#88763D color RGB value is (136,118,61).

  • red value is 136;
  • green value is 118;
  • blue value is 61.
RGB:
(136,118,61)
(53%,46%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 61 of 255 = 24%

136
118
61

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

Portions of RGB colors in percentages

R + G + B =
136 + 118 + 61 = 315 (100%)
R 136 of 315 ~ 43.17%
G 118 of 315 ~ 37.46%
B 61 of 315 ~ 19.37%

%43.17
%37.46
%19.37

CMYK color model

#88763D color CMYK value is (0,13,55,47).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(0,13,55,47)
C0M13Y55K47 
(0%,13%,55%,47%)
(0.00/0.13/0.55/0.47)	

CMYK percentages

%0
%13.24
%55.15
%46.67

Codes

Color #88763D in popluar color models

88763D
RGB13611861
HSL46°38.07%38.63%
HSB/HSV46°55.15%53.33%
CMYK0.00%13.24%55.15%
46.67%

Color #88763D in popluar number systems.

HEX88763D
Decimal13611861
Binary100010001110110111101
Octal21016675

Shades and tints

Shades of #88763D

#88763D
(136,118,61)
#7C6C38
(124,108,56)
#706233
(112,98,51)
#64582E
(100,88,46)
#584E29
(88,78,41)
#4C4424
(76,68,36)
#403A1F
(64,58,31)
#34301A
(52,48,26)
#282615
(40,38,21)
#1C1C10
(28,28,16)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #88763D

#88763D
(136,118,61)
#92824E
(146,130,78)
#9C8E5F
(156,142,95)
#A69A70
(166,154,112)
#B0A681
(176,166,129)
#BAB292
(186,178,146)
#C4BEA3
(196,190,163)
#CECAB4
(206,202,180)
#D8D6C5
(216,214,197)
#E2E2D6
(226,226,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88763D color. Also use rgb(136,118,61) instead hex code.

Text Font Color

.myTextColor { color: #88763D; }

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

This text font color is #88763D.


Background Color

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

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

This div background color is #88763D.


Border color

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

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

This div border color is #88763D.


Opacity

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

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

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

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

This text has shadow with #88763D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88763D on black background.


Color preview on white background

This text has color #88763D on white background.



Black color preview on #88763D background

This text has black color on #88763D background.


White color preview on #88763D background

This text has white color on #88763D background.