Color Hex Logo

#61962f Color Hex

#61962F
(97,150,47)
0 Favorites   0 Comments

Color spaces of #61962f

RGB 9715047
HSL0.250.520.39
HSV91°69°59°
CMYK 0.350.000.69   0.41
XYZ16.349224.55936.5681
Yxy24.55930.34440.5173
Hunter Lab49.5573-27.837426.8321
CIE-Lab56.6435-35.047246.8100

#61962f color RGB value is (97,150,47).

#61962f hex color red value is 97, green value is 150 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #61962f hue: 0.25 , saturation: 0.52 and the lightness value of 61962f is 0.39.

The process color (four color CMYK) of #61962f color hex is 0.35, 0.00, 0.69, 0.41. Web safe color of #61962f is #669933. Color #61962f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010110 00101111
Octal 141 226 57
Decimal 97 150 47
Hex 61 96 2F

RGB Percentages of Color #61962f

%32.99
%51.02
%15.99

CMYK Percentages of Color #61962f

%35
%0
%69
%41

Triadic Colors of #61962f

#61962f #2f6196 #962f61

Analogous Colors of #61962f

#61962f #2f9631 #95962f

Monochromatic Colors of #61962f

#61962f

Complementary Color

#61962f #642f96

#61962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61962f Color CSS Codes

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

#61962f Text Font Color

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

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


#61962f Background Color

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

This div background color is #61962f


#61962f Border Color

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

This div border color is #61962f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,150,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61962f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61962f;
  -webkit-box-shadow: 1px 1px 3px 2px #61962f;
  box-shadow:         1px 1px 3px 2px #61962f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,150,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61962f


Comments

No comments written yet.

Please login to write comment.