Color Hex Logo

#8b634a Color Hex

#8B634A
(139,99,74)
0 Favorites   0 Comments

Color spaces of #8b634a

RGB 1399974
HSL0.060.310.42
HSV23°47°55°
CMYK 0.000.290.47   0.45
XYZ16.345314.90718.4944
Yxy14.90710.41120.3751
Hunter Lab38.60978.000413.9826
CIE-Lab45.506712.934020.5877

#8b634a color RGB value is (139,99,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100011 01001010
Octal 213 143 112
Decimal 139 99 74
Hex 8B 63 4A

RGB Percentages of Color #8b634a

%44.55
%31.73
%23.72

CMYK Percentages of Color #8b634a

%0
%29
%47
%45

Triadic Colors of #8b634a

#8b634a #4a8b63 #634a8b

Analogous Colors of #8b634a

#8b634a #8b844a #8b4a51

Monochromatic Colors of #8b634a

#8b634a

Complementary Color

#8b634a #4a728b

#8b634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b634a Color CSS Codes

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

#8b634a Text Font Color

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

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


#8b634a Background Color

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

This div background color is #8b634a


#8b634a Border Color

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

This div border color is #8b634a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b634a


Comments

No comments written yet.

Please login to write comment.