COLOR #AF3806

HEX: #AF3806
RGB: (175,56,6)

Color info

#AF3806 contains mainly red color. Web safe color of #AF3806 is #993300 (or #930).

RGB color model

#AF3806 color RGB value is (175,56,6).

  • red value is 175;
  • green value is 56;
  • blue value is 6.
RGB:
(175,56,6)
(69%,22%,2%)

RGB channels and saturation

R 175 of 255 = 69%
G 56 of 255 = 22%
B 6 of 255 = 2%

175
56
6

R + G + B ~ 31%. #AF3806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 56 + 6 = 237 (100%)
R 175 of 237 ~ 73.84%
G 56 of 237 ~ 23.63%
B 6 of 237 ~ 2.53%

%73.84
%23.63

CMYK color model

#AF3806 color CMYK value is (0,68,97,31).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 96.57%
  • key color value is 31.37%
CMYK:
(0,68,97,31)
C0M68Y97K31 
(0%,68%,97%,31%)
(0.00/0.68/0.97/0.31)	

CMYK percentages

%0
%68
%96.57
%31.37

Codes

Color #AF3806 in popluar color models

AF3806
RGB175566
HSL18°93.37%35.49%
HSB/HSV18°96.57%68.63%
CMYK0.00%68.00%96.57%
31.37%

Color #AF3806 in popluar number systems.

HEXAF3806
Decimal175566
Binary10101111111000110
Octal257706

Shades and tints

Shades of #AF3806

#AF3806
(175,56,6)
#A03306
(160,51,6)
#912E06
(145,46,6)
#822906
(130,41,6)
#732406
(115,36,6)
#641F06
(100,31,6)
#551A06
(85,26,6)
#461506
(70,21,6)
#371006
(55,16,6)
#280B06
(40,11,6)
#190606
(25,6,6)
#000000
(0,0,0)

Tints of #AF3806

#AF3806
(175,56,6)
#B64A1C
(182,74,28)
#BD5C32
(189,92,50)
#C46E48
(196,110,72)
#CB805E
(203,128,94)
#D29274
(210,146,116)
#D9A48A
(217,164,138)
#E0B6A0
(224,182,160)
#E7C8B6
(231,200,182)
#EEDACC
(238,218,204)
#F5ECE2
(245,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3806 color. Also use rgb(175,56,6) instead hex code.

Text Font Color

.myTextColor { color: #AF3806; }

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

This text font color is #AF3806.


Background Color

.myBgColor { background-color: #AF3806; }

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

This div background color is #AF3806.


Border color

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

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

This div border color is #AF3806.


Opacity

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

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

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

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

This text has shadow with #AF3806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3806 on black background.


Color preview on white background

This text has color #AF3806 on white background.



Black color preview on #AF3806 background

This text has black color on #AF3806 background.


White color preview on #AF3806 background

This text has white color on #AF3806 background.