Color Hex Logo

#795304 Color Hex

#795304
(121,83,4)
0 Favorites   0 Comments

Color spaces of #795304

RGB 121834
HSL0.110.940.25
HSV41°97°47°
CMYK 0.000.310.97   0.53
XYZ11.000310.26021.5155
Yxy10.26020.48300.4505
Hunter Lab32.03155.245419.6169
CIE-Lab38.30549.589245.5208

#795304 color RGB value is (121,83,4).

#795304 hex color red value is 121, green value is 83 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #795304 hue: 0.11 , saturation: 0.94 and the lightness value of 795304 is 0.25.

The process color (four color CMYK) of #795304 color hex is 0.00, 0.31, 0.97, 0.53. Web safe color of #795304 is #666600. Color #795304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010011 00000100
Octal 171 123 4
Decimal 121 83 4
Hex 79 53 4

RGB Percentages of Color #795304

%58.17
%39.90
%1.92

CMYK Percentages of Color #795304

%0
%31
%97
%53

Triadic Colors of #795304

#795304 #047953 #530479

Analogous Colors of #795304

#795304 #657904 #791904

Monochromatic Colors of #795304

#795304

Complementary Color

#795304 #042a79

#795304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795304 Color CSS Codes

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

#795304 Text Font Color

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

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


#795304 Background Color

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

This div background color is #795304


#795304 Border Color

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

This div border color is #795304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795304


Comments

No comments written yet.

Please login to write comment.