COLOR #888818

HEX: #888818
RGB: (136,136,24)

Color info

#888818 contains mainly red and green colors. Web safe color of #888818 is #999900 (or #990).

RGB color model

#888818 color RGB value is (136,136,24).

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

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 24 of 255 = 9%

136
136
24

R + G + B ~ 38%. #888818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 24 = 296 (100%)
R 136 of 296 ~ 45.95%
G 136 of 296 ~ 45.95%
B 24 of 296 ~ 8.11%

%45.95
%45.95

CMYK color model

#888818 color CMYK value is (0,0,82,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 46.67%
CMYK:
(0,0,82,47)
C0M0Y82K47 
(0%,0%,82%,47%)
(0.00/0.00/0.82/0.47)	

CMYK percentages

%0
%0
%82.35
%46.67

Codes

Color #888818 in popluar color models

888818
RGB13613624
HSL60°70.00%31.37%
HSB/HSV60°82.35%53.33%
CMYK0.00%0.00%82.35%
46.67%

Color #888818 in popluar number systems.

HEX888818
Decimal13613624
Binary100010001000100011000
Octal21021030

Shades and tints

Shades of #888818

#888818
(136,136,24)
#7C7C16
(124,124,22)
#707014
(112,112,20)
#646412
(100,100,18)
#585810
(88,88,16)
#4C4C0E
(76,76,14)
#40400C
(64,64,12)
#34340A
(52,52,10)
#282808
(40,40,8)
#1C1C06
(28,28,6)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #888818

#888818
(136,136,24)
#92922D
(146,146,45)
#9C9C42
(156,156,66)
#A6A657
(166,166,87)
#B0B06C
(176,176,108)
#BABA81
(186,186,129)
#C4C496
(196,196,150)
#CECEAB
(206,206,171)
#D8D8C0
(216,216,192)
#E2E2D5
(226,226,213)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888818 color. Also use rgb(136,136,24) instead hex code.

Text Font Color

.myTextColor { color: #888818; }

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

This text font color is #888818.


Background Color

.myBgColor { background-color: #888818; }

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

This div background color is #888818.


Border color

.myBorderColor { border: 1px solid #888818; }

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

This div border color is #888818.


Opacity

.myOpacity80 { color: #888818; opacity: 0.8; }

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

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

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

This text has shadow with #888818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888818 on black background.


Color preview on white background

This text has color #888818 on white background.



Black color preview on #888818 background

This text has black color on #888818 background.


White color preview on #888818 background

This text has white color on #888818 background.