Color Hex Logo

#868849 Color Hex

#868849
(134,136,73)
0 Favorites   0 Comments

Color spaces of #868849

RGB 13413673
HSL0.170.300.41
HSV62°46°53°
CMYK 0.010.000.46   0.47
XYZ19.838323.15779.7276
Yxy23.15770.37630.4392
Hunter Lab48.1224-10.628321.7007
CIE-Lab55.2344-10.453433.4095

#868849 color RGB value is (134,136,73).

#868849 hex color red value is 134, green value is 136 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #868849 hue: 0.17 , saturation: 0.30 and the lightness value of 868849 is 0.41.

The process color (four color CMYK) of #868849 color hex is 0.01, 0.00, 0.46, 0.47. Web safe color of #868849 is #999933. Color #868849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001000 01001001
Octal 206 210 111
Decimal 134 136 73
Hex 86 88 49

RGB Percentages of Color #868849

%39.07
%39.65
%21.28

CMYK Percentages of Color #868849

%1
%0
%46
%47

Triadic Colors of #868849

#868849 #498688 #884986

Analogous Colors of #868849

#868849 #678849 #886b49

Monochromatic Colors of #868849

#868849

Complementary Color

#868849 #4b4988

#868849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868849 Color CSS Codes

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

#868849 Text Font Color

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

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


#868849 Background Color

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

This div background color is #868849


#868849 Border Color

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

This div border color is #868849


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,136,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868849; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868849;
  -webkit-box-shadow: 1px 1px 3px 2px #868849;
  box-shadow:         1px 1px 3px 2px #868849; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,136,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868849


Comments

No comments written yet.

Please login to write comment.