COLOR #8A8A63

HEX: #8A8A63
RGB: (138,138,99)

Color info

#8A8A63 contains red, green and blue colors in about the same proportion. Web safe color of #8A8A63 is #999966 (or #996).

RGB color model

#8A8A63 color RGB value is (138,138,99).

  • red value is 138;
  • green value is 138;
  • blue value is 99.
RGB:
(138,138,99)
(54%,54%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 99 of 255 = 39%

138
138
99

R + G + B ~ 49%. #8A8A63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 99 = 375 (100%)
R 138 of 375 ~ 36.8%
G 138 of 375 ~ 36.8%
B 99 of 375 ~ 26.4%

%36.8
%36.8
%26.4

CMYK color model

#8A8A63 color CMYK value is (0,0,28,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 45.88%
CMYK:
(0,0,28,46)
C0M0Y28K46 
(0%,0%,28%,46%)
(0.00/0.00/0.28/0.46)	

CMYK percentages

%0
%0
%28.26
%45.88

Codes

Color #8A8A63 in popluar color models

8A8A63
RGB13813899
HSL60°16.46%46.47%
HSB/HSV60°28.26%54.12%
CMYK0.00%0.00%28.26%
45.88%

Color #8A8A63 in popluar number systems.

HEX8A8A63
Decimal13813899
Binary10001010100010101100011
Octal212212143

Shades and tints

Shades of #8A8A63

#8A8A63
(138,138,99)
#7E7E5A
(126,126,90)
#727251
(114,114,81)
#666648
(102,102,72)
#5A5A3F
(90,90,63)
#4E4E36
(78,78,54)
#42422D
(66,66,45)
#363624
(54,54,36)
#2A2A1B
(42,42,27)
#1E1E12
(30,30,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #8A8A63

#8A8A63
(138,138,99)
#949471
(148,148,113)
#9E9E7F
(158,158,127)
#A8A88D
(168,168,141)
#B2B29B
(178,178,155)
#BCBCA9
(188,188,169)
#C6C6B7
(198,198,183)
#D0D0C5
(208,208,197)
#DADAD3
(218,218,211)
#E4E4E1
(228,228,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8A63 color. Also use rgb(138,138,99) instead hex code.

Text Font Color

.myTextColor { color: #8A8A63; }

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

This text font color is #8A8A63.


Background Color

.myBgColor { background-color: #8A8A63; }

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

This div background color is #8A8A63.


Border color

.myBorderColor { border: 1px solid #8A8A63; }

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

This div border color is #8A8A63.


Opacity

.myOpacity80 { color: #8A8A63; opacity: 0.8; }

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

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

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

This text has shadow with #8A8A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8A63 on black background.


Color preview on white background

This text has color #8A8A63 on white background.



Black color preview on #8A8A63 background

This text has black color on #8A8A63 background.


White color preview on #8A8A63 background

This text has white color on #8A8A63 background.