Color Hex Logo

#739990 Color Hex

#739990
(115,153,144)
0 Favorites   0 Comments

Color spaces of #739990

RGB 115153144
HSL0.460.160.53
HSV166°25°60°
CMYK 0.250.000.06   0.40
XYZ23.495528.440930.6369
Yxy28.44090.28450.3444
Hunter Lab53.3300-14.68613.2702
CIE-Lab60.2850-15.01520.4694

#739990 color RGB value is (115,153,144).

#739990 hex color red value is 115, green value is 153 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #739990 hue: 0.46 , saturation: 0.16 and the lightness value of 739990 is 0.53.

The process color (four color CMYK) of #739990 color hex is 0.25, 0.00, 0.06, 0.40. Web safe color of #739990 is #669999. Color #739990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 10010000
Octal 163 231 220
Decimal 115 153 144
Hex 73 99 90

RGB Percentages of Color #739990

%27.91
%37.14
%34.95

CMYK Percentages of Color #739990

%25
%0
%6
%40

Triadic Colors of #739990

#739990 #907399 #999073

Analogous Colors of #739990

#739990 #738f99 #73997d

Monochromatic Colors of #739990

#739990

Complementary Color

#739990 #99737c

#739990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739990 Color CSS Codes

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

#739990 Text Font Color

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

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


#739990 Background Color

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

This div background color is #739990


#739990 Border Color

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

This div border color is #739990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,153,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #739990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #739990;
  -webkit-box-shadow: 1px 1px 3px 2px #739990;
  box-shadow:         1px 1px 3px 2px #739990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739990


Comments

No comments written yet.

Please login to write comment.