Color Hex Logo

#739081 Color Hex

#739081
(115,144,129)
0 Favorites   0 Comments

Color spaces of #739081

RGB 115144129
HSL0.410.120.51
HSV149°20°56°
CMYK 0.200.000.10   0.44
XYZ21.005925.176324.5213
Yxy25.17630.29710.3561
Hunter Lab50.1760-13.07996.1478
CIE-Lab57.2468-13.41934.6061

#739081 color RGB value is (115,144,129).

#739081 hex color red value is 115, green value is 144 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #739081 hue: 0.41 , saturation: 0.12 and the lightness value of 739081 is 0.51.

The process color (four color CMYK) of #739081 color hex is 0.20, 0.00, 0.10, 0.44. Web safe color of #739081 is #669999. Color #739081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 10000001
Octal 163 220 201
Decimal 115 144 129
Hex 73 90 81

RGB Percentages of Color #739081

%29.64
%37.11
%33.25

CMYK Percentages of Color #739081

%20
%0
%10
%44

Triadic Colors of #739081

#739081 #817390 #908173

Analogous Colors of #739081

#739081 #739090 #749073

Monochromatic Colors of #739081

#739081

Complementary Color

#739081 #907382

#739081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#739081 Color CSS Codes

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

#739081 Text Font Color

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

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


#739081 Background Color

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

This div background color is #739081


#739081 Border Color

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

This div border color is #739081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739081


Comments

No comments written yet.

Please login to write comment.