Color Hex Logo

#79361f Color Hex

#79361F
(121,54,31)
0 Favorites   0 Comments

Color spaces of #79361f

RGB 1215431
HSL0.040.590.30
HSV15°74°47°
CMYK 0.000.550.74   0.53
XYZ9.45166.80222.1111
Yxy6.80220.51470.3704
Hunter Lab26.081019.045513.4576
CIE-Lab31.352327.541727.9124

#79361f color RGB value is (121,54,31).

#79361f hex color red value is 121, green value is 54 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #79361f hue: 0.04 , saturation: 0.59 and the lightness value of 79361f is 0.30.

The process color (four color CMYK) of #79361f color hex is 0.00, 0.55, 0.74, 0.53. Web safe color of #79361f is #663333. Color #79361f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110110 00011111
Octal 171 66 37
Decimal 121 54 31
Hex 79 36 1F

RGB Percentages of Color #79361f

%58.74
%26.21
%15.05

CMYK Percentages of Color #79361f

%0
%55
%74
%53

Triadic Colors of #79361f

#79361f #1f7936 #361f79

Analogous Colors of #79361f

#79361f #79631f #791f35

Monochromatic Colors of #79361f

#79361f

Complementary Color

#79361f #1f6279

#79361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79361f Color CSS Codes

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

#79361f Text Font Color

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

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


#79361f Background Color

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

This div background color is #79361f


#79361f Border Color

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

This div border color is #79361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79361f


Comments

No comments written yet.

Please login to write comment.