COLOR #AF4039

HEX: #AF4039
RGB: (175,64,57)

Color info

#AF4039 contains mainly red color. Web safe color of #AF4039 is #993333 (or #933).

RGB color model

#AF4039 color RGB value is (175,64,57).

  • red value is 175;
  • green value is 64;
  • blue value is 57.
RGB:
(175,64,57)
(69%,25%,22%)

RGB channels and saturation

R 175 of 255 = 69%
G 64 of 255 = 25%
B 57 of 255 = 22%

175
64
57

R + G + B ~ 39%. #AF4039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 64 + 57 = 296 (100%)
R 175 of 296 ~ 59.12%
G 64 of 296 ~ 21.62%
B 57 of 296 ~ 19.26%

%59.12
%21.62
%19.26

CMYK color model

#AF4039 color CMYK value is (0,63,67,31).

  • cyan value is 0.00%
  • magenta value is 63.43%
  • yellow value is 67.43%
  • key color value is 31.37%
CMYK:
(0,63,67,31)
C0M63Y67K31 
(0%,63%,67%,31%)
(0.00/0.63/0.67/0.31)	

CMYK percentages

%0
%63.43
%67.43
%31.37

Codes

Color #AF4039 in popluar color models

AF4039
RGB1756457
HSL50.86%45.49%
HSB/HSV67.43%68.63%
CMYK0.00%63.43%67.43%
31.37%

Color #AF4039 in popluar number systems.

HEXAF4039
Decimal1756457
Binary101011111000000111001
Octal25710071

Shades and tints

Shades of #AF4039

#AF4039
(175,64,57)
#A03B34
(160,59,52)
#91362F
(145,54,47)
#82312A
(130,49,42)
#732C25
(115,44,37)
#642720
(100,39,32)
#55221B
(85,34,27)
#461D16
(70,29,22)
#371811
(55,24,17)
#28130C
(40,19,12)
#190E07
(25,14,7)
#000000
(0,0,0)

Tints of #AF4039

#AF4039
(175,64,57)
#B6514B
(182,81,75)
#BD625D
(189,98,93)
#C4736F
(196,115,111)
#CB8481
(203,132,129)
#D29593
(210,149,147)
#D9A6A5
(217,166,165)
#E0B7B7
(224,183,183)
#E7C8C9
(231,200,201)
#EED9DB
(238,217,219)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4039 color. Also use rgb(175,64,57) instead hex code.

Text Font Color

.myTextColor { color: #AF4039; }

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

This text font color is #AF4039.


Background Color

.myBgColor { background-color: #AF4039; }

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

This div background color is #AF4039.


Border color

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

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

This div border color is #AF4039.


Opacity

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

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

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

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

This text has shadow with #AF4039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4039 on black background.


Color preview on white background

This text has color #AF4039 on white background.



Black color preview on #AF4039 background

This text has black color on #AF4039 background.


White color preview on #AF4039 background

This text has white color on #AF4039 background.