COLOR #888B0E

HEX: #888B0E
RGB: (136,139,14)

Color info

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

RGB color model

#888B0E color RGB value is (136,139,14).

  • red value is 136;
  • green value is 139;
  • blue value is 14.
RGB:
(136,139,14)
(53%,55%,5%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 14 of 255 = 5%

136
139
14

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

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 14 = 289 (100%)
R 136 of 289 ~ 47.06%
G 139 of 289 ~ 48.1%
B 14 of 289 ~ 4.84%

%47.06
%48.1

CMYK color model

#888B0E color CMYK value is (2,0,90,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 89.93%
  • key color value is 45.49%
CMYK:
(2,0,90,45)
C2M0Y90K45 
(2%,0%,90%,45%)
(0.02/0.00/0.90/0.45)	

CMYK percentages

%2.16
%0
%89.93
%45.49

Codes

Color #888B0E in popluar color models

888B0E
RGB13613914
HSL61°81.70%30.00%
HSB/HSV61°89.93%54.51%
CMYK2.16%0.00%89.93%
45.49%

Color #888B0E in popluar number systems.

HEX888B0E
Decimal13613914
Binary10001000100010111110
Octal21021316

Shades and tints

Shades of #888B0E

#888B0E
(136,139,14)
#7C7F0D
(124,127,13)
#70730C
(112,115,12)
#64670B
(100,103,11)
#585B0A
(88,91,10)
#4C4F09
(76,79,9)
#404308
(64,67,8)
#343707
(52,55,7)
#282B06
(40,43,6)
#1C1F05
(28,31,5)
#101304
(16,19,4)
#000000
(0,0,0)

Tints of #888B0E

#888B0E
(136,139,14)
#929523
(146,149,35)
#9C9F38
(156,159,56)
#A6A94D
(166,169,77)
#B0B362
(176,179,98)
#BABD77
(186,189,119)
#C4C78C
(196,199,140)
#CED1A1
(206,209,161)
#D8DBB6
(216,219,182)
#E2E5CB
(226,229,203)
#ECEFE0
(236,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B0E color. Also use rgb(136,139,14) instead hex code.

Text Font Color

.myTextColor { color: #888B0E; }

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

This text font color is #888B0E.


Background Color

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

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

This div background color is #888B0E.


Border color

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

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

This div border color is #888B0E.


Opacity

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

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

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

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

This text has shadow with #888B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888B0E on black background.


Color preview on white background

This text has color #888B0E on white background.



Black color preview on #888B0E background

This text has black color on #888B0E background.


White color preview on #888B0E background

This text has white color on #888B0E background.