Color Hex Logo

#856407 Color Hex

#856407
(133,100,7)
0 Favorites   0 Comments

Color spaces of #856407

RGB 1331007
HSL0.120.900.27
HSV44°95°52°
CMYK 0.000.250.95   0.48
XYZ14.268414.11622.1737
Yxy14.11620.46690.4619
Hunter Lab37.57152.038122.8699
CIE-Lab44.39915.394149.8810

#856407 color RGB value is (133,100,7).

#856407 hex color red value is 133, green value is 100 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #856407 hue: 0.12 , saturation: 0.90 and the lightness value of 856407 is 0.27.

The process color (four color CMYK) of #856407 color hex is 0.00, 0.25, 0.95, 0.48. Web safe color of #856407 is #996600. Color #856407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100100 00000111
Octal 205 144 7
Decimal 133 100 7
Hex 85 64 7

RGB Percentages of Color #856407

%55.42
%41.67
%2.92

CMYK Percentages of Color #856407

%0
%25
%95
%48

Triadic Colors of #856407

#856407 #078564 #640785

Analogous Colors of #856407

#856407 #678507 #852507

Monochromatic Colors of #856407

#856407

Complementary Color

#856407 #072885

#856407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856407 Color CSS Codes

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

#856407 Text Font Color

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

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


#856407 Background Color

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

This div background color is #856407


#856407 Border Color

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

This div border color is #856407


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,100,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856407; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856407;
  -webkit-box-shadow: 1px 1px 3px 2px #856407;
  box-shadow:         1px 1px 3px 2px #856407; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,100,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856407


Comments

No comments written yet.

Please login to write comment.