Color Hex Logo

#8f752c Color Hex

#8F752C
(143,117,44)
0 Favorites   0 Comments

Color spaces of #8f752c

RGB 14311744
HSL0.120.530.37
HSV44°69°56°
CMYK 0.000.180.69   0.44
XYZ18.143618.74415.0446
Yxy18.74410.43270.4470
Hunter Lab43.2945-0.960523.3977
CIE-Lab50.38651.744842.6273

#8f752c color RGB value is (143,117,44).

#8f752c hex color red value is 143, green value is 117 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #8f752c hue: 0.12 , saturation: 0.53 and the lightness value of 8f752c is 0.37.

The process color (four color CMYK) of #8f752c color hex is 0.00, 0.18, 0.69, 0.44. Web safe color of #8f752c is #996633. Color #8f752c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110101 00101100
Octal 217 165 54
Decimal 143 117 44
Hex 8F 75 2C

RGB Percentages of Color #8f752c

%47.04
%38.49
%14.47

CMYK Percentages of Color #8f752c

%0
%18
%69
%44

Triadic Colors of #8f752c

#8f752c #2c8f75 #752c8f

Analogous Colors of #8f752c

#8f752c #788f2c #8f442c

Monochromatic Colors of #8f752c

#8f752c

Complementary Color

#8f752c #2c468f

#8f752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f752c Color CSS Codes

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

#8f752c Text Font Color

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

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


#8f752c Background Color

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

This div background color is #8f752c


#8f752c Border Color

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

This div border color is #8f752c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f752c


Comments

No comments written yet.

Please login to write comment.