Color Hex Logo

#796d14 Color Hex

#796D14
(121,109,20)
0 Favorites   0 Comments

Color spaces of #796d14

RGB 12110920
HSL0.150.720.28
HSV53°83°47°
CMYK 0.000.100.83   0.53
XYZ13.480115.05272.8568
Yxy15.05270.42940.4795
Hunter Lab38.7978-5.877322.7928
CIE-Lab45.7063-5.227146.9605

#796d14 color RGB value is (121,109,20).

#796d14 hex color red value is 121, green value is 109 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #796d14 hue: 0.15 , saturation: 0.72 and the lightness value of 796d14 is 0.28.

The process color (four color CMYK) of #796d14 color hex is 0.00, 0.10, 0.83, 0.53. Web safe color of #796d14 is #666600. Color #796d14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101101 00010100
Octal 171 155 24
Decimal 121 109 20
Hex 79 6D 14

RGB Percentages of Color #796d14

%48.40
%43.60
%8.00

CMYK Percentages of Color #796d14

%0
%10
%83
%53

Triadic Colors of #796d14

#796d14 #14796d #6d1479

Analogous Colors of #796d14

#796d14 #537914 #793b14

Monochromatic Colors of #796d14

#796d14

Complementary Color

#796d14 #142079

#796d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796d14 Color CSS Codes

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

#796d14 Text Font Color

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

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


#796d14 Background Color

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

This div background color is #796d14


#796d14 Border Color

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

This div border color is #796d14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,109,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796d14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796d14;
  -webkit-box-shadow: 1px 1px 3px 2px #796d14;
  box-shadow:         1px 1px 3px 2px #796d14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796d14


Comments

No comments written yet.

Please login to write comment.