Color Hex Logo

#7c312e Color Hex

#7C312E
(124,49,46)
0 Favorites   0 Comments

Color spaces of #7c312e

RGB 1244946
HSL0.010.460.33
HSV63°49°
CMYK 0.000.600.63   0.51
XYZ9.90366.67903.3520
Yxy6.67900.49680.3350
Hunter Lab25.843823.176510.4006
CIE-Lab31.064732.416718.4637

#7c312e color RGB value is (124,49,46).

#7c312e hex color red value is 124, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7c312e hue: 0.01 , saturation: 0.46 and the lightness value of 7c312e is 0.33.

The process color (four color CMYK) of #7c312e color hex is 0.00, 0.60, 0.63, 0.51. Web safe color of #7c312e is #663333. Color #7c312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110001 00101110
Octal 174 61 56
Decimal 124 49 46
Hex 7C 31 2E

RGB Percentages of Color #7c312e

%56.62
%22.37
%21.00

CMYK Percentages of Color #7c312e

%0
%60
%63
%51

Triadic Colors of #7c312e

#7c312e #2e7c31 #312e7c

Analogous Colors of #7c312e

#7c312e #7c582e #7c2e52

Monochromatic Colors of #7c312e

#7c312e

Complementary Color

#7c312e #2e797c

#7c312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c312e Color CSS Codes

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

#7c312e Text Font Color

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

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


#7c312e Background Color

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

This div background color is #7c312e


#7c312e Border Color

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

This div border color is #7c312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c312e


Comments

No comments written yet.

Please login to write comment.