COLOR #888F52

HEX: #888F52
RGB: (136,143,82)

Color info

#888F52 contains mainly red and green colors. Web safe color of #888F52 is #999966 (or #996).

RGB color model

#888F52 color RGB value is (136,143,82).

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

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 82 of 255 = 32%

136
143
82

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 82 = 361 (100%)
R 136 of 361 ~ 37.67%
G 143 of 361 ~ 39.61%
B 82 of 361 ~ 22.71%

%37.67
%39.61
%22.71

CMYK color model

#888F52 color CMYK value is (5,0,43,44).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(5,0,43,44)
C5M0Y43K44 
(5%,0%,43%,44%)
(0.05/0.00/0.43/0.44)	

CMYK percentages

%4.9
%0
%42.66
%43.92

Codes

Color #888F52 in popluar color models

888F52
RGB13614382
HSL67°27.11%44.12%
HSB/HSV67°42.66%56.08%
CMYK4.90%0.00%42.66%
43.92%

Color #888F52 in popluar number systems.

HEX888F52
Decimal13614382
Binary10001000100011111010010
Octal210217122

Shades and tints

Shades of #888F52

#888F52
(136,143,82)
#7C824B
(124,130,75)
#707544
(112,117,68)
#64683D
(100,104,61)
#585B36
(88,91,54)
#4C4E2F
(76,78,47)
#404128
(64,65,40)
#343421
(52,52,33)
#28271A
(40,39,26)
#1C1A13
(28,26,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #888F52

#888F52
(136,143,82)
#929961
(146,153,97)
#9CA370
(156,163,112)
#A6AD7F
(166,173,127)
#B0B78E
(176,183,142)
#BAC19D
(186,193,157)
#C4CBAC
(196,203,172)
#CED5BB
(206,213,187)
#D8DFCA
(216,223,202)
#E2E9D9
(226,233,217)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F52; }

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

This text font color is #888F52.


Background Color

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

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

This div background color is #888F52.


Border color

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

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

This div border color is #888F52.


Opacity

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

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

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

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

This text has shadow with #888F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F52 on black background.


Color preview on white background

This text has color #888F52 on white background.



Black color preview on #888F52 background

This text has black color on #888F52 background.


White color preview on #888F52 background

This text has white color on #888F52 background.