Color Hex Logo

#8f792f Color Hex

#8F792F
(143,121,47)
0 Favorites   0 Comments

Color spaces of #8f792f

RGB 14312147
HSL0.130.510.37
HSV46°67°56°
CMYK 0.000.150.67   0.44
XYZ18.678219.71965.5111
Yxy19.71960.42540.4491
Hunter Lab44.4068-2.631823.7265
CIE-Lab51.5187-0.335242.4301

#8f792f color RGB value is (143,121,47).

#8f792f hex color red value is 143, green value is 121 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8f792f hue: 0.13 , saturation: 0.51 and the lightness value of 8f792f is 0.37.

The process color (four color CMYK) of #8f792f color hex is 0.00, 0.15, 0.67, 0.44. Web safe color of #8f792f is #996633. Color #8f792f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111001 00101111
Octal 217 171 57
Decimal 143 121 47
Hex 8F 79 2F

RGB Percentages of Color #8f792f

%45.98
%38.91
%15.11

CMYK Percentages of Color #8f792f

%0
%15
%67
%44

Triadic Colors of #8f792f

#8f792f #2f8f79 #792f8f

Analogous Colors of #8f792f

#8f792f #758f2f #8f492f

Monochromatic Colors of #8f792f

#8f792f

Complementary Color

#8f792f #2f458f

#8f792f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f792f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f792f Color CSS Codes

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

#8f792f Text Font Color

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

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


#8f792f Background Color

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

This div background color is #8f792f


#8f792f Border Color

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

This div border color is #8f792f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,121,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 #8f792f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f792f


Comments

No comments written yet.

Please login to write comment.