Color Hex Logo

#7c463a Color Hex

#7C463A
(124,70,58)
0 Favorites   0 Comments

Color spaces of #7c463a

RGB 1247058
HSL0.030.360.36
HSV11°53°49°
CMYK 0.000.440.53   0.51
XYZ11.26618.97095.1408
Yxy8.97090.44390.3535
Hunter Lab29.951514.726910.7896
CIE-Lab35.928221.782917.2455

#7c463a color RGB value is (124,70,58).

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

The process color (four color CMYK) of #7c463a color hex is 0.00, 0.44, 0.53, 0.51. Web safe color of #7c463a is #663333. Color #7c463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000110 00111010
Octal 174 106 72
Decimal 124 70 58
Hex 7C 46 3A

RGB Percentages of Color #7c463a

%49.21
%27.78
%23.02

CMYK Percentages of Color #7c463a

%0
%44
%53
%51

Triadic Colors of #7c463a

#7c463a #3a7c46 #463a7c

Analogous Colors of #7c463a

#7c463a #7c673a #7c3a4f

Monochromatic Colors of #7c463a

#7c463a

Complementary Color

#7c463a #3a707c

#7c463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c463a Color CSS Codes

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

#7c463a Text Font Color

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

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


#7c463a Background Color

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

This div background color is #7c463a


#7c463a Border Color

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

This div border color is #7c463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c463a

#7c463a Color Palettes


Comments

No comments written yet.

Please login to write comment.