Color Hex Logo

#a74c40 Color Hex

#A74C40
(167,76,64)
0 Favorites   0 Comments

Color spaces of #a74c40

RGB 1677664
HSL0.020.450.45
HSV62°65°
CMYK 0.000.540.62   0.35
XYZ19.446213.75456.4805
Yxy13.75450.49010.3466
Hunter Lab37.087128.692215.6008
CIE-Lab43.878836.526325.1521

#a74c40 color RGB value is (167,76,64).

#a74c40 hex color red value is 167, green value is 76 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a74c40 hue: 0.02 , saturation: 0.45 and the lightness value of a74c40 is 0.45.

The process color (four color CMYK) of #a74c40 color hex is 0.00, 0.54, 0.62, 0.35. Web safe color of #a74c40 is #993333. Color #a74c40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001100 01000000
Octal 247 114 100
Decimal 167 76 64
Hex A7 4C 40

RGB Percentages of Color #a74c40

%54.40
%24.76
%20.85

CMYK Percentages of Color #a74c40

%0
%54
%62
%35

Triadic Colors of #a74c40

#a74c40 #40a74c #4c40a7

Analogous Colors of #a74c40

#a74c40 #a78040 #a74068

Monochromatic Colors of #a74c40

#a74c40

Complementary Color

#a74c40 #409ba7

#a74c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74c40 Color CSS Codes

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

#a74c40 Text Font Color

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

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


#a74c40 Background Color

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

This div background color is #a74c40


#a74c40 Border Color

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

This div border color is #a74c40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74c40


Comments

No comments written yet.

Please login to write comment.