Color Hex Logo

#a74342 Color Hex

#A74342
(167,67,66)
0 Favorites   0 Comments

Color spaces of #a74342

RGB 1676766
HSL0.000.430.46
HSV60°65°
CMYK 0.000.600.60   0.35
XYZ18.926912.62316.5932
Yxy12.62310.49620.3309
Hunter Lab35.529032.914213.8677
CIE-Lab42.189841.160221.7900

#a74342 color RGB value is (167,67,66).

#a74342 hex color red value is 167, green value is 67 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a74342 hue: 0.00 , saturation: 0.43 and the lightness value of a74342 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000011 01000010
Octal 247 103 102
Decimal 167 67 66
Hex A7 43 42

RGB Percentages of Color #a74342

%55.67
%22.33
%22.00

CMYK Percentages of Color #a74342

%0
%60
%60
%35

Triadic Colors of #a74342

#a74342 #42a743 #4342a7

Analogous Colors of #a74342

#a74342 #a77642 #a74274

Monochromatic Colors of #a74342

#a74342

Complementary Color

#a74342 #42a6a7

#a74342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74342 Color CSS Codes

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

#a74342 Text Font Color

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

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


#a74342 Background Color

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

This div background color is #a74342


#a74342 Border Color

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

This div border color is #a74342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74342


Comments

No comments written yet.

Please login to write comment.