COLOR #AF3740

HEX: #AF3740
RGB: (175,55,64)

Color info

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

RGB color model

#AF3740 color RGB value is (175,55,64).

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

RGB channels and saturation

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

175
55
64

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

Portions of RGB colors in percentages

R + G + B =
175 + 55 + 64 = 294 (100%)
R 175 of 294 ~ 59.52%
G 55 of 294 ~ 18.71%
B 64 of 294 ~ 21.77%

%59.52
%18.71
%21.77

CMYK color model

#AF3740 color CMYK value is (0,69,63,31).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 63.43%
  • key color value is 31.37%
CMYK:
(0,69,63,31)
C0M69Y63K31 
(0%,69%,63%,31%)
(0.00/0.69/0.63/0.31)	

CMYK percentages

%0
%68.57
%63.43
%31.37

Codes

Color #AF3740 in popluar color models

AF3740
RGB1755564
HSL356°52.17%45.10%
HSB/HSV356°68.57%68.63%
CMYK0.00%68.57%63.43%
31.37%

Color #AF3740 in popluar number systems.

HEXAF3740
Decimal1755564
Binary101011111101111000000
Octal25767100

Shades and tints

Shades of #AF3740

#AF3740
(175,55,64)
#A0323B
(160,50,59)
#912D36
(145,45,54)
#822831
(130,40,49)
#73232C
(115,35,44)
#641E27
(100,30,39)
#551922
(85,25,34)
#46141D
(70,20,29)
#370F18
(55,15,24)
#280A13
(40,10,19)
#19050E
(25,5,14)
#000000
(0,0,0)

Tints of #AF3740

#AF3740
(175,55,64)
#B64951
(182,73,81)
#BD5B62
(189,91,98)
#C46D73
(196,109,115)
#CB7F84
(203,127,132)
#D29195
(210,145,149)
#D9A3A6
(217,163,166)
#E0B5B7
(224,181,183)
#E7C7C8
(231,199,200)
#EED9D9
(238,217,217)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3740; }

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

This text font color is #AF3740.


Background Color

.myBgColor { background-color: #AF3740; }

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

This div background color is #AF3740.


Border color

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

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

This div border color is #AF3740.


Opacity

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

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

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

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

This text has shadow with #AF3740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3740 on black background.


Color preview on white background

This text has color #AF3740 on white background.



Black color preview on #AF3740 background

This text has black color on #AF3740 background.


White color preview on #AF3740 background

This text has white color on #AF3740 background.