COLOR #AF3F4E

HEX: #AF3F4E
RGB: (175,63,78)

Color info

#AF3F4E contains mainly red color. Web safe color of #AF3F4E is #993366 (or #936).

RGB color model

#AF3F4E color RGB value is (175,63,78).

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

RGB channels and saturation

R 175 of 255 = 69%
G 63 of 255 = 25%
B 78 of 255 = 31%

175
63
78

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

Portions of RGB colors in percentages

R + G + B =
175 + 63 + 78 = 316 (100%)
R 175 of 316 ~ 55.38%
G 63 of 316 ~ 19.94%
B 78 of 316 ~ 24.68%

%55.38
%19.94
%24.68

CMYK color model

#AF3F4E color CMYK value is (0,64,55,31).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 55.43%
  • key color value is 31.37%
CMYK:
(0,64,55,31)
C0M64Y55K31 
(0%,64%,55%,31%)
(0.00/0.64/0.55/0.31)	

CMYK percentages

%0
%64
%55.43
%31.37

Codes

Color #AF3F4E in popluar color models

AF3F4E
RGB1756378
HSL352°47.06%46.67%
HSB/HSV352°64.00%68.63%
CMYK0.00%64.00%55.43%
31.37%

Color #AF3F4E in popluar number systems.

HEXAF3F4E
Decimal1756378
Binary101011111111111001110
Octal25777116

Shades and tints

Shades of #AF3F4E

#AF3F4E
(175,63,78)
#A03A47
(160,58,71)
#913540
(145,53,64)
#823039
(130,48,57)
#732B32
(115,43,50)
#64262B
(100,38,43)
#552124
(85,33,36)
#461C1D
(70,28,29)
#371716
(55,23,22)
#28120F
(40,18,15)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #AF3F4E

#AF3F4E
(175,63,78)
#B6505E
(182,80,94)
#BD616E
(189,97,110)
#C4727E
(196,114,126)
#CB838E
(203,131,142)
#D2949E
(210,148,158)
#D9A5AE
(217,165,174)
#E0B6BE
(224,182,190)
#E7C7CE
(231,199,206)
#EED8DE
(238,216,222)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3F4E; }

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

This text font color is #AF3F4E.


Background Color

.myBgColor { background-color: #AF3F4E; }

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

This div background color is #AF3F4E.


Border color

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

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

This div border color is #AF3F4E.


Opacity

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

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

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

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

This text has shadow with #AF3F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3F4E on black background.


Color preview on white background

This text has color #AF3F4E on white background.



Black color preview on #AF3F4E background

This text has black color on #AF3F4E background.


White color preview on #AF3F4E background

This text has white color on #AF3F4E background.