Color Hex Logo

#7c573d Color Hex

#7C573D
(124,87,61)
0 Favorites   0 Comments

Color spaces of #7c573d

RGB 1248761
HSL0.070.340.36
HSV25°51°49°
CMYK 0.000.300.51   0.51
XYZ12.562711.43845.9606
Yxy11.43840.41930.3818
Hunter Lab33.82077.117613.2252
CIE-Lab40.309311.981421.1444

#7c573d color RGB value is (124,87,61).

#7c573d hex color red value is 124, green value is 87 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #7c573d hue: 0.07 , saturation: 0.34 and the lightness value of 7c573d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010111 00111101
Octal 174 127 75
Decimal 124 87 61
Hex 7C 57 3D

RGB Percentages of Color #7c573d

%45.59
%31.99
%22.43

CMYK Percentages of Color #7c573d

%0
%30
%51
%51

Triadic Colors of #7c573d

#7c573d #3d7c57 #573d7c

Analogous Colors of #7c573d

#7c573d #7c773d #7c3d42

Monochromatic Colors of #7c573d

#7c573d

Complementary Color

#7c573d #3d627c

#7c573d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c573d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c573d Color CSS Codes

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

#7c573d Text Font Color

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

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


#7c573d Background Color

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

This div background color is #7c573d


#7c573d Border Color

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

This div border color is #7c573d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c573d


Comments

No comments written yet.

Please login to write comment.