Color Hex Logo

#867306 Color Hex

#867306
(134,115,6)
0 Favorites   0 Comments

Color spaces of #867306

RGB 1341156
HSL0.140.910.27
HSV51°96°53°
CMYK 0.000.140.96   0.47
XYZ15.995117.34292.6768
Yxy17.34290.44410.4815
Hunter Lab41.6448-4.319425.3404
CIE-Lab48.6892-2.783853.3788

#867306 color RGB value is (134,115,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 00000110
Octal 206 163 6
Decimal 134 115 6
Hex 86 73 6

RGB Percentages of Color #867306

%52.55
%45.10
%2.35

CMYK Percentages of Color #867306

%0
%14
%96
%47

Triadic Colors of #867306

#867306 #068673 #730686

Analogous Colors of #867306

#867306 #598606 #863306

Monochromatic Colors of #867306

#867306

Complementary Color

#867306 #061986

#867306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867306 Color CSS Codes

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

#867306 Text Font Color

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

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


#867306 Background Color

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

This div background color is #867306


#867306 Border Color

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

This div border color is #867306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867306


Comments

No comments written yet.

Please login to write comment.