COLOR #88934A

HEX: #88934A
RGB: (136,147,74)

Color info

#88934A contains mainly red and green colors. Web safe color of #88934A is #999933 (or #993).

RGB color model

#88934A color RGB value is (136,147,74).

  • red value is 136;
  • green value is 147;
  • blue value is 74.
RGB:
(136,147,74)
(53%,58%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 74 of 255 = 29%

136
147
74

R + G + B ~ 47%. #88934A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 74 = 357 (100%)
R 136 of 357 ~ 38.1%
G 147 of 357 ~ 41.18%
B 74 of 357 ~ 20.73%

%38.1
%41.18
%20.73

CMYK color model

#88934A color CMYK value is (7,0,50,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • key color value is 42.35%
CMYK:
(7,0,50,42)
C7M0Y50K42 
(7%,0%,50%,42%)
(0.07/0.00/0.50/0.42)	

CMYK percentages

%7.48
%0
%49.66
%42.35

Codes

Color #88934A in popluar color models

88934A
RGB13614774
HSL69°33.03%43.33%
HSB/HSV69°49.66%57.65%
CMYK7.48%0.00%49.66%
42.35%

Color #88934A in popluar number systems.

HEX88934A
Decimal13614774
Binary10001000100100111001010
Octal210223112

Shades and tints

Shades of #88934A

#88934A
(136,147,74)
#7C8644
(124,134,68)
#70793E
(112,121,62)
#646C38
(100,108,56)
#585F32
(88,95,50)
#4C522C
(76,82,44)
#404526
(64,69,38)
#343820
(52,56,32)
#282B1A
(40,43,26)
#1C1E14
(28,30,20)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88934A

#88934A
(136,147,74)
#929C5A
(146,156,90)
#9CA56A
(156,165,106)
#A6AE7A
(166,174,122)
#B0B78A
(176,183,138)
#BAC09A
(186,192,154)
#C4C9AA
(196,201,170)
#CED2BA
(206,210,186)
#D8DBCA
(216,219,202)
#E2E4DA
(226,228,218)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88934A color. Also use rgb(136,147,74) instead hex code.

Text Font Color

.myTextColor { color: #88934A; }

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

This text font color is #88934A.


Background Color

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

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

This div background color is #88934A.


Border color

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

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

This div border color is #88934A.


Opacity

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

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

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

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

This text has shadow with #88934A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88934A on black background.


Color preview on white background

This text has color #88934A on white background.



Black color preview on #88934A background

This text has black color on #88934A background.


White color preview on #88934A background

This text has white color on #88934A background.