COLOR #A7B58A

HEX: #A7B58A
RGB: (167,181,138)

Color info

#A7B58A contains red, green and blue colors in about the same proportion. Web safe color of #A7B58A is #99CC99 (or #9C9).

RGB color model

#A7B58A color RGB value is (167,181,138).

  • red value is 167;
  • green value is 181;
  • blue value is 138.
RGB:
(167,181,138)
(65%,71%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 138 of 255 = 54%

167
181
138

R + G + B ~ 63%. #A7B58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 181 + 138 = 486 (100%)
R 167 of 486 ~ 34.36%
G 181 of 486 ~ 37.24%
B 138 of 486 ~ 28.4%

%34.36
%37.24
%28.4

CMYK color model

#A7B58A color CMYK value is (8,0,24,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 29.02%
CMYK:
(8,0,24,29)
C8M0Y24K29 
(8%,0%,24%,29%)
(0.08/0.00/0.24/0.29)	

CMYK percentages

%7.73
%0
%23.76
%29.02

Codes

Color #A7B58A in popluar color models

A7B58A
RGB167181138
HSL80°22.51%62.55%
HSB/HSV80°23.76%70.98%
CMYK7.73%0.00%23.76%
29.02%

Color #A7B58A in popluar number systems.

HEXA7B58A
Decimal167181138
Binary101001111011010110001010
Octal247265212

Shades and tints

Shades of #A7B58A

#A7B58A
(167,181,138)
#98A57E
(152,165,126)
#899572
(137,149,114)
#7A8566
(122,133,102)
#6B755A
(107,117,90)
#5C654E
(92,101,78)
#4D5542
(77,85,66)
#3E4536
(62,69,54)
#2F352A
(47,53,42)
#20251E
(32,37,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7B58A

#A7B58A
(167,181,138)
#AFBB94
(175,187,148)
#B7C19E
(183,193,158)
#BFC7A8
(191,199,168)
#C7CDB2
(199,205,178)
#CFD3BC
(207,211,188)
#D7D9C6
(215,217,198)
#DFDFD0
(223,223,208)
#E7E5DA
(231,229,218)
#EFEBE4
(239,235,228)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B58A color. Also use rgb(167,181,138) instead hex code.

Text Font Color

.myTextColor { color: #A7B58A; }

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

This text font color is #A7B58A.


Background Color

.myBgColor { background-color: #A7B58A; }

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

This div background color is #A7B58A.


Border color

.myBorderColor { border: 1px solid #A7B58A; }

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

This div border color is #A7B58A.


Opacity

.myOpacity80 { color: #A7B58A; opacity: 0.8; }

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

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

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

This text has shadow with #A7B58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B58A on black background.


Color preview on white background

This text has color #A7B58A on white background.



Black color preview on #A7B58A background

This text has black color on #A7B58A background.


White color preview on #A7B58A background

This text has white color on #A7B58A background.