Color Hex Logo

#62702e Color Hex

#62702E
(98,112,46)
0 Favorites   0 Comments

Color spaces of #62702e

RGB 9811246
HSL0.200.420.31
HSV73°59°44°
CMYK 0.130.000.59   0.56
XYZ11.324314.38234.7640
Yxy14.38230.37160.4720
Hunter Lab37.9240-13.066019.0988
CIE-Lab44.7763-15.933234.3119

#62702e color RGB value is (98,112,46).

#62702e hex color red value is 98, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #62702e hue: 0.20 , saturation: 0.42 and the lightness value of 62702e is 0.31.

The process color (four color CMYK) of #62702e color hex is 0.13, 0.00, 0.59, 0.56. Web safe color of #62702e is #666633. Color #62702e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110000 00101110
Octal 142 160 56
Decimal 98 112 46
Hex 62 70 2E

RGB Percentages of Color #62702e

%38.28
%43.75
%17.97

CMYK Percentages of Color #62702e

%13
%0
%59
%56

Triadic Colors of #62702e

#62702e #2e6270 #702e62

Analogous Colors of #62702e

#62702e #41702e #705d2e

Monochromatic Colors of #62702e

#62702e

Complementary Color

#62702e #3c2e70

#62702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62702e Color CSS Codes

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

#62702e Text Font Color

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

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


#62702e Background Color

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

This div background color is #62702e


#62702e Border Color

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

This div border color is #62702e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,112,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62702e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62702e;
  -webkit-box-shadow: 1px 1px 3px 2px #62702e;
  box-shadow:         1px 1px 3px 2px #62702e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62702e


Comments

No comments written yet.

Please login to write comment.