COLOR #AF3D34

HEX: #AF3D34
RGB: (175,61,52)

Color info

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

RGB color model

#AF3D34 color RGB value is (175,61,52).

  • red value is 175;
  • green value is 61;
  • blue value is 52.
RGB:
(175,61,52)
(69%,24%,20%)

RGB channels and saturation

R 175 of 255 = 69%
G 61 of 255 = 24%
B 52 of 255 = 20%

175
61
52

R + G + B ~ 38%. #AF3D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 61 + 52 = 288 (100%)
R 175 of 288 ~ 60.76%
G 61 of 288 ~ 21.18%
B 52 of 288 ~ 18.06%

%60.76
%21.18
%18.06

CMYK color model

#AF3D34 color CMYK value is (0,65,70,31).

  • cyan value is 0.00%
  • magenta value is 65.14%
  • yellow value is 70.29%
  • key color value is 31.37%
CMYK:
(0,65,70,31)
C0M65Y70K31 
(0%,65%,70%,31%)
(0.00/0.65/0.70/0.31)	

CMYK percentages

%0
%65.14
%70.29
%31.37

Codes

Color #AF3D34 in popluar color models

AF3D34
RGB1756152
HSL54.19%44.51%
HSB/HSV70.29%68.63%
CMYK0.00%65.14%70.29%
31.37%

Color #AF3D34 in popluar number systems.

HEXAF3D34
Decimal1756152
Binary10101111111101110100
Octal2577564

Shades and tints

Shades of #AF3D34

#AF3D34
(175,61,52)
#A03830
(160,56,48)
#91332C
(145,51,44)
#822E28
(130,46,40)
#732924
(115,41,36)
#642420
(100,36,32)
#551F1C
(85,31,28)
#461A18
(70,26,24)
#371514
(55,21,20)
#281010
(40,16,16)
#190B0C
(25,11,12)
#000000
(0,0,0)

Tints of #AF3D34

#AF3D34
(175,61,52)
#B64E46
(182,78,70)
#BD5F58
(189,95,88)
#C4706A
(196,112,106)
#CB817C
(203,129,124)
#D2928E
(210,146,142)
#D9A3A0
(217,163,160)
#E0B4B2
(224,180,178)
#E7C5C4
(231,197,196)
#EED6D6
(238,214,214)
#F5E7E8
(245,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3D34 color. Also use rgb(175,61,52) instead hex code.

Text Font Color

.myTextColor { color: #AF3D34; }

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

This text font color is #AF3D34.


Background Color

.myBgColor { background-color: #AF3D34; }

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

This div background color is #AF3D34.


Border color

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

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

This div border color is #AF3D34.


Opacity

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

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

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

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

This text has shadow with #AF3D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3D34 on black background.


Color preview on white background

This text has color #AF3D34 on white background.



Black color preview on #AF3D34 background

This text has black color on #AF3D34 background.


White color preview on #AF3D34 background

This text has white color on #AF3D34 background.