COLOR #AF4B10

HEX: #AF4B10
RGB: (175,75,16)

Color info

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

RGB color model

#AF4B10 color RGB value is (175,75,16).

  • red value is 175;
  • green value is 75;
  • blue value is 16.
RGB:
(175,75,16)
(69%,29%,6%)

RGB channels and saturation

R 175 of 255 = 69%
G 75 of 255 = 29%
B 16 of 255 = 6%

175
75
16

R + G + B ~ 35%. #AF4B10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 75 + 16 = 266 (100%)
R 175 of 266 ~ 65.79%
G 75 of 266 ~ 28.2%
B 16 of 266 ~ 6.02%

%65.79
%28.2

CMYK color model

#AF4B10 color CMYK value is (0,57,91,31).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 90.86%
  • key color value is 31.37%
CMYK:
(0,57,91,31)
C0M57Y91K31 
(0%,57%,91%,31%)
(0.00/0.57/0.91/0.31)	

CMYK percentages

%0
%57.14
%90.86
%31.37

Codes

Color #AF4B10 in popluar color models

AF4B10
RGB1757516
HSL22°83.25%37.45%
HSB/HSV22°90.86%68.63%
CMYK0.00%57.14%90.86%
31.37%

Color #AF4B10 in popluar number systems.

HEXAF4B10
Decimal1757516
Binary10101111100101110000
Octal25711320

Shades and tints

Shades of #AF4B10

#AF4B10
(175,75,16)
#A0450F
(160,69,15)
#913F0E
(145,63,14)
#82390D
(130,57,13)
#73330C
(115,51,12)
#642D0B
(100,45,11)
#55270A
(85,39,10)
#462109
(70,33,9)
#371B08
(55,27,8)
#281507
(40,21,7)
#190F06
(25,15,6)
#000000
(0,0,0)

Tints of #AF4B10

#AF4B10
(175,75,16)
#B65B25
(182,91,37)
#BD6B3A
(189,107,58)
#C47B4F
(196,123,79)
#CB8B64
(203,139,100)
#D29B79
(210,155,121)
#D9AB8E
(217,171,142)
#E0BBA3
(224,187,163)
#E7CBB8
(231,203,184)
#EEDBCD
(238,219,205)
#F5EBE2
(245,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4B10 color. Also use rgb(175,75,16) instead hex code.

Text Font Color

.myTextColor { color: #AF4B10; }

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

This text font color is #AF4B10.


Background Color

.myBgColor { background-color: #AF4B10; }

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

This div background color is #AF4B10.


Border color

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

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

This div border color is #AF4B10.


Opacity

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

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

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

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

This text has shadow with #AF4B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4B10 on black background.


Color preview on white background

This text has color #AF4B10 on white background.



Black color preview on #AF4B10 background

This text has black color on #AF4B10 background.


White color preview on #AF4B10 background

This text has white color on #AF4B10 background.