Color Hex Logo

#868349 Color Hex

#868349
(134,131,73)
0 Favorites   0 Comments

Color spaces of #868349

RGB 13413173
HSL0.160.290.41
HSV57°46°53°
CMYK 0.000.020.46   0.47
XYZ19.150421.78209.4983
Yxy21.78200.37970.4319
Hunter Lab46.6712-8.431420.6034
CIE-Lab53.7949-7.717331.6358

#868349 color RGB value is (134,131,73).

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

The process color (four color CMYK) of #868349 color hex is 0.00, 0.02, 0.46, 0.47. Web safe color of #868349 is #999933. Color #868349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000011 01001001
Octal 206 203 111
Decimal 134 131 73
Hex 86 83 49

RGB Percentages of Color #868349

%39.64
%38.76
%21.60

CMYK Percentages of Color #868349

%0
%2
%46
%47

Triadic Colors of #868349

#868349 #498683 #834986

Analogous Colors of #868349

#868349 #6b8649 #866549

Monochromatic Colors of #868349

#868349

Complementary Color

#868349 #494c86

#868349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868349 Color CSS Codes

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

#868349 Text Font Color

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

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


#868349 Background Color

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

This div background color is #868349


#868349 Border Color

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

This div border color is #868349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868349


Comments

No comments written yet.

Please login to write comment.