Color Hex Logo

#61738d Color Hex

#61738D
(97,115,141)
0 Favorites   0 Comments

Color spaces of #61738d

RGB 97115141
HSL0.600.180.47
HSV215°31°55°
CMYK 0.310.180.00   0.45
XYZ15.868216.725927.5914
Yxy16.72590.26370.2779
Hunter Lab40.8973-2.3121-11.3719
CIE-Lab47.9128-0.1692-16.3669

#61738d color RGB value is (97,115,141).

#61738d hex color red value is 97, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #61738d hue: 0.60 , saturation: 0.18 and the lightness value of 61738d is 0.47.

The process color (four color CMYK) of #61738d color hex is 0.31, 0.18, 0.00, 0.45. Web safe color of #61738d is #666699. Color #61738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110011 10001101
Octal 141 163 215
Decimal 97 115 141
Hex 61 73 8D

RGB Percentages of Color #61738d

%27.48
%32.58
%39.94

CMYK Percentages of Color #61738d

%31
%18
%0
%45

Triadic Colors of #61738d

#61738d #8d6173 #738d61

Analogous Colors of #61738d

#61738d #65618d #61898d

Monochromatic Colors of #61738d

#61738d

Complementary Color

#61738d #8d7b61

#61738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61738d Color CSS Codes

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

#61738d Text Font Color

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

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


#61738d Background Color

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

This div background color is #61738d


#61738d Border Color

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

This div border color is #61738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61738d


Comments

No comments written yet.

Please login to write comment.