COLOR #88791A

HEX: #88791A
RGB: (136,121,26)

Color info

#88791A contains mainly red and green colors. Web safe color of #88791A is #996600 (or #960).

RGB color model

#88791A color RGB value is (136,121,26).

  • red value is 136;
  • green value is 121;
  • blue value is 26.
RGB:
(136,121,26)
(53%,47%,10%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 26 of 255 = 10%

136
121
26

R + G + B ~ 37%. #88791A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 26 = 283 (100%)
R 136 of 283 ~ 48.06%
G 121 of 283 ~ 42.76%
B 26 of 283 ~ 9.19%

%48.06
%42.76

CMYK color model

#88791A color CMYK value is (0,11,81,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 80.88%
  • key color value is 46.67%
CMYK:
(0,11,81,47)
C0M11Y81K47 
(0%,11%,81%,47%)
(0.00/0.11/0.81/0.47)	

CMYK percentages

%0
%11.03
%80.88
%46.67

Codes

Color #88791A in popluar color models

88791A
RGB13612126
HSL52°67.90%31.76%
HSB/HSV52°80.88%53.33%
CMYK0.00%11.03%80.88%
46.67%

Color #88791A in popluar number systems.

HEX88791A
Decimal13612126
Binary10001000111100111010
Octal21017132

Shades and tints

Shades of #88791A

#88791A
(136,121,26)
#7C6E18
(124,110,24)
#706316
(112,99,22)
#645814
(100,88,20)
#584D12
(88,77,18)
#4C4210
(76,66,16)
#40370E
(64,55,14)
#342C0C
(52,44,12)
#28210A
(40,33,10)
#1C1608
(28,22,8)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #88791A

#88791A
(136,121,26)
#92852E
(146,133,46)
#9C9142
(156,145,66)
#A69D56
(166,157,86)
#B0A96A
(176,169,106)
#BAB57E
(186,181,126)
#C4C192
(196,193,146)
#CECDA6
(206,205,166)
#D8D9BA
(216,217,186)
#E2E5CE
(226,229,206)
#ECF1E2
(236,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88791A color. Also use rgb(136,121,26) instead hex code.

Text Font Color

.myTextColor { color: #88791A; }

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

This text font color is #88791A.


Background Color

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

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

This div background color is #88791A.


Border color

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

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

This div border color is #88791A.


Opacity

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

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

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

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

This text has shadow with #88791A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88791A on black background.


Color preview on white background

This text has color #88791A on white background.



Black color preview on #88791A background

This text has black color on #88791A background.


White color preview on #88791A background

This text has white color on #88791A background.