COLOR #ACB743

HEX: #ACB743
RGB: (172,183,67)

Color info

#ACB743 contains mainly red and green colors. Web safe color of #ACB743 is #99CC33 (or #9C3).

RGB color model

#ACB743 color RGB value is (172,183,67).

  • red value is 172;
  • green value is 183;
  • blue value is 67.
RGB:
(172,183,67)
(67%,72%,26%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 67 of 255 = 26%

172
183
67

R + G + B ~ 55%. #ACB743 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 67 = 422 (100%)
R 172 of 422 ~ 40.76%
G 183 of 422 ~ 43.36%
B 67 of 422 ~ 15.88%

%40.76
%43.36
%15.88

CMYK color model

#ACB743 color CMYK value is (6,0,63,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 63.39%
  • key color value is 28.24%
CMYK:
(6,0,63,28)
C6M0Y63K28 
(6%,0%,63%,28%)
(0.06/0.00/0.63/0.28)	

CMYK percentages

%6.01
%0
%63.39
%28.24

Codes

Color #ACB743 in popluar color models

ACB743
RGB17218367
HSL66°46.40%49.02%
HSB/HSV66°63.39%71.76%
CMYK6.01%0.00%63.39%
28.24%

Color #ACB743 in popluar number systems.

HEXACB743
Decimal17218367
Binary10101100101101111000011
Octal254267103

Shades and tints

Shades of #ACB743

#ACB743
(172,183,67)
#9DA73D
(157,167,61)
#8E9737
(142,151,55)
#7F8731
(127,135,49)
#70772B
(112,119,43)
#616725
(97,103,37)
#52571F
(82,87,31)
#434719
(67,71,25)
#343713
(52,55,19)
#25270D
(37,39,13)
#161707
(22,23,7)
#000000
(0,0,0)

Tints of #ACB743

#ACB743
(172,183,67)
#B3BD54
(179,189,84)
#BAC365
(186,195,101)
#C1C976
(193,201,118)
#C8CF87
(200,207,135)
#CFD598
(207,213,152)
#D6DBA9
(214,219,169)
#DDE1BA
(221,225,186)
#E4E7CB
(228,231,203)
#EBEDDC
(235,237,220)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB743 color. Also use rgb(172,183,67) instead hex code.

Text Font Color

.myTextColor { color: #ACB743; }

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

This text font color is #ACB743.


Background Color

.myBgColor { background-color: #ACB743; }

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

This div background color is #ACB743.


Border color

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

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

This div border color is #ACB743.


Opacity

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

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

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

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

This text has shadow with #ACB743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB743 on black background.


Color preview on white background

This text has color #ACB743 on white background.



Black color preview on #ACB743 background

This text has black color on #ACB743 background.


White color preview on #ACB743 background

This text has white color on #ACB743 background.