Color Hex Logo

#867314 Color Hex

#867314
(134,115,20)
0 Favorites   0 Comments

Color spaces of #867314

RGB 13411520
HSL0.140.740.30
HSV50°85°53°
CMYK 0.000.140.85   0.47
XYZ16.088517.38033.1686
Yxy17.38030.43910.4744
Hunter Lab41.6897-4.071924.6765
CIE-Lab48.7357-2.447950.0957

#867314 color RGB value is (134,115,20).

#867314 hex color red value is 134, green value is 115 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #867314 hue: 0.14 , saturation: 0.74 and the lightness value of 867314 is 0.30.

The process color (four color CMYK) of #867314 color hex is 0.00, 0.14, 0.85, 0.47. Web safe color of #867314 is #996600. Color #867314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 00010100
Octal 206 163 24
Decimal 134 115 20
Hex 86 73 14

RGB Percentages of Color #867314

%49.81
%42.75
%7.43

CMYK Percentages of Color #867314

%0
%14
%85
%47

Triadic Colors of #867314

#867314 #148673 #731486

Analogous Colors of #867314

#867314 #608614 #863a14

Monochromatic Colors of #867314

#867314

Complementary Color

#867314 #142786

#867314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867314 Color CSS Codes

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

#867314 Text Font Color

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

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


#867314 Background Color

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

This div background color is #867314


#867314 Border Color

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

This div border color is #867314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867314


Comments

No comments written yet.

Please login to write comment.