Color Hex Logo

#793314 Color Hex

#793314
(121,51,20)
0 Favorites   0 Comments

Color spaces of #793314

RGB 1215120
HSL0.050.720.28
HSV18°83°47°
CMYK 0.000.580.83   0.53
XYZ9.19536.48311.4285
Yxy6.48310.53750.3790
Hunter Lab25.461919.905014.4970
CIE-Lab30.600028.671533.1743

#793314 color RGB value is (121,51,20).

#793314 hex color red value is 121, green value is 51 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #793314 hue: 0.05 , saturation: 0.72 and the lightness value of 793314 is 0.28.

The process color (four color CMYK) of #793314 color hex is 0.00, 0.58, 0.83, 0.53. Web safe color of #793314 is #663300. Color #793314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110011 00010100
Octal 171 63 24
Decimal 121 51 20
Hex 79 33 14

RGB Percentages of Color #793314

%63.02
%26.56
%10.42

CMYK Percentages of Color #793314

%0
%58
%83
%53

Triadic Colors of #793314

#793314 #147933 #331479

Analogous Colors of #793314

#793314 #796614 #791428

Monochromatic Colors of #793314

#793314

Complementary Color

#793314 #145a79

#793314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793314 Color CSS Codes

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

#793314 Text Font Color

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

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


#793314 Background Color

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

This div background color is #793314


#793314 Border Color

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

This div border color is #793314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793314


Comments

No comments written yet.

Please login to write comment.