Color Hex Logo

#796146 Color Hex

#796146
(121,97,70)
0 Favorites   0 Comments

Color spaces of #796146

RGB 1219770
HSL0.090.270.37
HSV32°42°47°
CMYK 0.000.200.42   0.53
XYZ13.265313.05657.6154
Yxy13.05650.39090.3847
Hunter Lab36.13382.296112.7979
CIE-Lab42.84835.699719.0599

#796146 color RGB value is (121,97,70).

#796146 hex color red value is 121, green value is 97 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #796146 hue: 0.09 , saturation: 0.27 and the lightness value of 796146 is 0.37.

The process color (four color CMYK) of #796146 color hex is 0.00, 0.20, 0.42, 0.53. Web safe color of #796146 is #666633. Color #796146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100001 01000110
Octal 171 141 106
Decimal 121 97 70
Hex 79 61 46

RGB Percentages of Color #796146

%42.01
%33.68
%24.31

CMYK Percentages of Color #796146

%0
%20
%42
%53

Triadic Colors of #796146

#796146 #467961 #614679

Analogous Colors of #796146

#796146 #787946 #794846

Monochromatic Colors of #796146

#796146

Complementary Color

#796146 #465e79

#796146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796146 Color CSS Codes

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

#796146 Text Font Color

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

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


#796146 Background Color

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

This div background color is #796146


#796146 Border Color

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

This div border color is #796146


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,97,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796146; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796146;
  -webkit-box-shadow: 1px 1px 3px 2px #796146;
  box-shadow:         1px 1px 3px 2px #796146; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796146


Comments

No comments written yet.

Please login to write comment.