Color Hex Logo

#8f474a Color Hex

#8F474A
(143,71,74)
0 Favorites   0 Comments

Color spaces of #8f474a

RGB 1437174
HSL0.990.340.42
HSV358°50°56°
CMYK 0.000.500.48   0.44
XYZ14.817010.84057.7901
Yxy10.84050.44300.3241
Hunter Lab32.924922.71079.0193
CIE-Lab39.310530.690712.3350

#8f474a color RGB value is (143,71,74).

#8f474a hex color red value is 143, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8f474a hue: 0.99 , saturation: 0.34 and the lightness value of 8f474a is 0.42.

The process color (four color CMYK) of #8f474a color hex is 0.00, 0.50, 0.48, 0.44. Web safe color of #8f474a is #993333. Color #8f474a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000111 01001010
Octal 217 107 112
Decimal 143 71 74
Hex 8F 47 4A

RGB Percentages of Color #8f474a

%49.65
%24.65
%25.69

CMYK Percentages of Color #8f474a

%0
%50
%48
%44

Triadic Colors of #8f474a

#8f474a #4a8f47 #474a8f

Analogous Colors of #8f474a

#8f474a #8f6847 #8f476e

Monochromatic Colors of #8f474a

#8f474a

Complementary Color

#8f474a #478f8c

#8f474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f474a Color CSS Codes

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

#8f474a Text Font Color

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

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


#8f474a Background Color

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

This div background color is #8f474a


#8f474a Border Color

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

This div border color is #8f474a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f474a


Comments

No comments written yet.

Please login to write comment.