Color Hex Logo

#af4b3f Color Hex

#AF4B3F
(175,75,63)
0 Favorites   0 Comments

Color spaces of #af4b3f

RGB 1757563
HSL0.020.470.47
HSV64°69°
CMYK 0.000.570.64   0.31
XYZ21.092514.50506.3907
Yxy14.50500.50230.3455
Hunter Lab38.085432.207516.7110
CIE-Lab44.948640.004927.3591

#af4b3f color RGB value is (175,75,63).

#af4b3f hex color red value is 175, green value is 75 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af4b3f hue: 0.02 , saturation: 0.47 and the lightness value of af4b3f is 0.47.

The process color (four color CMYK) of #af4b3f color hex is 0.00, 0.57, 0.64, 0.31. Web safe color of #af4b3f is #993333. Color #af4b3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001011 00111111
Octal 257 113 77
Decimal 175 75 63
Hex AF 4B 3F

RGB Percentages of Color #af4b3f

%55.91
%23.96
%20.13

CMYK Percentages of Color #af4b3f

%0
%57
%64
%31

Triadic Colors of #af4b3f

#af4b3f #3faf4b #4b3faf

Analogous Colors of #af4b3f

#af4b3f #af833f #af3f6b

Monochromatic Colors of #af4b3f

#af4b3f

Complementary Color

#af4b3f #3fa3af

#af4b3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4b3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4b3f Color CSS Codes

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

#af4b3f Text Font Color

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

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


#af4b3f Background Color

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

This div background color is #af4b3f


#af4b3f Border Color

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

This div border color is #af4b3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4b3f


Comments

No comments written yet.

Please login to write comment.