Color Hex Logo

#af7307 Color Hex

#AF7307
(175,115,7)
0 Favorites   0 Comments

Color spaces of #af7307

RGB 1751157
HSL0.110.920.36
HSV39°96°69°
CMYK 0.000.340.96   0.31
XYZ23.848321.39083.0729
Yxy21.39080.49360.4428
Hunter Lab46.250211.103328.4359
CIE-Lab53.374616.333958.7194

#af7307 color RGB value is (175,115,7).

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

The process color (four color CMYK) of #af7307 color hex is 0.00, 0.34, 0.96, 0.31. Web safe color of #af7307 is #996600. Color #af7307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00000111
Octal 257 163 7
Decimal 175 115 7
Hex AF 73 7

RGB Percentages of Color #af7307

%58.92
%38.72
%2.36

CMYK Percentages of Color #af7307

%0
%34
%96
%31

Triadic Colors of #af7307

#af7307 #07af73 #7307af

Analogous Colors of #af7307

#af7307 #97af07 #af1f07

Monochromatic Colors of #af7307

#af7307

Complementary Color

#af7307 #0743af

#af7307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7307 Color CSS Codes

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

#af7307 Text Font Color

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

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


#af7307 Background Color

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

This div background color is #af7307


#af7307 Border Color

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

This div border color is #af7307


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,115,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 #af7307">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7307


Comments

No comments written yet.

Please login to write comment.