Color Hex Logo

#797301 Color Hex

#797301
(121,115,1)
0 Favorites   0 Comments

Color spaces of #797301

RGB 1211151
HSL0.160.980.24
HSV57°99°47°
CMYK 0.000.050.99   0.53
XYZ14.021416.32862.4414
Yxy16.32860.42760.4980
Hunter Lab40.4087-8.777524.7039
CIE-Lab47.4027-9.094652.9179

#797301 color RGB value is (121,115,1).

#797301 hex color red value is 121, green value is 115 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #797301 hue: 0.16 , saturation: 0.98 and the lightness value of 797301 is 0.24.

The process color (four color CMYK) of #797301 color hex is 0.00, 0.05, 0.99, 0.53. Web safe color of #797301 is #666600. Color #797301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 00000001
Octal 171 163 1
Decimal 121 115 1
Hex 79 73 1

RGB Percentages of Color #797301

%51.05
%48.52
%0.42

CMYK Percentages of Color #797301

%0
%5
%99
%53

Triadic Colors of #797301

#797301 #017973 #730179

Analogous Colors of #797301

#797301 #437901 #793701

Monochromatic Colors of #797301

#797301

Complementary Color

#797301 #010779

#797301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797301 Color CSS Codes

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

#797301 Text Font Color

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

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


#797301 Background Color

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

This div background color is #797301


#797301 Border Color

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

This div border color is #797301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797301


Comments

No comments written yet.

Please login to write comment.