Color Hex Logo

#7c471f Color Hex

#7C471F
(124,71,31)
0 Favorites   0 Comments

Color spaces of #7c471f

RGB 1247131
HSL0.070.600.30
HSV26°75°49°
CMYK 0.000.430.75   0.51
XYZ10.81278.89052.4425
Yxy8.89050.48830.4015
Hunter Lab29.816912.550916.0150
CIE-Lab35.772619.113532.8576

#7c471f color RGB value is (124,71,31).

#7c471f hex color red value is 124, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7c471f hue: 0.07 , saturation: 0.60 and the lightness value of 7c471f is 0.30.

The process color (four color CMYK) of #7c471f color hex is 0.00, 0.43, 0.75, 0.51. Web safe color of #7c471f is #663333. Color #7c471f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000111 00011111
Octal 174 107 37
Decimal 124 71 31
Hex 7C 47 1F

RGB Percentages of Color #7c471f

%54.87
%31.42
%13.72

CMYK Percentages of Color #7c471f

%0
%43
%75
%51

Triadic Colors of #7c471f

#7c471f #1f7c47 #471f7c

Analogous Colors of #7c471f

#7c471f #7c761f #7c1f25

Monochromatic Colors of #7c471f

#7c471f

Complementary Color

#7c471f #1f547c

#7c471f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c471f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c471f Color CSS Codes

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

#7c471f Text Font Color

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

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


#7c471f Background Color

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

This div background color is #7c471f


#7c471f Border Color

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

This div border color is #7c471f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c471f


Comments

No comments written yet.

Please login to write comment.