Color Hex Logo

#73978f Color Hex

#73978F
(115,151,143)
0 Favorites   0 Comments

Color spaces of #73978f

RGB 115151143
HSL0.460.150.52
HSV167°24°59°
CMYK 0.240.000.05   0.41
XYZ23.094827.761230.1278
Yxy27.76120.28520.3428
Hunter Lab52.6889-13.96482.9799
CIE-Lab59.6724-14.16880.1432

#73978f color RGB value is (115,151,143).

#73978f hex color red value is 115, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #73978f hue: 0.46 , saturation: 0.15 and the lightness value of 73978f is 0.52.

The process color (four color CMYK) of #73978f color hex is 0.24, 0.00, 0.05, 0.41. Web safe color of #73978f is #669999. Color #73978f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010111 10001111
Octal 163 227 217
Decimal 115 151 143
Hex 73 97 8F

RGB Percentages of Color #73978f

%28.12
%36.92
%34.96

CMYK Percentages of Color #73978f

%24
%0
%5
%41

Triadic Colors of #73978f

#73978f #8f7397 #978f73

Analogous Colors of #73978f

#73978f #738d97 #73977d

Monochromatic Colors of #73978f

#73978f

Complementary Color

#73978f #97737b

#73978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73978f Color CSS Codes

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

#73978f Text Font Color

<p style="color:#73978f">Text here</p>

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


#73978f Background Color

<div style="background-color:#73978f">
Div content here</div>

This div background color is #73978f


#73978f Border Color

<div style="border:3px solid #73978f">
Div here</div>

This div border color is #73978f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,151,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73978f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73978f;
  -webkit-box-shadow: 1px 1px 3px 2px #73978f;
  box-shadow:         1px 1px 3px 2px #73978f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73978f


Comments

No comments written yet.

Please login to write comment.