COLOR #888B1A

HEX: #888B1A RGB: (136,139,26)

Color info

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

RGB color model

#888B1A color RGB value is (136,139,26).

RGB: (136,139,26) (53%, 55%, 10%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 26 of 255 = 10%

136
139
26

R + G + B ~ 39%. #888B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 26 = 301 (100%)
R 136 of 301 ~ 45.18%
G 139 of 301 ~ 46.18%
B 26 of 301 ~ 8.64'%

%45.18
%46.18

CMYK color model

#888B1A color CMYK value is (2,0,81,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 81.29%
  • key color value is 45.49%

CMYK: (2,0,81,45)
C2M0Y81K45 (2%, 0%, 81%, 45%)
(0.02 / 0.00 / 0.81 / 0.45)

CMYK percentages

%2.16
%0
%81.29
%45.49

Codes

Color #888B1A in popluar color models

88 8B 1A
RGB 136 139 26
HSL 62° 68.48% 32.35%
HSB/HSV 62° 81.29% 54.51%
CMYK 2.16% 0.00% 81.29%
45.49%

Color #888B1A in popluar number systems.

HEX 88 8B 1A
Decimal 136 139 26
Binary 10001000 10001011 11010
Octal 210 213 32

Shades and tints

Shades of #888B1A

#888B1A
(136,139,26)
#7C7F18
(124,127,24)
#707316
(112,115,22)
#646714
(100,103,20)
#585B12
(88,91,18)
#4C4F10
(76,79,16)
#40430E
(64,67,14)
#34370C
(52,55,12)
#282B0A
(40,43,10)
#1C1F08
(28,31,8)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #888B1A

#888B1A
(136,139,26)
#92952E
(146,149,46)
#9C9F42
(156,159,66)
#A6A956
(166,169,86)
#B0B36A
(176,179,106)
#BABD7E
(186,189,126)
#C4C792
(196,199,146)
#CED1A6
(206,209,166)
#D8DBBA
(216,219,186)
#E2E5CE
(226,229,206)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888B1A; }

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

This text font color is #888B1A.

Background Color

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

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

This div background color is #888B1A.

Border color

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

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

This div border color is #888B1A.

Opacity

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

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

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

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

This text has shadow with #888B1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888B1A.

Preview

Color preview on black background

This text has color #888B1A on black background.


Color preview on white background

This text has color #888B1A on white background.


Black color preview on #888B1A background

This text has black color on #888B1A background.


White color preview on #888B1A background

This text has white color on #888B1A background.


Related colors

Complementary color

Complementary color for #hex is #7774E5.


I love getcolorcode.com

Triadic colors

1 #1A888B and #8B1A88 with #888B1A are triadic colors.

2 #1A8B88 and #8B881A with #888B1A are triadic colors.