Color Hex Logo

#61738a Color Hex

#61738A
(97,115,138)
0 Favorites   0 Comments

Color spaces of #61738a

RGB 97115138
HSL0.590.170.46
HSV214°30°54°
CMYK 0.300.170.00   0.46
XYZ15.647916.637826.4314
Yxy16.63780.26650.2834
Hunter Lab40.7895-2.9043-9.8671
CIE-Lab47.8004-0.9646-14.7616

#61738a color RGB value is (97,115,138).

#61738a hex color red value is 97, green value is 115 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61738a hue: 0.59 , saturation: 0.17 and the lightness value of 61738a is 0.46.

The process color (four color CMYK) of #61738a color hex is 0.30, 0.17, 0.00, 0.46. Web safe color of #61738a is #666699. Color #61738a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110011 10001010
Octal 141 163 212
Decimal 97 115 138
Hex 61 73 8A

RGB Percentages of Color #61738a

%27.71
%32.86
%39.43

CMYK Percentages of Color #61738a

%30
%17
%0
%46

Triadic Colors of #61738a

#61738a #8a6173 #738a61

Analogous Colors of #61738a

#61738a #63618a #61888a

Monochromatic Colors of #61738a

#61738a

Complementary Color

#61738a #8a7861

#61738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61738a Color CSS Codes

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

#61738a Text Font Color

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

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


#61738a Background Color

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

This div background color is #61738a


#61738a Border Color

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

This div border color is #61738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61738a


Comments

No comments written yet.

Please login to write comment.