COLOR #AFB37B

HEX: #AFB37B
RGB: (175,179,123)

Color info

#AFB37B contains red, green and blue colors in about the same proportion. Web safe color of #AFB37B is #999966 (or #996).

RGB color model

#AFB37B color RGB value is (175,179,123).

  • red value is 175;
  • green value is 179;
  • blue value is 123.
RGB:
(175,179,123)
(69%,70%,48%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 123 of 255 = 48%

175
179
123

R + G + B ~ 62%. #AFB37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 123 = 477 (100%)
R 175 of 477 ~ 36.69%
G 179 of 477 ~ 37.53%
B 123 of 477 ~ 25.79%

%36.69
%37.53
%25.79

CMYK color model

#AFB37B color CMYK value is (2,0,31,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 29.80%
CMYK:
(2,0,31,30)
C2M0Y31K30 
(2%,0%,31%,30%)
(0.02/0.00/0.31/0.30)	

CMYK percentages

%2.23
%0
%31.28
%29.8

Codes

Color #AFB37B in popluar color models

AFB37B
RGB175179123
HSL64°26.92%59.22%
HSB/HSV64°31.28%70.20%
CMYK2.23%0.00%31.28%
29.80%

Color #AFB37B in popluar number systems.

HEXAFB37B
Decimal175179123
Binary10101111101100111111011
Octal257263173

Shades and tints

Shades of #AFB37B

#AFB37B
(175,179,123)
#A0A370
(160,163,112)
#919365
(145,147,101)
#82835A
(130,131,90)
#73734F
(115,115,79)
#646344
(100,99,68)
#555339
(85,83,57)
#46432E
(70,67,46)
#373323
(55,51,35)
#282318
(40,35,24)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #AFB37B

#AFB37B
(175,179,123)
#B6B987
(182,185,135)
#BDBF93
(189,191,147)
#C4C59F
(196,197,159)
#CBCBAB
(203,203,171)
#D2D1B7
(210,209,183)
#D9D7C3
(217,215,195)
#E0DDCF
(224,221,207)
#E7E3DB
(231,227,219)
#EEE9E7
(238,233,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB37B color. Also use rgb(175,179,123) instead hex code.

Text Font Color

.myTextColor { color: #AFB37B; }

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

This text font color is #AFB37B.


Background Color

.myBgColor { background-color: #AFB37B; }

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

This div background color is #AFB37B.


Border color

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

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

This div border color is #AFB37B.


Opacity

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

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

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

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

This text has shadow with #AFB37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB37B on black background.


Color preview on white background

This text has color #AFB37B on white background.



Black color preview on #AFB37B background

This text has black color on #AFB37B background.


White color preview on #AFB37B background

This text has white color on #AFB37B background.