Color Hex Logo

#859427 Color Hex

#859427
(133,148,39)
0 Favorites   0 Comments

Color spaces of #859427

RGB 13314839
HSL0.190.580.37
HSV68°74°58°
CMYK 0.100.000.74   0.42
XYZ20.629026.31285.9111
Yxy26.31280.39030.4978
Hunter Lab51.2960-17.983129.0749
CIE-Lab58.3328-19.919252.4303

#859427 color RGB value is (133,148,39).

#859427 hex color red value is 133, green value is 148 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #859427 hue: 0.19 , saturation: 0.58 and the lightness value of 859427 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 00100111
Octal 205 224 47
Decimal 133 148 39
Hex 85 94 27

RGB Percentages of Color #859427

%41.56
%46.25
%12.19

CMYK Percentages of Color #859427

%10
%0
%74
%42

Triadic Colors of #859427

#859427 #278594 #942785

Analogous Colors of #859427

#859427 #4f9427 #946d27

Monochromatic Colors of #859427

#859427

Complementary Color

#859427 #362794

#859427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859427 Color CSS Codes

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

#859427 Text Font Color

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

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


#859427 Background Color

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

This div background color is #859427


#859427 Border Color

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

This div border color is #859427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859427


Comments

No comments written yet.

Please login to write comment.