COLOR #AF4F6B

HEX: #AF4F6B
RGB: (175,79,107)

Color info

#AF4F6B contains mainly red color. Web safe color of #AF4F6B is #996666 (or #966).

RGB color model

#AF4F6B color RGB value is (175,79,107).

  • red value is 175;
  • green value is 79;
  • blue value is 107.
RGB:
(175,79,107)
(69%,31%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 79 of 255 = 31%
B 107 of 255 = 42%

175
79
107

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

Portions of RGB colors in percentages

R + G + B =
175 + 79 + 107 = 361 (100%)
R 175 of 361 ~ 48.48%
G 79 of 361 ~ 21.88%
B 107 of 361 ~ 29.64%

%48.48
%21.88
%29.64

CMYK color model

#AF4F6B color CMYK value is (0,55,39,31).

  • cyan value is 0.00%
  • magenta value is 54.86%
  • yellow value is 38.86%
  • key color value is 31.37%
CMYK:
(0,55,39,31)
C0M55Y39K31 
(0%,55%,39%,31%)
(0.00/0.55/0.39/0.31)	

CMYK percentages

%0
%54.86
%38.86
%31.37

Codes

Color #AF4F6B in popluar color models

AF4F6B
RGB17579107
HSL343°37.80%49.80%
HSB/HSV343°54.86%68.63%
CMYK0.00%54.86%38.86%
31.37%

Color #AF4F6B in popluar number systems.

HEXAF4F6B
Decimal17579107
Binary1010111110011111101011
Octal257117153

Shades and tints

Shades of #AF4F6B

#AF4F6B
(175,79,107)
#A04862
(160,72,98)
#914159
(145,65,89)
#823A50
(130,58,80)
#733347
(115,51,71)
#642C3E
(100,44,62)
#552535
(85,37,53)
#461E2C
(70,30,44)
#371723
(55,23,35)
#28101A
(40,16,26)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #AF4F6B

#AF4F6B
(175,79,107)
#B65F78
(182,95,120)
#BD6F85
(189,111,133)
#C47F92
(196,127,146)
#CB8F9F
(203,143,159)
#D29FAC
(210,159,172)
#D9AFB9
(217,175,185)
#E0BFC6
(224,191,198)
#E7CFD3
(231,207,211)
#EEDFE0
(238,223,224)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4F6B; }

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

This text font color is #AF4F6B.


Background Color

.myBgColor { background-color: #AF4F6B; }

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

This div background color is #AF4F6B.


Border color

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

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

This div border color is #AF4F6B.


Opacity

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

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

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

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

This text has shadow with #AF4F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4F6B on black background.


Color preview on white background

This text has color #AF4F6B on white background.



Black color preview on #AF4F6B background

This text has black color on #AF4F6B background.


White color preview on #AF4F6B background

This text has white color on #AF4F6B background.