Color Hex Logo

#851507 Color Hex

#851507
(133,21,7)
0 Favorites   0 Comments

Color spaces of #851507

RGB 133217
HSL0.020.900.27
HSV95°52°
CMYK 0.000.840.95   0.48
XYZ9.97945.53820.7440
Yxy5.53820.61370.3406
Hunter Lab23.533434.510014.5989
CIE-Lab28.216145.293738.0068

#851507 color RGB value is (133,21,7).

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

The process color (four color CMYK) of #851507 color hex is 0.00, 0.84, 0.95, 0.48. Web safe color of #851507 is #990000. Color #851507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 00000111
Octal 205 25 7
Decimal 133 21 7
Hex 85 15 7

RGB Percentages of Color #851507

%82.61
%13.04
%4.35

CMYK Percentages of Color #851507

%0
%84
%95
%48

Triadic Colors of #851507

#851507 #078515 #150785

Analogous Colors of #851507

#851507 #855407 #850738

Monochromatic Colors of #851507

#851507

Complementary Color

#851507 #077785

#851507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851507 Color CSS Codes

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

#851507 Text Font Color

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

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


#851507 Background Color

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

This div background color is #851507


#851507 Border Color

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

This div border color is #851507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851507


Comments

No comments written yet.

Please login to write comment.