Color Hex Logo

#855003 Color Hex

#855003
(133,80,3)
0 Favorites   0 Comments

Color spaces of #855003

RGB 133803
HSL0.100.960.27
HSV36°98°52°
CMYK 0.000.400.98   0.48
XYZ12.558010.73041.4955
Yxy10.73040.50670.4330
Hunter Lab32.757311.105420.2233
CIE-Lab39.122617.064447.1423

#855003 color RGB value is (133,80,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 00000011
Octal 205 120 3
Decimal 133 80 3
Hex 85 50 3

RGB Percentages of Color #855003

%61.57
%37.04
%1.39

CMYK Percentages of Color #855003

%0
%40
%98
%48

Triadic Colors of #855003

#855003 #038550 #500385

Analogous Colors of #855003

#855003 #798503 #850f03

Monochromatic Colors of #855003

#855003

Complementary Color

#855003 #033885

#855003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855003 Color CSS Codes

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

#855003 Text Font Color

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

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


#855003 Background Color

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

This div background color is #855003


#855003 Border Color

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

This div border color is #855003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855003


Comments

No comments written yet.

Please login to write comment.