Color Hex Logo

#868341 Color Hex

#868341
(134,131,65)
0 Favorites   0 Comments

Color spaces of #868341

RGB 13413165
HSL0.160.350.39
HSV57°51°53°
CMYK 0.000.020.51   0.47
XYZ18.902021.68268.1899
Yxy21.68260.38750.4445
Hunter Lab46.5646-9.029422.1671
CIE-Lab53.6886-8.531935.7281

#868341 color RGB value is (134,131,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000011 01000001
Octal 206 203 101
Decimal 134 131 65
Hex 86 83 41

RGB Percentages of Color #868341

%40.61
%39.70
%19.70

CMYK Percentages of Color #868341

%0
%2
%51
%47

Triadic Colors of #868341

#868341 #418683 #834186

Analogous Colors of #868341

#868341 #678641 #866141

Monochromatic Colors of #868341

#868341

Complementary Color

#868341 #414486

#868341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868341 Color CSS Codes

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

#868341 Text Font Color

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

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


#868341 Background Color

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

This div background color is #868341


#868341 Border Color

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

This div border color is #868341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868341


Comments

No comments written yet.

Please login to write comment.