Color Hex Logo

#a7582f Color Hex

#A7582F
(167,88,47)
0 Favorites   0 Comments

Color spaces of #a7582f

RGB 1678847
HSL0.060.560.42
HSV21°72°65°
CMYK 0.000.470.72   0.35
XYZ19.939215.40024.6109
Yxy15.40020.49910.3855
Hunter Lab39.243122.019520.5038
CIE-Lab46.177529.086937.4910

#a7582f color RGB value is (167,88,47).

#a7582f hex color red value is 167, green value is 88 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a7582f hue: 0.06 , saturation: 0.56 and the lightness value of a7582f is 0.42.

The process color (four color CMYK) of #a7582f color hex is 0.00, 0.47, 0.72, 0.35. Web safe color of #a7582f is #996633. Color #a7582f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 00101111
Octal 247 130 57
Decimal 167 88 47
Hex A7 58 2F

RGB Percentages of Color #a7582f

%55.30
%29.14
%15.56

CMYK Percentages of Color #a7582f

%0
%47
%72
%35

Triadic Colors of #a7582f

#a7582f #2fa758 #582fa7

Analogous Colors of #a7582f

#a7582f #a7942f #a72f42

Monochromatic Colors of #a7582f

#a7582f

Complementary Color

#a7582f #2f7ea7

#a7582f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7582f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7582f Color CSS Codes

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

#a7582f Text Font Color

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

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


#a7582f Background Color

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

This div background color is #a7582f


#a7582f Border Color

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

This div border color is #a7582f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,88,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7582f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7582f;
  -webkit-box-shadow: 1px 1px 3px 2px #a7582f;
  box-shadow:         1px 1px 3px 2px #a7582f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,88,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7582f


Comments

No comments written yet.

Please login to write comment.