COLOR #AF4B03

HEX: #AF4B03
RGB: (175,75,3)

Color info

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

RGB color model

#AF4B03 color RGB value is (175,75,3).

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

RGB channels and saturation

R 175 of 255 = 69%
G 75 of 255 = 29%
B 3 of 255 = 1%

175
75
3

R + G + B ~ 33%. #AF4B03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 75 + 3 = 253 (100%)
R 175 of 253 ~ 69.17%
G 75 of 253 ~ 29.64%
B 3 of 253 ~ 1.19%

%69.17
%29.64

CMYK color model

#AF4B03 color CMYK value is (0,57,98,31).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 98.29%
  • key color value is 31.37%
CMYK:
(0,57,98,31)
C0M57Y98K31 
(0%,57%,98%,31%)
(0.00/0.57/0.98/0.31)	

CMYK percentages

%0
%57.14
%98.29
%31.37

Codes

Color #AF4B03 in popluar color models

AF4B03
RGB175753
HSL25°96.63%34.90%
HSB/HSV25°98.29%68.63%
CMYK0.00%57.14%98.29%
31.37%

Color #AF4B03 in popluar number systems.

HEXAF4B03
Decimal175753
Binary10101111100101111
Octal2571133

Shades and tints

Shades of #AF4B03

#AF4B03
(175,75,3)
#A04503
(160,69,3)
#913F03
(145,63,3)
#823903
(130,57,3)
#733303
(115,51,3)
#642D03
(100,45,3)
#552703
(85,39,3)
#462103
(70,33,3)
#371B03
(55,27,3)
#281503
(40,21,3)
#190F03
(25,15,3)
#000000
(0,0,0)

Tints of #AF4B03

#AF4B03
(175,75,3)
#B65B19
(182,91,25)
#BD6B2F
(189,107,47)
#C47B45
(196,123,69)
#CB8B5B
(203,139,91)
#D29B71
(210,155,113)
#D9AB87
(217,171,135)
#E0BB9D
(224,187,157)
#E7CBB3
(231,203,179)
#EEDBC9
(238,219,201)
#F5EBDF
(245,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4B03; }

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

This text font color is #AF4B03.


Background Color

.myBgColor { background-color: #AF4B03; }

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

This div background color is #AF4B03.


Border color

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

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

This div border color is #AF4B03.


Opacity

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

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

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

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

This text has shadow with #AF4B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4B03 on black background.


Color preview on white background

This text has color #AF4B03 on white background.



Black color preview on #AF4B03 background

This text has black color on #AF4B03 background.


White color preview on #AF4B03 background

This text has white color on #AF4B03 background.