COLOR #AF4F49

HEX: #AF4F49 RGB: (175,79,73)

Color info

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

RGB color model

#AF4F49 color RGB value is (175,79,73).

RGB: (175,79,73) (69%, 31%, 29%)

RGB channels and saturation

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

175
79
73

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

Portions of RGB colors in percentages

R + G + B = 175 + 79 + 73 = 327 (100%)
R 175 of 327 ~ 53.52%
G 79 of 327 ~ 24.16%
B 73 of 327 ~ 22.32'%

%53.52
%24.16
%22.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.86%
  • 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
%54.86
%58.29
%31.37

Codes

Color #AF4F49 in popluar color models

AF 4F 49
RGB 175 79 73
HSL 41.13% 48.63%
HSB/HSV 58.29% 68.63%
CMYK 0.00% 54.86% 58.29%
31.37%

Color #AF4F49 in popluar number systems.

HEX AF 4F 49
Decimal 175 79 73
Binary 10101111 1001111 1001001
Octal 257 117 111

Shades and tints

Shades of #AF4F49

#AF4F49
(175,79,73)
#A04843
(160,72,67)
#91413D
(145,65,61)
#823A37
(130,58,55)
#733331
(115,51,49)
#642C2B
(100,44,43)
#552525
(85,37,37)
#461E1F
(70,30,31)
#371719
(55,23,25)
#281013
(40,16,19)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #AF4F49

#AF4F49
(175,79,73)
#B65F59
(182,95,89)
#BD6F69
(189,111,105)
#C47F79
(196,127,121)
#CB8F89
(203,143,137)
#D29F99
(210,159,153)
#D9AFA9
(217,175,169)
#E0BFB9
(224,191,185)
#E7CFC9
(231,207,201)
#EEDFD9
(238,223,217)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4F49; }

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

This text font color is #AF4F49.

Background Color

.myBgColor { background-color: #AF4F49; }

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

This div background color is #AF4F49.

Border color

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

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

This div border color is #AF4F49.

Opacity

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

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

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

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

This text has shadow with #AF4F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF4F49.

Preview

Color preview on black background

This text has color #AF4F49 on black background.


Color preview on white background

This text has color #AF4F49 on white background.


Black color preview on #AF4F49 background

This text has black color on #AF4F49 background.


White color preview on #AF4F49 background

This text has white color on #AF4F49 background.


Related colors

Complementary color

Complementary color for #hex is #50B0B6.


I love getcolorcode.com

Triadic colors

1 #49AF4F and #4F49AF with #AF4F49 are triadic colors.

2 #494FAF and #4FAF49 with #AF4F49 are triadic colors.