Color Hex Logo

#af4507 Color Hex

#AF4507
(175,69,7)
0 Favorites   0 Comments

Color spaces of #af4507

RGB 175697
HSL0.060.920.36
HSV22°96°69°
CMYK 0.000.610.96   0.31
XYZ19.845713.38551.7387
Yxy13.38550.56750.3828
Hunter Lab36.586232.799122.7927
CIE-Lab43.338440.859251.9439

#af4507 color RGB value is (175,69,7).

#af4507 hex color red value is 175, green value is 69 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #af4507 hue: 0.06 , saturation: 0.92 and the lightness value of af4507 is 0.36.

The process color (four color CMYK) of #af4507 color hex is 0.00, 0.61, 0.96, 0.31. Web safe color of #af4507 is #993300. Color #af4507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 00000111
Octal 257 105 7
Decimal 175 69 7
Hex AF 45 7

RGB Percentages of Color #af4507

%69.72
%27.49
%2.79

CMYK Percentages of Color #af4507

%0
%61
%96
%31

Triadic Colors of #af4507

#af4507 #07af45 #4507af

Analogous Colors of #af4507

#af4507 #af9907 #af071d

Monochromatic Colors of #af4507

#af4507

Complementary Color

#af4507 #0771af

#af4507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4507 Color CSS Codes

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

#af4507 Text Font Color

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

This sample text font color is #af4507
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.


#af4507 Background Color

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

This div background color is #af4507


#af4507 Border Color

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

This div border color is #af4507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4507


Comments

No comments written yet.

Please login to write comment.