Color Hex Logo

#796915 Color Hex

#796915
(121,105,21)
0 Favorites   0 Comments

Color spaces of #796915

RGB 12110521
HSL0.140.700.28
HSV50°83°47°
CMYK 0.000.130.83   0.53
XYZ13.072114.22222.7657
Yxy14.22220.43490.4731
Hunter Lab37.7123-4.123722.0505
CIE-Lab44.5499-2.900445.6053

#796915 color RGB value is (121,105,21).

#796915 hex color red value is 121, green value is 105 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #796915 hue: 0.14 , saturation: 0.70 and the lightness value of 796915 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101001 00010101
Octal 171 151 25
Decimal 121 105 21
Hex 79 69 15

RGB Percentages of Color #796915

%48.99
%42.51
%8.50

CMYK Percentages of Color #796915

%0
%13
%83
%53

Triadic Colors of #796915

#796915 #157969 #691579

Analogous Colors of #796915

#796915 #577915 #793715

Monochromatic Colors of #796915

#796915

Complementary Color

#796915 #152579

#796915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796915 Color CSS Codes

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

#796915 Text Font Color

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

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


#796915 Background Color

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

This div background color is #796915


#796915 Border Color

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

This div border color is #796915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796915


Comments

No comments written yet.

Please login to write comment.