COLOR #888309

HEX: #888309
RGB: (136,131,9)

Color info

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

RGB color model

#888309 color RGB value is (136,131,9).

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

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 9 of 255 = 4%

136
131
9

R + G + B ~ 36%. #888309 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 9 = 276 (100%)
R 136 of 276 ~ 49.28%
G 131 of 276 ~ 47.46%
B 9 of 276 ~ 3.26%

%49.28
%47.46

CMYK color model

#888309 color CMYK value is (0,4,93,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 93.38%
  • key color value is 46.67%
CMYK:
(0,4,93,47)
C0M4Y93K47 
(0%,4%,93%,47%)
(0.00/0.04/0.93/0.47)	

CMYK percentages

%0
%3.68
%93.38
%46.67

Codes

Color #888309 in popluar color models

888309
RGB1361319
HSL58°87.59%28.43%
HSB/HSV58°93.38%53.33%
CMYK0.00%3.68%93.38%
46.67%

Color #888309 in popluar number systems.

HEX888309
Decimal1361319
Binary10001000100000111001
Octal21020311

Shades and tints

Shades of #888309

#888309
(136,131,9)
#7C7809
(124,120,9)
#706D09
(112,109,9)
#646209
(100,98,9)
#585709
(88,87,9)
#4C4C09
(76,76,9)
#404109
(64,65,9)
#343609
(52,54,9)
#282B09
(40,43,9)
#1C2009
(28,32,9)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #888309

#888309
(136,131,9)
#928E1F
(146,142,31)
#9C9935
(156,153,53)
#A6A44B
(166,164,75)
#B0AF61
(176,175,97)
#BABA77
(186,186,119)
#C4C58D
(196,197,141)
#CED0A3
(206,208,163)
#D8DBB9
(216,219,185)
#E2E6CF
(226,230,207)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888309; }

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

This text font color is #888309.


Background Color

.myBgColor { background-color: #888309; }

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

This div background color is #888309.


Border color

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

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

This div border color is #888309.


Opacity

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

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

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

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

This text has shadow with #888309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888309 on black background.


Color preview on white background

This text has color #888309 on white background.



Black color preview on #888309 background

This text has black color on #888309 background.


White color preview on #888309 background

This text has white color on #888309 background.