Color Hex Logo

#8b634d Color Hex

#8B634D
(139,99,77)
0 Favorites   0 Comments

Color spaces of #8b634d

RGB 1399977
HSL0.060.290.42
HSV21°45°55°
CMYK 0.000.290.45   0.45
XYZ16.448914.94859.0396
Yxy14.94850.40680.3697
Hunter Lab38.66338.280213.2021
CIE-Lab45.563613.275118.8953

#8b634d color RGB value is (139,99,77).

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

The process color (four color CMYK) of #8b634d color hex is 0.00, 0.29, 0.45, 0.45. Web safe color of #8b634d is #996666. Color #8b634d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100011 01001101
Octal 213 143 115
Decimal 139 99 77
Hex 8B 63 4D

RGB Percentages of Color #8b634d

%44.13
%31.43
%24.44

CMYK Percentages of Color #8b634d

%0
%29
%45
%45

Triadic Colors of #8b634d

#8b634d #4d8b63 #634d8b

Analogous Colors of #8b634d

#8b634d #8b824d #8b4d56

Monochromatic Colors of #8b634d

#8b634d

Complementary Color

#8b634d #4d758b

#8b634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b634d Color CSS Codes

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

#8b634d Text Font Color

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

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


#8b634d Background Color

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

This div background color is #8b634d


#8b634d Border Color

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

This div border color is #8b634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b634d


Comments

No comments written yet.

Please login to write comment.