Color Hex Logo

#739980 Color Hex

#739980
(115,153,128)
0 Favorites   0 Comments

Color spaces of #739980

RGB 115153128
HSL0.390.160.53
HSV141°25°60°
CMYK 0.250.000.16   0.40
XYZ22.357727.985824.6455
Yxy27.98580.29810.3732
Hunter Lab52.9016-17.13879.4094
CIE-Lab59.8759-18.40148.9340

#739980 color RGB value is (115,153,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 10000000
Octal 163 231 200
Decimal 115 153 128
Hex 73 99 80

RGB Percentages of Color #739980

%29.04
%38.64
%32.32

CMYK Percentages of Color #739980

%25
%0
%16
%40

Triadic Colors of #739980

#739980 #807399 #998073

Analogous Colors of #739980

#739980 #739993 #799973

Monochromatic Colors of #739980

#739980

Complementary Color

#739980 #99738c

#739980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739980 Color CSS Codes

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

#739980 Text Font Color

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

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


#739980 Background Color

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

This div background color is #739980


#739980 Border Color

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

This div border color is #739980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739980


Comments

No comments written yet.

Please login to write comment.