COLOR #AF7F30

HEX: #AF7F30
RGB: (175,127,48)

Color info

#AF7F30 contains mainly red and green colors. Web safe color of #AF7F30 is #996633 (or #963).

RGB color model

#AF7F30 color RGB value is (175,127,48).

  • red value is 175;
  • green value is 127;
  • blue value is 48.
RGB:
(175,127,48)
(69%,50%,19%)

RGB channels and saturation

R 175 of 255 = 69%
G 127 of 255 = 50%
B 48 of 255 = 19%

175
127
48

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

Portions of RGB colors in percentages

R + G + B =
175 + 127 + 48 = 350 (100%)
R 175 of 350 ~ 50%
G 127 of 350 ~ 36.29%
B 48 of 350 ~ 13.71%

%50
%36.29
%13.71

CMYK color model

#AF7F30 color CMYK value is (0,27,73,31).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 72.57%
  • key color value is 31.37%
CMYK:
(0,27,73,31)
C0M27Y73K31 
(0%,27%,73%,31%)
(0.00/0.27/0.73/0.31)	

CMYK percentages

%0
%27.43
%72.57
%31.37

Codes

Color #AF7F30 in popluar color models

AF7F30
RGB17512748
HSL37°56.95%43.73%
HSB/HSV37°72.57%68.63%
CMYK0.00%27.43%72.57%
31.37%

Color #AF7F30 in popluar number systems.

HEXAF7F30
Decimal17512748
Binary101011111111111110000
Octal25717760

Shades and tints

Shades of #AF7F30

#AF7F30
(175,127,48)
#A0742C
(160,116,44)
#916928
(145,105,40)
#825E24
(130,94,36)
#735320
(115,83,32)
#64481C
(100,72,28)
#553D18
(85,61,24)
#463214
(70,50,20)
#372710
(55,39,16)
#281C0C
(40,28,12)
#191108
(25,17,8)
#000000
(0,0,0)

Tints of #AF7F30

#AF7F30
(175,127,48)
#B68A42
(182,138,66)
#BD9554
(189,149,84)
#C4A066
(196,160,102)
#CBAB78
(203,171,120)
#D2B68A
(210,182,138)
#D9C19C
(217,193,156)
#E0CCAE
(224,204,174)
#E7D7C0
(231,215,192)
#EEE2D2
(238,226,210)
#F5EDE4
(245,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7F30 color. Also use rgb(175,127,48) instead hex code.

Text Font Color

.myTextColor { color: #AF7F30; }

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

This text font color is #AF7F30.


Background Color

.myBgColor { background-color: #AF7F30; }

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

This div background color is #AF7F30.


Border color

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

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

This div border color is #AF7F30.


Opacity

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

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

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

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

This text has shadow with #AF7F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7F30 on black background.


Color preview on white background

This text has color #AF7F30 on white background.



Black color preview on #AF7F30 background

This text has black color on #AF7F30 background.


White color preview on #AF7F30 background

This text has white color on #AF7F30 background.