COLOR #8A8A53

HEX: #8A8A53 RGB: (138,138,83)

Color info

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

RGB color model

#8A8A53 color RGB value is (138,138,83).

RGB: (138,138,83) (54%, 54%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 83 of 255 = 33%

138
138
83

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

Portions of RGB colors in percentages

R + G + B = 138 + 138 + 83 = 359 (100%)
R 138 of 359 ~ 38.44%
G 138 of 359 ~ 38.44%
B 83 of 359 ~ 23.12'%

%38.44
%38.44
%23.12

CMYK color model

#8A8A53 color CMYK value is (0,0,40,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 45.88%

CMYK: (0,0,40,46)
C0M0Y40K46 (0%, 0%, 40%, 46%)
(0.00 / 0.00 / 0.40 / 0.46)

CMYK percentages

%0
%0
%39.86
%45.88

Codes

Color #8A8A53 in popluar color models

8A 8A 53
RGB 138 138 83
HSL 60° 24.89% 43.33%
HSB/HSV 60° 39.86% 54.12%
CMYK 0.00% 0.00% 39.86%
45.88%

Color #8A8A53 in popluar number systems.

HEX 8A 8A 53
Decimal 138 138 83
Binary 10001010 10001010 1010011
Octal 212 212 123

Shades and tints

Shades of #8A8A53

#8A8A53
(138,138,83)
#7E7E4C
(126,126,76)
#727245
(114,114,69)
#66663E
(102,102,62)
#5A5A37
(90,90,55)
#4E4E30
(78,78,48)
#424229
(66,66,41)
#363622
(54,54,34)
#2A2A1B
(42,42,27)
#1E1E14
(30,30,20)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #8A8A53

#8A8A53
(138,138,83)
#949462
(148,148,98)
#9E9E71
(158,158,113)
#A8A880
(168,168,128)
#B2B28F
(178,178,143)
#BCBC9E
(188,188,158)
#C6C6AD
(198,198,173)
#D0D0BC
(208,208,188)
#DADACB
(218,218,203)
#E4E4DA
(228,228,218)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8A53; }

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

This text font color is #8A8A53.

Background Color

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

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

This div background color is #8A8A53.

Border color

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

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

This div border color is #8A8A53.

Opacity

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

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

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

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

This text has shadow with #8A8A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8A53.

Preview

Color preview on black background

This text has color #8A8A53 on black background.


Color preview on white background

This text has color #8A8A53 on white background.


Black color preview on #8A8A53 background

This text has black color on #8A8A53 background.


White color preview on #8A8A53 background

This text has white color on #8A8A53 background.


Related colors

Complementary color

Complementary color for #hex is #7575AC.


I love getcolorcode.com