Color Hex Logo

#79413e Color Hex

#79413E
(121,65,62)
0 Favorites   0 Comments

Color spaces of #79413e

RGB 1216562
HSL0.010.320.36
HSV49°47°
CMYK 0.000.460.49   0.53
XYZ10.64508.19335.5779
Yxy8.19330.43600.3356
Hunter Lab28.623916.29078.4830
CIE-Lab34.382323.847312.5868

#79413e color RGB value is (121,65,62).

#79413e hex color red value is 121, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #79413e hue: 0.01 , saturation: 0.32 and the lightness value of 79413e is 0.36.

The process color (four color CMYK) of #79413e color hex is 0.00, 0.46, 0.49, 0.53. Web safe color of #79413e is #663333. Color #79413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000001 00111110
Octal 171 101 76
Decimal 121 65 62
Hex 79 41 3E

RGB Percentages of Color #79413e

%48.79
%26.21
%25.00

CMYK Percentages of Color #79413e

%0
%46
%49
%53

Triadic Colors of #79413e

#79413e #3e7941 #413e79

Analogous Colors of #79413e

#79413e #795f3e #793e58

Monochromatic Colors of #79413e

#79413e

Complementary Color

#79413e #3e7679

#79413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79413e Color CSS Codes

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

#79413e Text Font Color

<p style="color:#79413e">Text here</p>

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


#79413e Background Color

<div style="background-color:#79413e">
Div content here</div>

This div background color is #79413e


#79413e Border Color

<div style="border:3px solid #79413e">
Div here</div>

This div border color is #79413e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,65,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79413e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79413e;
  -webkit-box-shadow: 1px 1px 3px 2px #79413e;
  box-shadow:         1px 1px 3px 2px #79413e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,65,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79413e


Comments

No comments written yet.

Please login to write comment.