Color Hex Logo

#af7333 Color Hex

#AF7333
(175,115,51)
0 Favorites   0 Comments

Color spaces of #af7333

RGB 17511551
HSL0.090.550.44
HSV31°71°69°
CMYK 0.000.340.71   0.31
XYZ24.407521.61446.0176
Yxy21.61440.46900.4153
Hunter Lab46.491312.351124.8697
CIE-Lab53.615517.741543.8449

#af7333 color RGB value is (175,115,51).

#af7333 hex color red value is 175, green value is 115 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #af7333 hue: 0.09 , saturation: 0.55 and the lightness value of af7333 is 0.44.

The process color (four color CMYK) of #af7333 color hex is 0.00, 0.34, 0.71, 0.31. Web safe color of #af7333 is #996633. Color #af7333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00110011
Octal 257 163 63
Decimal 175 115 51
Hex AF 73 33

RGB Percentages of Color #af7333

%51.32
%33.72
%14.96

CMYK Percentages of Color #af7333

%0
%34
%71
%31

Triadic Colors of #af7333

#af7333 #33af73 #7333af

Analogous Colors of #af7333

#af7333 #adaf33 #af3533

Monochromatic Colors of #af7333

#af7333

Complementary Color

#af7333 #336faf

#af7333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7333 Color CSS Codes

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

#af7333 Text Font Color

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

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


#af7333 Background Color

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

This div background color is #af7333


#af7333 Border Color

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

This div border color is #af7333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7333


Comments

No comments written yet.

Please login to write comment.