Color Hex Logo

#794213 Color Hex

#794213
(121,66,19)
0 Favorites   0 Comments

Color spaces of #794213

RGB 1216619
HSL0.080.730.27
HSV28°84°47°
CMYK 0.000.450.84   0.53
XYZ9.95098.00841.6374
Yxy8.00840.50780.4087
Hunter Lab28.299113.243016.3788
CIE-Lab34.000420.136936.8415

#794213 color RGB value is (121,66,19).

#794213 hex color red value is 121, green value is 66 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #794213 hue: 0.08 , saturation: 0.73 and the lightness value of 794213 is 0.27.

The process color (four color CMYK) of #794213 color hex is 0.00, 0.45, 0.84, 0.53. Web safe color of #794213 is #663300. Color #794213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 00010011
Octal 171 102 23
Decimal 121 66 19
Hex 79 42 13

RGB Percentages of Color #794213

%58.74
%32.04
%9.22

CMYK Percentages of Color #794213

%0
%45
%84
%53

Triadic Colors of #794213

#794213 #137942 #421379

Analogous Colors of #794213

#794213 #797513 #791317

Monochromatic Colors of #794213

#794213

Complementary Color

#794213 #134a79

#794213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794213 Color CSS Codes

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

#794213 Text Font Color

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

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


#794213 Background Color

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

This div background color is #794213


#794213 Border Color

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

This div border color is #794213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794213


Comments

No comments written yet.

Please login to write comment.