Color Hex Logo

#73656e Color Hex

#73656E
(115,101,110)
0 Favorites   0 Comments

Color spaces of #73656e

RGB 115101110
HSL0.890.060.42
HSV321°12°45°
CMYK 0.000.120.04   0.55
XYZ14.538414.078016.7029
Yxy14.07800.32080.3106
Hunter Lab37.52073.5035-0.1294
CIE-Lab44.34467.2948-3.0209

#73656e color RGB value is (115,101,110).

#73656e hex color red value is 115, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #73656e hue: 0.89 , saturation: 0.06 and the lightness value of 73656e is 0.42.

The process color (four color CMYK) of #73656e color hex is 0.00, 0.12, 0.04, 0.55. Web safe color of #73656e is #666666. Color #73656e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 01101110
Octal 163 145 156
Decimal 115 101 110
Hex 73 65 6E

RGB Percentages of Color #73656e

%35.28
%30.98
%33.74

CMYK Percentages of Color #73656e

%0
%12
%4
%55

Triadic Colors of #73656e

#73656e #6e7365 #656e73

Analogous Colors of #73656e

#73656e #736567 #716573

Monochromatic Colors of #73656e

#73656e

Complementary Color

#73656e #65736a

#73656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73656e Color CSS Codes

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

#73656e Text Font Color

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

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


#73656e Background Color

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

This div background color is #73656e


#73656e Border Color

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

This div border color is #73656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73656e


Comments

No comments written yet.

Please login to write comment.