COLOR #AFB782

HEX: #AFB782
RGB: (175,183,130)

Color info

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

RGB color model

#AFB782 color RGB value is (175,183,130).

  • red value is 175;
  • green value is 183;
  • blue value is 130.
RGB:
(175,183,130)
(69%,72%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 130 of 255 = 51%

175
183
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 130 = 488 (100%)
R 175 of 488 ~ 35.86%
G 183 of 488 ~ 37.5%
B 130 of 488 ~ 26.64%

%35.86
%37.5
%26.64

CMYK color model

#AFB782 color CMYK value is (4,0,29,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK:
(4,0,29,28)
C4M0Y29K28 
(4%,0%,29%,28%)
(0.04/0.00/0.29/0.28)	

CMYK percentages

%4.37
%0
%28.96
%28.24

Codes

Color #AFB782 in popluar color models

AFB782
RGB175183130
HSL69°26.90%61.37%
HSB/HSV69°28.96%71.76%
CMYK4.37%0.00%28.96%
28.24%

Color #AFB782 in popluar number systems.

HEXAFB782
Decimal175183130
Binary101011111011011110000010
Octal257267202

Shades and tints

Shades of #AFB782

#AFB782
(175,183,130)
#A0A777
(160,167,119)
#91976C
(145,151,108)
#828761
(130,135,97)
#737756
(115,119,86)
#64674B
(100,103,75)
#555740
(85,87,64)
#464735
(70,71,53)
#37372A
(55,55,42)
#28271F
(40,39,31)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFB782

#AFB782
(175,183,130)
#B6BD8D
(182,189,141)
#BDC398
(189,195,152)
#C4C9A3
(196,201,163)
#CBCFAE
(203,207,174)
#D2D5B9
(210,213,185)
#D9DBC4
(217,219,196)
#E0E1CF
(224,225,207)
#E7E7DA
(231,231,218)
#EEEDE5
(238,237,229)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB782 color. Also use rgb(175,183,130) instead hex code.

Text Font Color

.myTextColor { color: #AFB782; }

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

This text font color is #AFB782.


Background Color

.myBgColor { background-color: #AFB782; }

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

This div background color is #AFB782.


Border color

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

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

This div border color is #AFB782.


Opacity

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

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

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

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

This text has shadow with #AFB782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB782 on black background.


Color preview on white background

This text has color #AFB782 on white background.



Black color preview on #AFB782 background

This text has black color on #AFB782 background.


White color preview on #AFB782 background

This text has white color on #AFB782 background.