COLOR #AF4E49

HEX: #AF4E49
RGB: (175,78,73)

Color info

#AF4E49 contains mainly red color. Web safe color of #AF4E49 is #996633 (or #963).

RGB color model

#AF4E49 color RGB value is (175,78,73).

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

RGB channels and saturation

R 175 of 255 = 69%
G 78 of 255 = 31%
B 73 of 255 = 29%

175
78
73

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

Portions of RGB colors in percentages

R + G + B =
175 + 78 + 73 = 326 (100%)
R 175 of 326 ~ 53.68%
G 78 of 326 ~ 23.93%
B 73 of 326 ~ 22.39%

%53.68
%23.93
%22.39

CMYK color model

#AF4E49 color CMYK value is (0,55,58,31).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(0,55,58,31)
C0M55Y58K31 
(0%,55%,58%,31%)
(0.00/0.55/0.58/0.31)	

CMYK percentages

%0
%55.43
%58.29
%31.37

Codes

Color #AF4E49 in popluar color models

AF4E49
RGB1757873
HSL41.13%48.63%
HSB/HSV58.29%68.63%
CMYK0.00%55.43%58.29%
31.37%

Color #AF4E49 in popluar number systems.

HEXAF4E49
Decimal1757873
Binary1010111110011101001001
Octal257116111

Shades and tints

Shades of #AF4E49

#AF4E49
(175,78,73)
#A04743
(160,71,67)
#91403D
(145,64,61)
#823937
(130,57,55)
#733231
(115,50,49)
#642B2B
(100,43,43)
#552425
(85,36,37)
#461D1F
(70,29,31)
#371619
(55,22,25)
#280F13
(40,15,19)
#19080D
(25,8,13)
#000000
(0,0,0)

Tints of #AF4E49

#AF4E49
(175,78,73)
#B65E59
(182,94,89)
#BD6E69
(189,110,105)
#C47E79
(196,126,121)
#CB8E89
(203,142,137)
#D29E99
(210,158,153)
#D9AEA9
(217,174,169)
#E0BEB9
(224,190,185)
#E7CEC9
(231,206,201)
#EEDED9
(238,222,217)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4E49; }

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

This text font color is #AF4E49.


Background Color

.myBgColor { background-color: #AF4E49; }

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

This div background color is #AF4E49.


Border color

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

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

This div border color is #AF4E49.


Opacity

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

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

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

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

This text has shadow with #AF4E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4E49 on black background.


Color preview on white background

This text has color #AF4E49 on white background.



Black color preview on #AF4E49 background

This text has black color on #AF4E49 background.


White color preview on #AF4E49 background

This text has white color on #AF4E49 background.