COLOR #AF7385

HEX: #AF7385
RGB: (175,115,133)

Color info

#AF7385 contains mainly red and blue colors. Web safe color of #AF7385 is #996699 (or #969).

RGB color model

#AF7385 color RGB value is (175,115,133).

  • red value is 175;
  • green value is 115;
  • blue value is 133.
RGB:
(175,115,133)
(69%,45%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 133 of 255 = 52%

175
115
133

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

Portions of RGB colors in percentages

R + G + B =
175 + 115 + 133 = 423 (100%)
R 175 of 423 ~ 41.37%
G 115 of 423 ~ 27.19%
B 133 of 423 ~ 31.44%

%41.37
%27.19
%31.44

CMYK color model

#AF7385 color CMYK value is (0,34,24,31).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(0,34,24,31)
C0M34Y24K31 
(0%,34%,24%,31%)
(0.00/0.34/0.24/0.31)	

CMYK percentages

%0
%34.29
%24
%31.37

Codes

Color #AF7385 in popluar color models

AF7385
RGB175115133
HSL342°27.27%56.86%
HSB/HSV342°34.29%68.63%
CMYK0.00%34.29%24.00%
31.37%

Color #AF7385 in popluar number systems.

HEXAF7385
Decimal175115133
Binary10101111111001110000101
Octal257163205

Shades and tints

Shades of #AF7385

#AF7385
(175,115,133)
#A06979
(160,105,121)
#915F6D
(145,95,109)
#825561
(130,85,97)
#734B55
(115,75,85)
#644149
(100,65,73)
#55373D
(85,55,61)
#462D31
(70,45,49)
#372325
(55,35,37)
#281919
(40,25,25)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #AF7385

#AF7385
(175,115,133)
#B67F90
(182,127,144)
#BD8B9B
(189,139,155)
#C497A6
(196,151,166)
#CBA3B1
(203,163,177)
#D2AFBC
(210,175,188)
#D9BBC7
(217,187,199)
#E0C7D2
(224,199,210)
#E7D3DD
(231,211,221)
#EEDFE8
(238,223,232)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7385 color. Also use rgb(175,115,133) instead hex code.

Text Font Color

.myTextColor { color: #AF7385; }

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

This text font color is #AF7385.


Background Color

.myBgColor { background-color: #AF7385; }

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

This div background color is #AF7385.


Border color

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

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

This div border color is #AF7385.


Opacity

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

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

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

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

This text has shadow with #AF7385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7385 on black background.


Color preview on white background

This text has color #AF7385 on white background.



Black color preview on #AF7385 background

This text has black color on #AF7385 background.


White color preview on #AF7385 background

This text has white color on #AF7385 background.