Color Hex Logo

#79512e Color Hex

#79512E
(121,81,46)
0 Favorites   0 Comments

Color spaces of #79512e

RGB 1218146
HSL0.080.450.33
HSV28°62°47°
CMYK 0.000.330.62   0.53
XYZ11.320710.14713.9467
Yxy10.14710.44540.3993
Hunter Lab31.85457.691314.9523
CIE-Lab38.105212.795627.0954

#79512e color RGB value is (121,81,46).

#79512e hex color red value is 121, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #79512e hue: 0.08 , saturation: 0.45 and the lightness value of 79512e is 0.33.

The process color (four color CMYK) of #79512e color hex is 0.00, 0.33, 0.62, 0.53. Web safe color of #79512e is #666633. Color #79512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 00101110
Octal 171 121 56
Decimal 121 81 46
Hex 79 51 2E

RGB Percentages of Color #79512e

%48.79
%32.66
%18.55

CMYK Percentages of Color #79512e

%0
%33
%62
%53

Triadic Colors of #79512e

#79512e #2e7951 #512e79

Analogous Colors of #79512e

#79512e #79772e #792e31

Monochromatic Colors of #79512e

#79512e

Complementary Color

#79512e #2e5679

#79512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79512e Color CSS Codes

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

#79512e Text Font Color

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

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


#79512e Background Color

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

This div background color is #79512e


#79512e Border Color

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

This div border color is #79512e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,81,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 #79512e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79512e


Comments

No comments written yet.

Please login to write comment.