Color Hex Logo

#af4703 Color Hex

#AF4703
(175,71,3)
0 Favorites   0 Comments

Color spaces of #af4703

RGB 175713
HSL0.070.970.35
HSV24°98°69°
CMYK 0.000.590.98   0.31
XYZ19.948913.62701.6650
Yxy13.62700.56610.3867
Hunter Lab36.914831.861323.1661
CIE-Lab43.693239.843453.2774

#af4703 color RGB value is (175,71,3).

#af4703 hex color red value is 175, green value is 71 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #af4703 hue: 0.07 , saturation: 0.97 and the lightness value of af4703 is 0.35.

The process color (four color CMYK) of #af4703 color hex is 0.00, 0.59, 0.98, 0.31. Web safe color of #af4703 is #993300. Color #af4703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000111 00000011
Octal 257 107 3
Decimal 175 71 3
Hex AF 47 3

RGB Percentages of Color #af4703

%70.28
%28.51
%1.20

CMYK Percentages of Color #af4703

%0
%59
%98
%31

Triadic Colors of #af4703

#af4703 #03af47 #4703af

Analogous Colors of #af4703

#af4703 #af9d03 #af0315

Monochromatic Colors of #af4703

#af4703

Complementary Color

#af4703 #036baf

#af4703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4703 Color CSS Codes

.mybgcolor {background-color:#af4703; } 
.myforecolor {color:#af4703; }
.mybordercolor {border:3px solid #af4703; }

#af4703 Text Font Color

<p style="color:#af4703">Text here</p>

This sample text font color is #af4703
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af4703 Background Color

<div style="background-color:#af4703">
Div content here</div>

This div background color is #af4703


#af4703 Border Color

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

This div border color is #af4703


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,71,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af4703; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af4703;
  -webkit-box-shadow: 1px 1px 3px 2px #af4703;
  box-shadow:         1px 1px 3px 2px #af4703; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,71,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af4703">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af4703;
  -webkit-box-shadow: 1px 1px 3px 2px #af4703;
  box-shadow:         1px 1px 3px 2px #af4703;">
Div content here</div>

This div box has shadow with color #af4703


Comments

No comments written yet.

Please login to write comment.