COLOR #888A43

HEX: #888A43 RGB: (136,138,67)

Color info

#888A43 contains mainly red and green colors. Web safe color of #888A43 is #999933 (or #993).

RGB color model

#888A43 color RGB value is (136,138,67).

RGB: (136,138,67) (53%, 54%, 26%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 67 of 255 = 26%

136
138
67

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

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 67 = 341 (100%)
R 136 of 341 ~ 39.88%
G 138 of 341 ~ 40.47%
B 67 of 341 ~ 19.65'%

%39.88
%40.47
%19.65

CMYK color model

#888A43 color CMYK value is (1,0,51,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 51.45%
  • key color value is 45.88%

CMYK: (1,0,51,46)
C1M0Y51K46 (1%, 0%, 51%, 46%)
(0.01 / 0.00 / 0.51 / 0.46)

CMYK percentages

%1.45
%0
%51.45
%45.88

Codes

Color #888A43 in popluar color models

88 8A 43
RGB 136 138 67
HSL 62° 34.63% 40.20%
HSB/HSV 62° 51.45% 54.12%
CMYK 1.45% 0.00% 51.45%
45.88%

Color #888A43 in popluar number systems.

HEX 88 8A 43
Decimal 136 138 67
Binary 10001000 10001010 1000011
Octal 210 212 103

Shades and tints

Shades of #888A43

#888A43
(136,138,67)
#7C7E3D
(124,126,61)
#707237
(112,114,55)
#646631
(100,102,49)
#585A2B
(88,90,43)
#4C4E25
(76,78,37)
#40421F
(64,66,31)
#343619
(52,54,25)
#282A13
(40,42,19)
#1C1E0D
(28,30,13)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #888A43

#888A43
(136,138,67)
#929454
(146,148,84)
#9C9E65
(156,158,101)
#A6A876
(166,168,118)
#B0B287
(176,178,135)
#BABC98
(186,188,152)
#C4C6A9
(196,198,169)
#CED0BA
(206,208,186)
#D8DACB
(216,218,203)
#E2E4DC
(226,228,220)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A43 color. Also use rgb(136,138,67) instead hex code.

Text Font Color

.myTextColor { color: #888A43; }

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

This text font color is #888A43.

Background Color

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

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

This div background color is #888A43.

Border color

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

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

This div border color is #888A43.

Opacity

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

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

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

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

This text has shadow with #888A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888A43.

Preview

Color preview on black background

This text has color #888A43 on black background.


Color preview on white background

This text has color #888A43 on white background.


Black color preview on #888A43 background

This text has black color on #888A43 background.


White color preview on #888A43 background

This text has white color on #888A43 background.


Related colors

Complementary color

Complementary color for #hex is #7775BC.


I love getcolorcode.com

Triadic colors

1 #43888A and #8A4388 with #888A43 are triadic colors.

2 #438A88 and #8A8843 with #888A43 are triadic colors.