Color Hex Logo

#af531f Color Hex

#AF531F
(175,83,31)
0 Favorites   0 Comments

Color spaces of #af531f

RGB 1758331
HSL0.060.700.40
HSV22°82°69°
CMYK 0.000.530.82   0.31
XYZ21.019815.39943.1608
Yxy15.39940.53110.3891
Hunter Lab39.242126.938922.6939
CIE-Lab46.176534.364445.7337

#af531f color RGB value is (175,83,31).

#af531f hex color red value is 175, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af531f hue: 0.06 , saturation: 0.70 and the lightness value of af531f is 0.40.

The process color (four color CMYK) of #af531f color hex is 0.00, 0.53, 0.82, 0.31. Web safe color of #af531f is #996633. Color #af531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 00011111
Octal 257 123 37
Decimal 175 83 31
Hex AF 53 1F

RGB Percentages of Color #af531f

%60.55
%28.72
%10.73

CMYK Percentages of Color #af531f

%0
%53
%82
%31

Triadic Colors of #af531f

#af531f #1faf53 #531faf

Analogous Colors of #af531f

#af531f #af9b1f #af1f33

Monochromatic Colors of #af531f

#af531f

Complementary Color

#af531f #1f7baf

#af531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af531f Color CSS Codes

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

#af531f Text Font Color

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

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


#af531f Background Color

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

This div background color is #af531f


#af531f Border Color

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

This div border color is #af531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af531f


Comments

No comments written yet.

Please login to write comment.