Color Hex Logo

#61956a Color Hex

#61956A
(97,149,106)
0 Favorites   0 Comments

Color spaces of #61956a

RGB 97149106
HSL0.360.210.48
HSV130°35°58°
CMYK 0.350.000.29   0.42
XYZ18.278725.076917.5126
Yxy25.07690.30030.4120
Hunter Lab50.0768-22.479614.3192
CIE-Lab57.1503-26.696717.3551

#61956a color RGB value is (97,149,106).

#61956a hex color red value is 97, green value is 149 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #61956a hue: 0.36 , saturation: 0.21 and the lightness value of 61956a is 0.48.

The process color (four color CMYK) of #61956a color hex is 0.35, 0.00, 0.29, 0.42. Web safe color of #61956a is #669966. Color #61956a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010101 01101010
Octal 141 225 152
Decimal 97 149 106
Hex 61 95 6A

RGB Percentages of Color #61956a

%27.56
%42.33
%30.11

CMYK Percentages of Color #61956a

%35
%0
%29
%42

Triadic Colors of #61956a

#61956a #6a6195 #956a61

Analogous Colors of #61956a

#61956a #619584 #729561

Monochromatic Colors of #61956a

#61956a

Complementary Color

#61956a #95618c

#61956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61956a Color CSS Codes

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

#61956a Text Font Color

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

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


#61956a Background Color

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

This div background color is #61956a


#61956a Border Color

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

This div border color is #61956a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,149,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61956a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61956a;
  -webkit-box-shadow: 1px 1px 3px 2px #61956a;
  box-shadow:         1px 1px 3px 2px #61956a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61956a


Comments

No comments written yet.

Please login to write comment.