Color Hex Logo

#62726f Color Hex

#62726F
(98,114,111)
0 Favorites   0 Comments

Color spaces of #62726f

RGB 98114111
HSL0.470.080.42
HSV169°14°45°
CMYK 0.140.000.03   0.55
XYZ13.923615.779017.3507
Yxy15.77900.29590.3353
Hunter Lab39.7228-6.94721.9084
CIE-Lab46.6832-6.6091-0.3554

#62726f color RGB value is (98,114,111).

#62726f hex color red value is 98, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #62726f hue: 0.47 , saturation: 0.08 and the lightness value of 62726f is 0.42.

The process color (four color CMYK) of #62726f color hex is 0.14, 0.00, 0.03, 0.55. Web safe color of #62726f is #666666. Color #62726f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 01101111
Octal 142 162 157
Decimal 98 114 111
Hex 62 72 6F

RGB Percentages of Color #62726f

%30.34
%35.29
%34.37

CMYK Percentages of Color #62726f

%14
%0
%3
%55

Triadic Colors of #62726f

#62726f #6f6272 #726f62

Analogous Colors of #62726f

#62726f #626d72 #627267

Monochromatic Colors of #62726f

#62726f

Complementary Color

#62726f #726265

#62726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62726f Color CSS Codes

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

#62726f Text Font Color

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

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


#62726f Background Color

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

This div background color is #62726f


#62726f Border Color

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

This div border color is #62726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62726f


Comments

No comments written yet.

Please login to write comment.