Color Hex Logo

#738981 Color Hex

#738981
(115,137,129)
0 Favorites   0 Comments

Color spaces of #738981

RGB 115137129
HSL0.440.090.49
HSV158°16°54°
CMYK 0.160.000.06   0.46
XYZ19.978323.121124.1787
Yxy23.12110.29700.3437
Hunter Lab48.0844-9.98383.8458
CIE-Lab55.1969-9.59551.6411

#738981 color RGB value is (115,137,129).

#738981 hex color red value is 115, green value is 137 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #738981 hue: 0.44 , saturation: 0.09 and the lightness value of 738981 is 0.49.

The process color (four color CMYK) of #738981 color hex is 0.16, 0.00, 0.06, 0.46. Web safe color of #738981 is #669999. Color #738981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001001 10000001
Octal 163 211 201
Decimal 115 137 129
Hex 73 89 81

RGB Percentages of Color #738981

%30.18
%35.96
%33.86

CMYK Percentages of Color #738981

%16
%0
%6
%46

Triadic Colors of #738981

#738981 #817389 #898173

Analogous Colors of #738981

#738981 #738689 #738976

Monochromatic Colors of #738981

#738981

Complementary Color

#738981 #89737b

#738981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738981 Color CSS Codes

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

#738981 Text Font Color

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

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


#738981 Background Color

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

This div background color is #738981


#738981 Border Color

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

This div border color is #738981


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,137,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 #738981">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738981


Comments

No comments written yet.

Please login to write comment.