COLOR #AF7C49

HEX: #AF7C49
RGB: (175,124,73)

Color info

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

RGB color model

#AF7C49 color RGB value is (175,124,73).

  • red value is 175;
  • green value is 124;
  • blue value is 73.
RGB:
(175,124,73)
(69%,49%,29%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 73 of 255 = 29%

175
124
73

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

Portions of RGB colors in percentages

R + G + B =
175 + 124 + 73 = 372 (100%)
R 175 of 372 ~ 47.04%
G 124 of 372 ~ 33.33%
B 73 of 372 ~ 19.62%

%47.04
%33.33
%19.62

CMYK color model

#AF7C49 color CMYK value is (0,29,58,31).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(0,29,58,31)
C0M29Y58K31 
(0%,29%,58%,31%)
(0.00/0.29/0.58/0.31)	

CMYK percentages

%0
%29.14
%58.29
%31.37

Codes

Color #AF7C49 in popluar color models

AF7C49
RGB17512473
HSL30°41.13%48.63%
HSB/HSV30°58.29%68.63%
CMYK0.00%29.14%58.29%
31.37%

Color #AF7C49 in popluar number systems.

HEXAF7C49
Decimal17512473
Binary1010111111111001001001
Octal257174111

Shades and tints

Shades of #AF7C49

#AF7C49
(175,124,73)
#A07143
(160,113,67)
#91663D
(145,102,61)
#825B37
(130,91,55)
#735031
(115,80,49)
#64452B
(100,69,43)
#553A25
(85,58,37)
#462F1F
(70,47,31)
#372419
(55,36,25)
#281913
(40,25,19)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #AF7C49

#AF7C49
(175,124,73)
#B68759
(182,135,89)
#BD9269
(189,146,105)
#C49D79
(196,157,121)
#CBA889
(203,168,137)
#D2B399
(210,179,153)
#D9BEA9
(217,190,169)
#E0C9B9
(224,201,185)
#E7D4C9
(231,212,201)
#EEDFD9
(238,223,217)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7C49 color. Also use rgb(175,124,73) instead hex code.

Text Font Color

.myTextColor { color: #AF7C49; }

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

This text font color is #AF7C49.


Background Color

.myBgColor { background-color: #AF7C49; }

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

This div background color is #AF7C49.


Border color

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

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

This div border color is #AF7C49.


Opacity

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

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

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

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

This text has shadow with #AF7C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7C49 on black background.


Color preview on white background

This text has color #AF7C49 on white background.



Black color preview on #AF7C49 background

This text has black color on #AF7C49 background.


White color preview on #AF7C49 background

This text has white color on #AF7C49 background.