Color Hex Logo

#a75037 Color Hex

#A75037
(167,80,55)
0 Favorites   0 Comments

Color spaces of #a75037

RGB 1678055
HSL0.040.500.44
HSV13°67°65°
CMYK 0.000.520.67   0.35
XYZ19.494614.22865.3334
Yxy14.22860.49910.3643
Hunter Lab37.720826.239718.0215
CIE-Lab44.559033.838531.2345

#a75037 color RGB value is (167,80,55).

#a75037 hex color red value is 167, green value is 80 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a75037 hue: 0.04 , saturation: 0.50 and the lightness value of a75037 is 0.44.

The process color (four color CMYK) of #a75037 color hex is 0.00, 0.52, 0.67, 0.35. Web safe color of #a75037 is #996633. Color #a75037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 00110111
Octal 247 120 67
Decimal 167 80 55
Hex A7 50 37

RGB Percentages of Color #a75037

%55.30
%26.49
%18.21

CMYK Percentages of Color #a75037

%0
%52
%67
%35

Triadic Colors of #a75037

#a75037 #37a750 #5037a7

Analogous Colors of #a75037

#a75037 #a78837 #a73756

Monochromatic Colors of #a75037

#a75037

Complementary Color

#a75037 #378ea7

#a75037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75037 Color CSS Codes

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

#a75037 Text Font Color

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

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


#a75037 Background Color

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

This div background color is #a75037


#a75037 Border Color

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

This div border color is #a75037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75037


Comments

No comments written yet.

Please login to write comment.