Color Hex Logo

#7c592a Color Hex

#7C592A
(124,89,42)
0 Favorites   0 Comments

Color spaces of #7c592a

RGB 1248942
HSL0.100.490.33
HSV34°66°49°
CMYK 0.000.280.66   0.51
XYZ12.302511.59703.7805
Yxy11.59700.44450.4190
Hunter Lab34.05444.889917.2561
CIE-Lab40.56839.094132.2847

#7c592a color RGB value is (124,89,42).

#7c592a hex color red value is 124, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7c592a hue: 0.10 , saturation: 0.49 and the lightness value of 7c592a is 0.33.

The process color (four color CMYK) of #7c592a color hex is 0.00, 0.28, 0.66, 0.51. Web safe color of #7c592a is #666633. Color #7c592a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011001 00101010
Octal 174 131 52
Decimal 124 89 42
Hex 7C 59 2A

RGB Percentages of Color #7c592a

%48.63
%34.90
%16.47

CMYK Percentages of Color #7c592a

%0
%28
%66
%51

Triadic Colors of #7c592a

#7c592a #2a7c59 #592a7c

Analogous Colors of #7c592a

#7c592a #767c2a #7c302a

Monochromatic Colors of #7c592a

#7c592a

Complementary Color

#7c592a #2a4d7c

#7c592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c592a Color CSS Codes

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

#7c592a Text Font Color

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

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


#7c592a Background Color

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

This div background color is #7c592a


#7c592a Border Color

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

This div border color is #7c592a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,89,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c592a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c592a;
  -webkit-box-shadow: 1px 1px 3px 2px #7c592a;
  box-shadow:         1px 1px 3px 2px #7c592a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,89,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c592a


Comments

No comments written yet.

Please login to write comment.