Color Hex Logo

#73918e Color Hex

#73918E
(115,145,142)
0 Favorites   0 Comments

Color spaces of #73918e

RGB 115145142
HSL0.480.120.51
HSV174°21°57°
CMYK 0.210.000.02   0.43
XYZ22.078125.848629.4168
Yxy25.84860.28550.3342
Hunter Lab50.8415-11.45841.2840
CIE-Lab57.8931-11.1466-1.8912

#73918e color RGB value is (115,145,142).

#73918e hex color red value is 115, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #73918e hue: 0.48 , saturation: 0.12 and the lightness value of 73918e is 0.51.

The process color (four color CMYK) of #73918e color hex is 0.21, 0.00, 0.02, 0.43. Web safe color of #73918e is #669999. Color #73918e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010001 10001110
Octal 163 221 216
Decimal 115 145 142
Hex 73 91 8E

RGB Percentages of Color #73918e

%28.61
%36.07
%35.32

CMYK Percentages of Color #73918e

%21
%0
%2
%43

Triadic Colors of #73918e

#73918e #8e7391 #918e73

Analogous Colors of #73918e

#73918e #738591 #73917f

Monochromatic Colors of #73918e

#73918e

Complementary Color

#73918e #917376

#73918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73918e Color CSS Codes

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

#73918e Text Font Color

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

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


#73918e Background Color

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

This div background color is #73918e


#73918e Border Color

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

This div border color is #73918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73918e


Comments

No comments written yet.

Please login to write comment.