Color Hex Logo

#af5f47 Color Hex

#AF5F47
(175,95,71)
0 Favorites   0 Comments

Color spaces of #af5f47

RGB 1759571
HSL0.040.420.48
HSV14°59°69°
CMYK 0.000.460.59   0.31
XYZ22.908717.75338.1805
Yxy17.75330.46900.3635
Hunter Lab42.134723.315117.9830
CIE-Lab49.195530.149828.0137

#af5f47 color RGB value is (175,95,71).

#af5f47 hex color red value is 175, green value is 95 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #af5f47 hue: 0.04 , saturation: 0.42 and the lightness value of af5f47 is 0.48.

The process color (four color CMYK) of #af5f47 color hex is 0.00, 0.46, 0.59, 0.31. Web safe color of #af5f47 is #996633. Color #af5f47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011111 01000111
Octal 257 137 107
Decimal 175 95 71
Hex AF 5F 47

RGB Percentages of Color #af5f47

%51.32
%27.86
%20.82

CMYK Percentages of Color #af5f47

%0
%46
%59
%31

Triadic Colors of #af5f47

#af5f47 #47af5f #5f47af

Analogous Colors of #af5f47

#af5f47 #af9347 #af4763

Monochromatic Colors of #af5f47

#af5f47

Complementary Color

#af5f47 #4797af

#af5f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5f47 Color CSS Codes

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

#af5f47 Text Font Color

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

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


#af5f47 Background Color

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

This div background color is #af5f47


#af5f47 Border Color

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

This div border color is #af5f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5f47


Comments

No comments written yet.

Please login to write comment.