Color Hex Logo

#79472f Color Hex

#79472F
(121,71,47)
0 Favorites   0 Comments

Color spaces of #79472f

RGB 1217147
HSL0.050.440.33
HSV19°61°47°
CMYK 0.000.410.61   0.53
XYZ10.65158.77673.8220
Yxy8.77670.45810.3775
Hunter Lab29.625512.333013.0888
CIE-Lab35.550818.859723.3959

#79472f color RGB value is (121,71,47).

#79472f hex color red value is 121, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #79472f hue: 0.05 , saturation: 0.44 and the lightness value of 79472f is 0.33.

The process color (four color CMYK) of #79472f color hex is 0.00, 0.41, 0.61, 0.53. Web safe color of #79472f is #663333. Color #79472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000111 00101111
Octal 171 107 57
Decimal 121 71 47
Hex 79 47 2F

RGB Percentages of Color #79472f

%50.63
%29.71
%19.67

CMYK Percentages of Color #79472f

%0
%41
%61
%53

Triadic Colors of #79472f

#79472f #2f7947 #472f79

Analogous Colors of #79472f

#79472f #796c2f #792f3c

Monochromatic Colors of #79472f

#79472f

Complementary Color

#79472f #2f6179

#79472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79472f Color CSS Codes

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

#79472f Text Font Color

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

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


#79472f Background Color

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

This div background color is #79472f


#79472f Border Color

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

This div border color is #79472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79472f


Comments

No comments written yet.

Please login to write comment.