COLOR #AF3B3D

HEX: #AF3B3D
RGB: (175,59,61)

Color info

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

RGB color model

#AF3B3D color RGB value is (175,59,61).

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

RGB channels and saturation

R 175 of 255 = 69%
G 59 of 255 = 23%
B 61 of 255 = 24%

175
59
61

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

Portions of RGB colors in percentages

R + G + B =
175 + 59 + 61 = 295 (100%)
R 175 of 295 ~ 59.32%
G 59 of 295 ~ 20%
B 61 of 295 ~ 20.68%

%59.32
%20
%20.68

CMYK color model

#AF3B3D color CMYK value is (0,66,65,31).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK:
(0,66,65,31)
C0M66Y65K31 
(0%,66%,65%,31%)
(0.00/0.66/0.65/0.31)	

CMYK percentages

%0
%66.29
%65.14
%31.37

Codes

Color #AF3B3D in popluar color models

AF3B3D
RGB1755961
HSL359°49.57%45.88%
HSB/HSV359°66.29%68.63%
CMYK0.00%66.29%65.14%
31.37%

Color #AF3B3D in popluar number systems.

HEXAF3B3D
Decimal1755961
Binary10101111111011111101
Octal2577375

Shades and tints

Shades of #AF3B3D

#AF3B3D
(175,59,61)
#A03638
(160,54,56)
#913133
(145,49,51)
#822C2E
(130,44,46)
#732729
(115,39,41)
#642224
(100,34,36)
#551D1F
(85,29,31)
#46181A
(70,24,26)
#371315
(55,19,21)
#280E10
(40,14,16)
#19090B
(25,9,11)
#000000
(0,0,0)

Tints of #AF3B3D

#AF3B3D
(175,59,61)
#B64C4E
(182,76,78)
#BD5D5F
(189,93,95)
#C46E70
(196,110,112)
#CB7F81
(203,127,129)
#D29092
(210,144,146)
#D9A1A3
(217,161,163)
#E0B2B4
(224,178,180)
#E7C3C5
(231,195,197)
#EED4D6
(238,212,214)
#F5E5E7
(245,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3B3D; }

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

This text font color is #AF3B3D.


Background Color

.myBgColor { background-color: #AF3B3D; }

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

This div background color is #AF3B3D.


Border color

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

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

This div border color is #AF3B3D.


Opacity

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

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

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

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

This text has shadow with #AF3B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3B3D on black background.


Color preview on white background

This text has color #AF3B3D on white background.



Black color preview on #AF3B3D background

This text has black color on #AF3B3D background.


White color preview on #AF3B3D background

This text has white color on #AF3B3D background.