Color Hex Logo

#855005 Color Hex

#855005
(133,80,5)
0 Favorites   0 Comments

Color spaces of #855005

RGB 133805
HSL0.100.930.27
HSV35°96°52°
CMYK 0.000.400.96   0.48
XYZ12.568910.73481.5532
Yxy10.73480.50570.4319
Hunter Lab32.764011.139020.1241
CIE-Lab39.130217.105646.5471

#855005 color RGB value is (133,80,5).

#855005 hex color red value is 133, green value is 80 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #855005 hue: 0.10 , saturation: 0.93 and the lightness value of 855005 is 0.27.

The process color (four color CMYK) of #855005 color hex is 0.00, 0.40, 0.96, 0.48. Web safe color of #855005 is #996600. Color #855005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 00000101
Octal 205 120 5
Decimal 133 80 5
Hex 85 50 5

RGB Percentages of Color #855005

%61.01
%36.70
%2.29

CMYK Percentages of Color #855005

%0
%40
%96
%48

Triadic Colors of #855005

#855005 #058550 #500585

Analogous Colors of #855005

#855005 #7a8505 #851005

Monochromatic Colors of #855005

#855005

Complementary Color

#855005 #053a85

#855005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855005 Color CSS Codes

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

#855005 Text Font Color

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

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


#855005 Background Color

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

This div background color is #855005


#855005 Border Color

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

This div border color is #855005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855005


Comments

No comments written yet.

Please login to write comment.