Color Hex Logo

#73657e Color Hex

#73657E
(115,101,126)
0 Favorites   0 Comments

Color spaces of #73657e

RGB 115101126
HSL0.760.110.45
HSV274°20°49°
CMYK 0.090.200.00   0.51
XYZ15.489814.458621.7130
Yxy14.45860.29980.2799
Hunter Lab38.02456.1717-7.2391
CIE-Lab44.883610.6818-11.8751

#73657e color RGB value is (115,101,126).

#73657e hex color red value is 115, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73657e hue: 0.76 , saturation: 0.11 and the lightness value of 73657e is 0.45.

The process color (four color CMYK) of #73657e color hex is 0.09, 0.20, 0.00, 0.51. Web safe color of #73657e is #666666. Color #73657e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 01111110
Octal 163 145 176
Decimal 115 101 126
Hex 73 65 7E

RGB Percentages of Color #73657e

%33.63
%29.53
%36.84

CMYK Percentages of Color #73657e

%9
%20
%0
%51

Triadic Colors of #73657e

#73657e #7e7365 #657e73

Analogous Colors of #73657e

#73657e #7e657d #67657e

Monochromatic Colors of #73657e

#73657e

Complementary Color

#73657e #707e65

#73657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73657e Color CSS Codes

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

#73657e Text Font Color

<p style="color:#73657e">Text here</p>

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


#73657e Background Color

<div style="background-color:#73657e">
Div content here</div>

This div background color is #73657e


#73657e Border Color

<div style="border:3px solid #73657e">
Div here</div>

This div border color is #73657e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,101,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73657e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73657e;
  -webkit-box-shadow: 1px 1px 3px 2px #73657e;
  box-shadow:         1px 1px 3px 2px #73657e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73657e


Comments

No comments written yet.

Please login to write comment.