COLOR #8A9E4B

HEX: #8A9E4B
RGB: (138,158,75)

Color info

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

RGB color model

#8A9E4B color RGB value is (138,158,75).

  • red value is 138;
  • green value is 158;
  • blue value is 75.
RGB:
(138,158,75)
(54%,62%,29%)

RGB channels and saturation

R 138 of 255 = 54%
G 158 of 255 = 62%
B 75 of 255 = 29%

138
158
75

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

Portions of RGB colors in percentages

R + G + B =
138 + 158 + 75 = 371 (100%)
R 138 of 371 ~ 37.2%
G 158 of 371 ~ 42.59%
B 75 of 371 ~ 20.22%

%37.2
%42.59
%20.22

CMYK color model

#8A9E4B color CMYK value is (13,0,53,38).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 52.53%
  • key color value is 38.04%
CMYK:
(13,0,53,38)
C13M0Y53K38 
(13%,0%,53%,38%)
(0.13/0.00/0.53/0.38)	

CMYK percentages

%12.66
%0
%52.53
%38.04

Codes

Color #8A9E4B in popluar color models

8A9E4B
RGB13815875
HSL74°35.62%45.69%
HSB/HSV74°52.53%61.96%
CMYK12.66%0.00%52.53%
38.04%

Color #8A9E4B in popluar number systems.

HEX8A9E4B
Decimal13815875
Binary10001010100111101001011
Octal212236113

Shades and tints

Shades of #8A9E4B

#8A9E4B
(138,158,75)
#7E9045
(126,144,69)
#72823F
(114,130,63)
#667439
(102,116,57)
#5A6633
(90,102,51)
#4E582D
(78,88,45)
#424A27
(66,74,39)
#363C21
(54,60,33)
#2A2E1B
(42,46,27)
#1E2015
(30,32,21)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A9E4B

#8A9E4B
(138,158,75)
#94A65B
(148,166,91)
#9EAE6B
(158,174,107)
#A8B67B
(168,182,123)
#B2BE8B
(178,190,139)
#BCC69B
(188,198,155)
#C6CEAB
(198,206,171)
#D0D6BB
(208,214,187)
#DADECB
(218,222,203)
#E4E6DB
(228,230,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9E4B; }

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

This text font color is #8A9E4B.


Background Color

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

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

This div background color is #8A9E4B.


Border color

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

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

This div border color is #8A9E4B.


Opacity

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

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

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

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

This text has shadow with #8A9E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9E4B on black background.


Color preview on white background

This text has color #8A9E4B on white background.



Black color preview on #8A9E4B background

This text has black color on #8A9E4B background.


White color preview on #8A9E4B background

This text has white color on #8A9E4B background.