COLOR #ACB58E

HEX: #ACB58E
RGB: (172,181,142)

Color info

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

RGB color model

#ACB58E color RGB value is (172,181,142).

  • red value is 172;
  • green value is 181;
  • blue value is 142.
RGB:
(172,181,142)
(67%,71%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 142 of 255 = 56%

172
181
142

R + G + B ~ 65%. #ACB58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 142 = 495 (100%)
R 172 of 495 ~ 34.75%
G 181 of 495 ~ 36.57%
B 142 of 495 ~ 28.69%

%34.75
%36.57
%28.69

CMYK color model

#ACB58E color CMYK value is (5,0,22,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(5,0,22,29)
C5M0Y22K29 
(5%,0%,22%,29%)
(0.05/0.00/0.22/0.29)	

CMYK percentages

%4.97
%0
%21.55
%29.02

Codes

Color #ACB58E in popluar color models

ACB58E
RGB172181142
HSL74°20.86%63.33%
HSB/HSV74°21.55%70.98%
CMYK4.97%0.00%21.55%
29.02%

Color #ACB58E in popluar number systems.

HEXACB58E
Decimal172181142
Binary101011001011010110001110
Octal254265216

Shades and tints

Shades of #ACB58E

#ACB58E
(172,181,142)
#9DA582
(157,165,130)
#8E9576
(142,149,118)
#7F856A
(127,133,106)
#70755E
(112,117,94)
#616552
(97,101,82)
#525546
(82,85,70)
#43453A
(67,69,58)
#34352E
(52,53,46)
#252522
(37,37,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #ACB58E

#ACB58E
(172,181,142)
#B3BB98
(179,187,152)
#BAC1A2
(186,193,162)
#C1C7AC
(193,199,172)
#C8CDB6
(200,205,182)
#CFD3C0
(207,211,192)
#D6D9CA
(214,217,202)
#DDDFD4
(221,223,212)
#E4E5DE
(228,229,222)
#EBEBE8
(235,235,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB58E color. Also use rgb(172,181,142) instead hex code.

Text Font Color

.myTextColor { color: #ACB58E; }

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

This text font color is #ACB58E.


Background Color

.myBgColor { background-color: #ACB58E; }

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

This div background color is #ACB58E.


Border color

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

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

This div border color is #ACB58E.


Opacity

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

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

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

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

This text has shadow with #ACB58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB58E on black background.


Color preview on white background

This text has color #ACB58E on white background.



Black color preview on #ACB58E background

This text has black color on #ACB58E background.


White color preview on #ACB58E background

This text has white color on #ACB58E background.