Color Hex Logo

#8f634d Color Hex

#8F634D
(143,99,77)
0 Favorites   0 Comments

Color spaces of #8f634d

RGB 1439977
HSL0.060.300.43
HSV20°46°56°
CMYK 0.000.310.46   0.44
XYZ17.129115.29919.0714
Yxy15.29910.41280.3687
Hunter Lab39.11419.720313.6292
CIE-Lab46.041215.005519.6165

#8f634d color RGB value is (143,99,77).

#8f634d hex color red value is 143, green value is 99 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #8f634d hue: 0.06 , saturation: 0.30 and the lightness value of 8f634d is 0.43.

The process color (four color CMYK) of #8f634d color hex is 0.00, 0.31, 0.46, 0.44. Web safe color of #8f634d is #996666. Color #8f634d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01100011 01001101
Octal 217 143 115
Decimal 143 99 77
Hex 8F 63 4D

RGB Percentages of Color #8f634d

%44.83
%31.03
%24.14

CMYK Percentages of Color #8f634d

%0
%31
%46
%44

Triadic Colors of #8f634d

#8f634d #4d8f63 #634d8f

Analogous Colors of #8f634d

#8f634d #8f844d #8f4d58

Monochromatic Colors of #8f634d

#8f634d

Complementary Color

#8f634d #4d798f

#8f634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f634d Color CSS Codes

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

#8f634d Text Font Color

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

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


#8f634d Background Color

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

This div background color is #8f634d


#8f634d Border Color

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

This div border color is #8f634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f634d


Comments

No comments written yet.

Please login to write comment.