Color Hex Logo

#7c4b0e Color Hex

#7C4B0E
(124,75,14)
0 Favorites   0 Comments

Color spaces of #7c4b0e

RGB 1247514
HSL0.090.800.27
HSV33°89°49°
CMYK 0.000.400.89   0.51
XYZ10.90759.34891.6451
Yxy9.34890.49800.4269
Hunter Lab30.576010.169118.2132
CIE-Lab36.647516.048241.3283

#7c4b0e color RGB value is (124,75,14).

#7c4b0e hex color red value is 124, green value is 75 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7c4b0e hue: 0.09 , saturation: 0.80 and the lightness value of 7c4b0e is 0.27.

The process color (four color CMYK) of #7c4b0e color hex is 0.00, 0.40, 0.89, 0.51. Web safe color of #7c4b0e is #663300. Color #7c4b0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01001011 00001110
Octal 174 113 16
Decimal 124 75 14
Hex 7C 4B E

RGB Percentages of Color #7c4b0e

%58.22
%35.21
%6.57

CMYK Percentages of Color #7c4b0e

%0
%40
%89
%51

Triadic Colors of #7c4b0e

#7c4b0e #0e7c4b #4b0e7c

Analogous Colors of #7c4b0e

#7c4b0e #767c0e #7c140e

Monochromatic Colors of #7c4b0e

#7c4b0e

Complementary Color

#7c4b0e #0e3f7c

#7c4b0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c4b0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c4b0e Color CSS Codes

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

#7c4b0e Text Font Color

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

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


#7c4b0e Background Color

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

This div background color is #7c4b0e


#7c4b0e Border Color

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

This div border color is #7c4b0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c4b0e


Comments

No comments written yet.

Please login to write comment.