Color Hex Logo

#61885a Color Hex

#61885A
(97,136,90)
0 Favorites   0 Comments

Color spaces of #61885a

RGB 9713690
HSL0.310.200.44
HSV111°34°53°
CMYK 0.290.000.34   0.47
XYZ15.579420.887912.8835
Yxy20.88790.31570.4233
Hunter Lab45.7033-19.133415.2788
CIE-Lab52.8266-23.029820.4794

#61885a color RGB value is (97,136,90).

#61885a hex color red value is 97, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #61885a hue: 0.31 , saturation: 0.20 and the lightness value of 61885a is 0.44.

The process color (four color CMYK) of #61885a color hex is 0.29, 0.00, 0.34, 0.47. Web safe color of #61885a is #669966. Color #61885a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001000 01011010
Octal 141 210 132
Decimal 97 136 90
Hex 61 88 5A

RGB Percentages of Color #61885a

%30.03
%42.11
%27.86

CMYK Percentages of Color #61885a

%29
%0
%34
%47

Triadic Colors of #61885a

#61885a #5a6188 #885a61

Analogous Colors of #61885a

#61885a #5a886a #78885a

Monochromatic Colors of #61885a

#61885a

Complementary Color

#61885a #815a88

#61885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61885a Color CSS Codes

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

#61885a Text Font Color

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

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


#61885a Background Color

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

This div background color is #61885a


#61885a Border Color

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

This div border color is #61885a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61885a


Comments

No comments written yet.

Please login to write comment.