Color Hex Logo

#859118 Color Hex

#859118
(133,145,24)
0 Favorites   0 Comments

Color spaces of #859118

RGB 13314524
HSL0.180.720.33
HSV66°83°57°
CMYK 0.080.000.83   0.43
XYZ19.963125.30334.6960
Yxy25.30330.39960.5064
Hunter Lab50.3024-17.189329.6766
CIE-Lab57.3698-19.036856.3617

#859118 color RGB value is (133,145,24).

#859118 hex color red value is 133, green value is 145 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #859118 hue: 0.18 , saturation: 0.72 and the lightness value of 859118 is 0.33.

The process color (four color CMYK) of #859118 color hex is 0.08, 0.00, 0.83, 0.43. Web safe color of #859118 is #999900. Color #859118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010001 00011000
Octal 205 221 30
Decimal 133 145 24
Hex 85 91 18

RGB Percentages of Color #859118

%44.04
%48.01
%7.95

CMYK Percentages of Color #859118

%8
%0
%83
%43

Triadic Colors of #859118

#859118 #188591 #911885

Analogous Colors of #859118

#859118 #489118 #916118

Monochromatic Colors of #859118

#859118

Complementary Color

#859118 #241891

#859118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859118 Color CSS Codes

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

#859118 Text Font Color

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

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


#859118 Background Color

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

This div background color is #859118


#859118 Border Color

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

This div border color is #859118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859118


Comments

No comments written yet.

Please login to write comment.