Color Hex Logo

#858f1f Color Hex

#858F1F
(133,143,31)
0 Favorites   0 Comments

Color spaces of #858f1f

RGB 13314331
HSL0.180.640.34
HSV65°78°56°
CMYK 0.070.000.78   0.44
XYZ19.742624.73045.0292
Yxy24.73040.39880.4996
Hunter Lab49.7297-16.162728.8147
CIE-Lab56.8118-17.730153.7786

#858f1f color RGB value is (133,143,31).

#858f1f hex color red value is 133, green value is 143 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #858f1f hue: 0.18 , saturation: 0.64 and the lightness value of 858f1f is 0.34.

The process color (four color CMYK) of #858f1f color hex is 0.07, 0.00, 0.78, 0.44. Web safe color of #858f1f is #999933. Color #858f1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 00011111
Octal 205 217 37
Decimal 133 143 31
Hex 85 8F 1F

RGB Percentages of Color #858f1f

%43.32
%46.58
%10.10

CMYK Percentages of Color #858f1f

%7
%0
%78
%44

Triadic Colors of #858f1f

#858f1f #1f858f #8f1f85

Analogous Colors of #858f1f

#858f1f #4d8f1f #8f611f

Monochromatic Colors of #858f1f

#858f1f

Complementary Color

#858f1f #291f8f

#858f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#858f1f Color CSS Codes

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

#858f1f Text Font Color

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

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


#858f1f Background Color

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

This div background color is #858f1f


#858f1f Border Color

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

This div border color is #858f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858f1f


Comments

No comments written yet.

Please login to write comment.