COLOR #888F34

HEX: #888F34
RGB: (136,143,52)

Color info

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

RGB color model

#888F34 color RGB value is (136,143,52).

  • red value is 136;
  • green value is 143;
  • blue value is 52.
RGB:
(136,143,52)
(53%,56%,20%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 52 of 255 = 20%

136
143
52

R + G + B ~ 43%. #888F34 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 52 = 331 (100%)
R 136 of 331 ~ 41.09%
G 143 of 331 ~ 43.2%
B 52 of 331 ~ 15.71%

%41.09
%43.2
%15.71

CMYK color model

#888F34 color CMYK value is (5,0,64,44).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 43.92%
CMYK:
(5,0,64,44)
C5M0Y64K44 
(5%,0%,64%,44%)
(0.05/0.00/0.64/0.44)	

CMYK percentages

%4.9
%0
%63.64
%43.92

Codes

Color #888F34 in popluar color models

888F34
RGB13614352
HSL65°46.67%38.24%
HSB/HSV65°63.64%56.08%
CMYK4.90%0.00%63.64%
43.92%

Color #888F34 in popluar number systems.

HEX888F34
Decimal13614352
Binary1000100010001111110100
Octal21021764

Shades and tints

Shades of #888F34

#888F34
(136,143,52)
#7C8230
(124,130,48)
#70752C
(112,117,44)
#646828
(100,104,40)
#585B24
(88,91,36)
#4C4E20
(76,78,32)
#40411C
(64,65,28)
#343418
(52,52,24)
#282714
(40,39,20)
#1C1A10
(28,26,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #888F34

#888F34
(136,143,52)
#929946
(146,153,70)
#9CA358
(156,163,88)
#A6AD6A
(166,173,106)
#B0B77C
(176,183,124)
#BAC18E
(186,193,142)
#C4CBA0
(196,203,160)
#CED5B2
(206,213,178)
#D8DFC4
(216,223,196)
#E2E9D6
(226,233,214)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888F34 color. Also use rgb(136,143,52) instead hex code.

Text Font Color

.myTextColor { color: #888F34; }

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

This text font color is #888F34.


Background Color

.myBgColor { background-color: #888F34; }

<div style="background-color:#888F34">Inner text</div>

This div background color is #888F34.


Border color

.myBorderColor { border: 1px solid #888F34; }

<div style="border:3px solid #888F34">Div</div>

This div border color is #888F34.


Opacity

.myOpacity80 { color: #888F34; opacity: 0.8; }

<p style="color:#888F34;opacity:0.8;">80%</p>

Text with #888F34 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 #888F34;}

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

This text has shadow with #888F34 color.

.textShadow {text-shadow: 3px 3px 1px #888F34, 3px 3px 1px red;}

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

This text has shadow with #888F34 primary color and red secondary color.


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

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

This text has shadow with #888F34 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F34 on black background.


Color preview on white background

This text has color #888F34 on white background.



Black color preview on #888F34 background

This text has black color on #888F34 background.


White color preview on #888F34 background

This text has white color on #888F34 background.