Color Hex Logo

#62866d Color Hex

#62866D
(98,134,109)
0 Favorites   0 Comments

Color spaces of #62866d

RGB 98134109
HSL0.380.160.45
HSV138°27°53°
CMYK 0.270.000.19   0.47
XYZ16.322420.751017.6131
Yxy20.75100.29850.3795
Hunter Lab45.5533-15.75918.9629
CIE-Lab52.6759-18.09769.4330

#62866d color RGB value is (98,134,109).

#62866d hex color red value is 98, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #62866d hue: 0.38 , saturation: 0.16 and the lightness value of 62866d is 0.45.

The process color (four color CMYK) of #62866d color hex is 0.27, 0.00, 0.19, 0.47. Web safe color of #62866d is #669966. Color #62866d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000110 01101101
Octal 142 206 155
Decimal 98 134 109
Hex 62 86 6D

RGB Percentages of Color #62866d

%28.74
%39.30
%31.96

CMYK Percentages of Color #62866d

%27
%0
%19
%47

Triadic Colors of #62866d

#62866d #6d6286 #866d62

Analogous Colors of #62866d

#62866d #62867f #698662

Monochromatic Colors of #62866d

#62866d

Complementary Color

#62866d #86627b

#62866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62866d Color CSS Codes

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

#62866d Text Font Color

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

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


#62866d Background Color

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

This div background color is #62866d


#62866d Border Color

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

This div border color is #62866d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,134,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62866d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62866d;
  -webkit-box-shadow: 1px 1px 3px 2px #62866d;
  box-shadow:         1px 1px 3px 2px #62866d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62866d


Comments

No comments written yet.

Please login to write comment.