Color Hex Logo

#65748b Color Hex

#65748B
(101,116,139)
0 Favorites   0 Comments

Color spaces of #65748b

RGB 101116139
HSL0.600.160.47
HSV216°27°55°
CMYK 0.270.170.00   0.45
XYZ16.272417.121626.8732
Yxy17.12160.27000.2841
Hunter Lab41.3783-2.2151-9.5412
CIE-Lab48.4129-0.0066-14.3969

#65748b color RGB value is (101,116,139).

#65748b hex color red value is 101, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #65748b hue: 0.60 , saturation: 0.16 and the lightness value of 65748b is 0.47.

The process color (four color CMYK) of #65748b color hex is 0.27, 0.17, 0.00, 0.45. Web safe color of #65748b is #666699. Color #65748b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110100 10001011
Octal 145 164 213
Decimal 101 116 139
Hex 65 74 8B

RGB Percentages of Color #65748b

%28.37
%32.58
%39.04

CMYK Percentages of Color #65748b

%27
%17
%0
%45

Triadic Colors of #65748b

#65748b #8b6574 #748b65

Analogous Colors of #65748b

#65748b #69658b #65878b

Monochromatic Colors of #65748b

#65748b

Complementary Color

#65748b #8b7c65

#65748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65748b Color CSS Codes

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

#65748b Text Font Color

<p style="color:#65748b">Text here</p>

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


#65748b Background Color

<div style="background-color:#65748b">
Div content here</div>

This div background color is #65748b


#65748b Border Color

<div style="border:3px solid #65748b">
Div here</div>

This div border color is #65748b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,116,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65748b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65748b;
  -webkit-box-shadow: 1px 1px 3px 2px #65748b;
  box-shadow:         1px 1px 3px 2px #65748b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,116,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65748b


Comments

No comments written yet.

Please login to write comment.