Color Hex Logo

#62850f Color Hex

#62850F
(98,133,15)
0 Favorites   0 Comments

Color spaces of #62850f

RGB 9813315
HSL0.220.800.29
HSV78°89°52°
CMYK 0.260.000.89   0.48
XYZ13.510819.40623.4856
Yxy19.40620.37110.5331
Hunter Lab44.0525-22.346226.1455
CIE-Lab51.1591-28.532752.2873

#62850f color RGB value is (98,133,15).

#62850f hex color red value is 98, green value is 133 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #62850f hue: 0.22 , saturation: 0.80 and the lightness value of 62850f is 0.29.

The process color (four color CMYK) of #62850f color hex is 0.26, 0.00, 0.89, 0.48. Web safe color of #62850f is #669900. Color #62850f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000101 00001111
Octal 142 205 17
Decimal 98 133 15
Hex 62 85 F

RGB Percentages of Color #62850f

%39.84
%54.07
%6.10

CMYK Percentages of Color #62850f

%26
%0
%89
%48

Triadic Colors of #62850f

#62850f #0f6285 #850f62

Analogous Colors of #62850f

#62850f #27850f #856d0f

Monochromatic Colors of #62850f

#62850f

Complementary Color

#62850f #320f85

#62850f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62850f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62850f Color CSS Codes

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

#62850f Text Font Color

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

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


#62850f Background Color

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

This div background color is #62850f


#62850f Border Color

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

This div border color is #62850f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62850f


Comments

No comments written yet.

Please login to write comment.