Color Hex Logo

#8d614a Color Hex

#8D614A
(141,97,74)
0 Favorites   0 Comments

Color spaces of #8d614a

RGB 1419774
HSL0.060.310.42
HSV21°48°55°
CMYK 0.000.310.48   0.45
XYZ16.495214.70658.4478
Yxy14.70650.41600.3709
Hunter Lab38.34919.667913.7835
CIE-Lab45.229614.976020.2665

#8d614a color RGB value is (141,97,74).

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

The process color (four color CMYK) of #8d614a color hex is 0.00, 0.31, 0.48, 0.45. Web safe color of #8d614a is #996633. Color #8d614a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100001 01001010
Octal 215 141 112
Decimal 141 97 74
Hex 8D 61 4A

RGB Percentages of Color #8d614a

%45.19
%31.09
%23.72

CMYK Percentages of Color #8d614a

%0
%31
%48
%45

Triadic Colors of #8d614a

#8d614a #4a8d61 #614a8d

Analogous Colors of #8d614a

#8d614a #8d834a #8d4a55

Monochromatic Colors of #8d614a

#8d614a

Complementary Color

#8d614a #4a768d

#8d614a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d614a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d614a Color CSS Codes

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

#8d614a Text Font Color

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

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


#8d614a Background Color

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

This div background color is #8d614a


#8d614a Border Color

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

This div border color is #8d614a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d614a


Comments

No comments written yet.

Please login to write comment.