COLOR #ACB38C

HEX: #ACB38C
RGB: (172,179,140)

Color info

#ACB38C contains red, green and blue colors in about the same proportion. Web safe color of #ACB38C is #999999 (or #999).

RGB color model

#ACB38C color RGB value is (172,179,140).

  • red value is 172;
  • green value is 179;
  • blue value is 140.
RGB:
(172,179,140)
(67%,70%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 140 of 255 = 55%

172
179
140

R + G + B ~ 64%. #ACB38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 140 = 491 (100%)
R 172 of 491 ~ 35.03%
G 179 of 491 ~ 36.46%
B 140 of 491 ~ 28.51%

%35.03
%36.46
%28.51

CMYK color model

#ACB38C color CMYK value is (4,0,22,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(4,0,22,30)
C4M0Y22K30 
(4%,0%,22%,30%)
(0.04/0.00/0.22/0.30)	

CMYK percentages

%3.91
%0
%21.79
%29.8

Codes

Color #ACB38C in popluar color models

ACB38C
RGB172179140
HSL71°20.42%62.55%
HSB/HSV71°21.79%70.20%
CMYK3.91%0.00%21.79%
29.80%

Color #ACB38C in popluar number systems.

HEXACB38C
Decimal172179140
Binary101011001011001110001100
Octal254263214

Shades and tints

Shades of #ACB38C

#ACB38C
(172,179,140)
#9DA380
(157,163,128)
#8E9374
(142,147,116)
#7F8368
(127,131,104)
#70735C
(112,115,92)
#616350
(97,99,80)
#525344
(82,83,68)
#434338
(67,67,56)
#34332C
(52,51,44)
#252320
(37,35,32)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACB38C

#ACB38C
(172,179,140)
#B3B996
(179,185,150)
#BABFA0
(186,191,160)
#C1C5AA
(193,197,170)
#C8CBB4
(200,203,180)
#CFD1BE
(207,209,190)
#D6D7C8
(214,215,200)
#DDDDD2
(221,221,210)
#E4E3DC
(228,227,220)
#EBE9E6
(235,233,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB38C color. Also use rgb(172,179,140) instead hex code.

Text Font Color

.myTextColor { color: #ACB38C; }

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

This text font color is #ACB38C.


Background Color

.myBgColor { background-color: #ACB38C; }

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

This div background color is #ACB38C.


Border color

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

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

This div border color is #ACB38C.


Opacity

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

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

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

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

This text has shadow with #ACB38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB38C on black background.


Color preview on white background

This text has color #ACB38C on white background.



Black color preview on #ACB38C background

This text has black color on #ACB38C background.


White color preview on #ACB38C background

This text has white color on #ACB38C background.