Color Hex Logo

#794300 Color Hex

#794300
(121,67,0)
0 Favorites   0 Comments

Color spaces of #794300

RGB 121670
HSL0.091.000.24
HSV33°100°47°
CMYK 0.000.451.00   0.53
XYZ9.89238.07931.0381
Yxy8.07930.52040.4250
Hunter Lab28.424112.380317.7315
CIE-Lab34.147519.039244.0524

#794300 color RGB value is (121,67,0).

#794300 hex color red value is 121, green value is 67 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #794300 hue: 0.09 , saturation: 1.00 and the lightness value of 794300 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000011 00000000
Octal 171 103 0
Decimal 121 67 0
Hex 79 43 0

RGB Percentages of Color #794300

%64.36
%35.64
%0.00

CMYK Percentages of Color #794300

%0
%45
%100
%53

Triadic Colors of #794300

#794300 #007943 #430079

Analogous Colors of #794300

#794300 #737900 #790700

Monochromatic Colors of #794300

#794300

Complementary Color

#794300 #003679

#794300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794300 Color CSS Codes

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

#794300 Text Font Color

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

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


#794300 Background Color

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

This div background color is #794300


#794300 Border Color

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

This div border color is #794300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794300


Comments

No comments written yet.

Please login to write comment.