Color Hex Logo

#857007 Color Hex

#857007
(133,112,7)
0 Favorites   0 Comments

Color spaces of #857007

RGB 1331127
HSL0.140.900.27
HSV50°95°52°
CMYK 0.000.160.95   0.48
XYZ15.505416.59022.5860
Yxy16.59020.44710.4784
Hunter Lab40.7311-3.328424.7474
CIE-Lab47.7395-1.536552.4065

#857007 color RGB value is (133,112,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 00000111
Octal 205 160 7
Decimal 133 112 7
Hex 85 70 7

RGB Percentages of Color #857007

%52.78
%44.44
%2.78

CMYK Percentages of Color #857007

%0
%16
%95
%48

Triadic Colors of #857007

#857007 #078570 #700785

Analogous Colors of #857007

#857007 #5b8507 #853107

Monochromatic Colors of #857007

#857007

Complementary Color

#857007 #071c85

#857007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857007 Color CSS Codes

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

#857007 Text Font Color

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

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


#857007 Background Color

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

This div background color is #857007


#857007 Border Color

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

This div border color is #857007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857007


Comments

No comments written yet.

Please login to write comment.