Color Hex Logo

#859333 Color Hex

#859333
(133,147,51)
0 Favorites   0 Comments

Color spaces of #859333

RGB 13314751
HSL0.190.480.39
HSV69°65°58°
CMYK 0.100.000.65   0.42
XYZ20.704126.09307.0772
Yxy26.09300.38430.4843
Hunter Lab51.0813-17.043327.5424
CIE-Lab58.1252-18.660447.3883

#859333 color RGB value is (133,147,51).

#859333 hex color red value is 133, green value is 147 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #859333 hue: 0.19 , saturation: 0.48 and the lightness value of 859333 is 0.39.

The process color (four color CMYK) of #859333 color hex is 0.10, 0.00, 0.65, 0.42. Web safe color of #859333 is #999933. Color #859333 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 00110011
Octal 205 223 63
Decimal 133 147 51
Hex 85 93 33

RGB Percentages of Color #859333

%40.18
%44.41
%15.41

CMYK Percentages of Color #859333

%10
%0
%65
%42

Triadic Colors of #859333

#859333 #338593 #933385

Analogous Colors of #859333

#859333 #559333 #937133

Monochromatic Colors of #859333

#859333

Complementary Color

#859333 #413393

#859333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859333 Color CSS Codes

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

#859333 Text Font Color

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

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


#859333 Background Color

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

This div background color is #859333


#859333 Border Color

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

This div border color is #859333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859333


Comments

No comments written yet.

Please login to write comment.