Color Hex Logo

#73979f Color Hex

#73979F
(115,151,159)
0 Favorites   0 Comments

Color spaces of #73979f

RGB 115151159
HSL0.530.190.54
HSV191°28°62°
CMYK 0.280.050.00   0.38
XYZ24.394828.281336.9740
Yxy28.28130.27210.3155
Hunter Lab53.1802-11.1838-3.9958
CIE-Lab60.1420-10.4454-8.2532

#73979f color RGB value is (115,151,159).

#73979f hex color red value is 115, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #73979f hue: 0.53 , saturation: 0.19 and the lightness value of 73979f is 0.54.

The process color (four color CMYK) of #73979f color hex is 0.28, 0.05, 0.00, 0.38. Web safe color of #73979f is #669999. Color #73979f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010111 10011111
Octal 163 227 237
Decimal 115 151 159
Hex 73 97 9F

RGB Percentages of Color #73979f

%27.06
%35.53
%37.41

CMYK Percentages of Color #73979f

%28
%5
%0
%38

Triadic Colors of #73979f

#73979f #9f7397 #979f73

Analogous Colors of #73979f

#73979f #73819f #739f91

Monochromatic Colors of #73979f

#73979f

Complementary Color

#73979f #9f7b73

#73979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73979f Color CSS Codes

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

#73979f Text Font Color

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

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


#73979f Background Color

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

This div background color is #73979f


#73979f Border Color

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

This div border color is #73979f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73979f


Comments

No comments written yet.

Please login to write comment.