COLOR #88743E

HEX: #88743E
RGB: (136,116,62)

Color info

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

RGB color model

#88743E color RGB value is (136,116,62).

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

RGB channels and saturation

R 136 of 255 = 53%
G 116 of 255 = 45%
B 62 of 255 = 24%

136
116
62

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

Portions of RGB colors in percentages

R + G + B =
136 + 116 + 62 = 314 (100%)
R 136 of 314 ~ 43.31%
G 116 of 314 ~ 36.94%
B 62 of 314 ~ 19.75%

%43.31
%36.94
%19.75

CMYK color model

#88743E color CMYK value is (0,15,54,47).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 54.41%
  • key color value is 46.67%
CMYK:
(0,15,54,47)
C0M15Y54K47 
(0%,15%,54%,47%)
(0.00/0.15/0.54/0.47)	

CMYK percentages

%0
%14.71
%54.41
%46.67

Codes

Color #88743E in popluar color models

88743E
RGB13611662
HSL44°37.37%38.82%
HSB/HSV44°54.41%53.33%
CMYK0.00%14.71%54.41%
46.67%

Color #88743E in popluar number systems.

HEX88743E
Decimal13611662
Binary100010001110100111110
Octal21016476

Shades and tints

Shades of #88743E

#88743E
(136,116,62)
#7C6A39
(124,106,57)
#706034
(112,96,52)
#64562F
(100,86,47)
#584C2A
(88,76,42)
#4C4225
(76,66,37)
#403820
(64,56,32)
#342E1B
(52,46,27)
#282416
(40,36,22)
#1C1A11
(28,26,17)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #88743E

#88743E
(136,116,62)
#92804F
(146,128,79)
#9C8C60
(156,140,96)
#A69871
(166,152,113)
#B0A482
(176,164,130)
#BAB093
(186,176,147)
#C4BCA4
(196,188,164)
#CEC8B5
(206,200,181)
#D8D4C6
(216,212,198)
#E2E0D7
(226,224,215)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88743E; }

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

This text font color is #88743E.


Background Color

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

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

This div background color is #88743E.


Border color

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

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

This div border color is #88743E.


Opacity

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

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

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

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

This text has shadow with #88743E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88743E on black background.


Color preview on white background

This text has color #88743E on white background.



Black color preview on #88743E background

This text has black color on #88743E background.


White color preview on #88743E background

This text has white color on #88743E background.