Color Hex Logo

#7c493e Color Hex

#7C493E
(124,73,62)
0 Favorites   0 Comments

Color spaces of #7c493e

RGB 1247362
HSL0.030.330.36
HSV11°50°49°
CMYK 0.000.410.50   0.51
XYZ11.56429.39805.7619
Yxy9.39800.43270.3517
Hunter Lab30.656213.686010.3156
CIE-Lab36.739620.433115.8432

#7c493e color RGB value is (124,73,62).

#7c493e hex color red value is 124, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7c493e hue: 0.03 , saturation: 0.33 and the lightness value of 7c493e is 0.36.

The process color (four color CMYK) of #7c493e color hex is 0.00, 0.41, 0.50, 0.51. Web safe color of #7c493e is #663333. Color #7c493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01001001 00111110
Octal 174 111 76
Decimal 124 73 62
Hex 7C 49 3E

RGB Percentages of Color #7c493e

%47.88
%28.19
%23.94

CMYK Percentages of Color #7c493e

%0
%41
%50
%51

Triadic Colors of #7c493e

#7c493e #3e7c49 #493e7c

Analogous Colors of #7c493e

#7c493e #7c683e #7c3e52

Monochromatic Colors of #7c493e

#7c493e

Complementary Color

#7c493e #3e717c

#7c493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c493e Color CSS Codes

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

#7c493e Text Font Color

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

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


#7c493e Background Color

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

This div background color is #7c493e


#7c493e Border Color

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

This div border color is #7c493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c493e


Comments

No comments written yet.

Please login to write comment.