COLOR #88721B

HEX: #88721B
RGB: (136,114,27)

Color info

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

RGB color model

#88721B color RGB value is (136,114,27).

  • red value is 136;
  • green value is 114;
  • blue value is 27.
RGB:
(136,114,27)
(53%,45%,11%)

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 27 of 255 = 11%

136
114
27

R + G + B ~ 36%. #88721B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 27 = 277 (100%)
R 136 of 277 ~ 49.1%
G 114 of 277 ~ 41.16%
B 27 of 277 ~ 9.75%

%49.1
%41.16
%9.75

CMYK color model

#88721B color CMYK value is (0,16,80,47).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 80.15%
  • key color value is 46.67%
CMYK:
(0,16,80,47)
C0M16Y80K47 
(0%,16%,80%,47%)
(0.00/0.16/0.80/0.47)	

CMYK percentages

%0
%16.18
%80.15
%46.67

Codes

Color #88721B in popluar color models

88721B
RGB13611427
HSL48°66.87%31.96%
HSB/HSV48°80.15%53.33%
CMYK0.00%16.18%80.15%
46.67%

Color #88721B in popluar number systems.

HEX88721B
Decimal13611427
Binary10001000111001011011
Octal21016233

Shades and tints

Shades of #88721B

#88721B
(136,114,27)
#7C6819
(124,104,25)
#705E17
(112,94,23)
#645415
(100,84,21)
#584A13
(88,74,19)
#4C4011
(76,64,17)
#40360F
(64,54,15)
#342C0D
(52,44,13)
#28220B
(40,34,11)
#1C1809
(28,24,9)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #88721B

#88721B
(136,114,27)
#927E2F
(146,126,47)
#9C8A43
(156,138,67)
#A69657
(166,150,87)
#B0A26B
(176,162,107)
#BAAE7F
(186,174,127)
#C4BA93
(196,186,147)
#CEC6A7
(206,198,167)
#D8D2BB
(216,210,187)
#E2DECF
(226,222,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88721B color. Also use rgb(136,114,27) instead hex code.

Text Font Color

.myTextColor { color: #88721B; }

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

This text font color is #88721B.


Background Color

.myBgColor { background-color: #88721B; }

<div style="background-color:#88721B">Inner text</div>

This div background color is #88721B.


Border color

.myBorderColor { border: 1px solid #88721B; }

<div style="border:3px solid #88721B">Div</div>

This div border color is #88721B.


Opacity

.myOpacity80 { color: #88721B; opacity: 0.8; }

<p style="color:#88721B;opacity:0.8;">80%</p>

Text with #88721B 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 #88721B;}

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

This text has shadow with #88721B color.

.textShadow {text-shadow: 3px 3px 1px #88721B, 3px 3px 1px red;}

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

This text has shadow with #88721B primary color and red secondary color.


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

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

This text has shadow with #88721B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88721B on black background.


Color preview on white background

This text has color #88721B on white background.



Black color preview on #88721B background

This text has black color on #88721B background.


White color preview on #88721B background

This text has white color on #88721B background.