COLOR #AF3F67

HEX: #AF3F67
RGB: (175,63,103)

Color info

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

RGB color model

#AF3F67 color RGB value is (175,63,103).

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

RGB channels and saturation

R 175 of 255 = 69%
G 63 of 255 = 25%
B 103 of 255 = 40%

175
63
103

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

Portions of RGB colors in percentages

R + G + B =
175 + 63 + 103 = 341 (100%)
R 175 of 341 ~ 51.32%
G 63 of 341 ~ 18.48%
B 103 of 341 ~ 30.21%

%51.32
%18.48
%30.21

CMYK color model

#AF3F67 color CMYK value is (0,64,41,31).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(0,64,41,31)
C0M64Y41K31 
(0%,64%,41%,31%)
(0.00/0.64/0.41/0.31)	

CMYK percentages

%0
%64
%41.14
%31.37

Codes

Color #AF3F67 in popluar color models

AF3F67
RGB17563103
HSL339°47.06%46.67%
HSB/HSV339°64.00%68.63%
CMYK0.00%64.00%41.14%
31.37%

Color #AF3F67 in popluar number systems.

HEXAF3F67
Decimal17563103
Binary101011111111111100111
Octal25777147

Shades and tints

Shades of #AF3F67

#AF3F67
(175,63,103)
#A03A5E
(160,58,94)
#913555
(145,53,85)
#82304C
(130,48,76)
#732B43
(115,43,67)
#64263A
(100,38,58)
#552131
(85,33,49)
#461C28
(70,28,40)
#37171F
(55,23,31)
#281216
(40,18,22)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #AF3F67

#AF3F67
(175,63,103)
#B65074
(182,80,116)
#BD6181
(189,97,129)
#C4728E
(196,114,142)
#CB839B
(203,131,155)
#D294A8
(210,148,168)
#D9A5B5
(217,165,181)
#E0B6C2
(224,182,194)
#E7C7CF
(231,199,207)
#EED8DC
(238,216,220)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3F67; }

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

This text font color is #AF3F67.


Background Color

.myBgColor { background-color: #AF3F67; }

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

This div background color is #AF3F67.


Border color

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

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

This div border color is #AF3F67.


Opacity

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

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

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

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

This text has shadow with #AF3F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3F67 on black background.


Color preview on white background

This text has color #AF3F67 on white background.



Black color preview on #AF3F67 background

This text has black color on #AF3F67 background.


White color preview on #AF3F67 background

This text has white color on #AF3F67 background.