Color Hex Logo

#af7830 Color Hex

#AF7830
(175,120,48)
0 Favorites   0 Comments

Color spaces of #af7830

RGB 17512048
HSL0.090.570.44
HSV34°73°69°
CMYK 0.000.310.73   0.31
XYZ24.929222.76035.8756
Yxy22.76030.46540.4249
Hunter Lab47.70789.784826.0934
CIE-Lab54.824614.778246.5336

#af7830 color RGB value is (175,120,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 00110000
Octal 257 170 60
Decimal 175 120 48
Hex AF 78 30

RGB Percentages of Color #af7830

%51.02
%34.99
%13.99

CMYK Percentages of Color #af7830

%0
%31
%73
%31

Triadic Colors of #af7830

#af7830 #30af78 #7830af

Analogous Colors of #af7830

#af7830 #a7af30 #af3930

Monochromatic Colors of #af7830

#af7830

Complementary Color

#af7830 #3067af

#af7830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7830 Color CSS Codes

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

#af7830 Text Font Color

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

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


#af7830 Background Color

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

This div background color is #af7830


#af7830 Border Color

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

This div border color is #af7830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7830


Comments

No comments written yet.

Please login to write comment.