Color Hex Logo

#62712a Color Hex

#62712A
(98,113,42)
0 Favorites   0 Comments

Color spaces of #62712a

RGB 9811342
HSL0.200.460.30
HSV73°63°44°
CMYK 0.130.000.63   0.56
XYZ11.360014.57414.4048
Yxy14.57410.37440.4804
Hunter Lab38.1760-13.692019.8823
CIE-Lab45.0453-16.834336.5934

#62712a color RGB value is (98,113,42).

#62712a hex color red value is 98, green value is 113 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #62712a hue: 0.20 , saturation: 0.46 and the lightness value of 62712a is 0.30.

The process color (four color CMYK) of #62712a color hex is 0.13, 0.00, 0.63, 0.56. Web safe color of #62712a is #666633. Color #62712a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110001 00101010
Octal 142 161 52
Decimal 98 113 42
Hex 62 71 2A

RGB Percentages of Color #62712a

%38.74
%44.66
%16.60

CMYK Percentages of Color #62712a

%13
%0
%63
%56

Triadic Colors of #62712a

#62712a #2a6271 #712a62

Analogous Colors of #62712a

#62712a #3f712a #715c2a

Monochromatic Colors of #62712a

#62712a

Complementary Color

#62712a #392a71

#62712a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62712a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62712a Color CSS Codes

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

#62712a Text Font Color

<p style="color:#62712a">Text here</p>

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


#62712a Background Color

<div style="background-color:#62712a">
Div content here</div>

This div background color is #62712a


#62712a Border Color

<div style="border:3px solid #62712a">
Div here</div>

This div border color is #62712a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,113,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62712a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62712a;
  -webkit-box-shadow: 1px 1px 3px 2px #62712a;
  box-shadow:         1px 1px 3px 2px #62712a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62712a


Comments

No comments written yet.

Please login to write comment.