Color Hex Logo

#738a6f Color Hex

#738A6F
(115,138,111)
0 Favorites   0 Comments

Color spaces of #738a6f

RGB 115138111
HSL0.310.110.49
HSV111°20°54°
CMYK 0.170.000.20   0.46
XYZ19.028022.969518.4696
Yxy22.96950.31470.3799
Hunter Lab47.9265-13.002510.6998
CIE-Lab55.0409-13.713711.7720

#738a6f color RGB value is (115,138,111).

#738a6f hex color red value is 115, green value is 138 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #738a6f hue: 0.31 , saturation: 0.11 and the lightness value of 738a6f is 0.49.

The process color (four color CMYK) of #738a6f color hex is 0.17, 0.00, 0.20, 0.46. Web safe color of #738a6f is #669966. Color #738a6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 01101111
Octal 163 212 157
Decimal 115 138 111
Hex 73 8A 6F

RGB Percentages of Color #738a6f

%31.59
%37.91
%30.49

CMYK Percentages of Color #738a6f

%17
%0
%20
%46

Triadic Colors of #738a6f

#738a6f #6f738a #8a6f73

Analogous Colors of #738a6f

#738a6f #6f8a79 #818a6f

Monochromatic Colors of #738a6f

#738a6f

Complementary Color

#738a6f #866f8a

#738a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#738a6f Color CSS Codes

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

#738a6f Text Font Color

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

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


#738a6f Background Color

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

This div background color is #738a6f


#738a6f Border Color

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

This div border color is #738a6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,138,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738a6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738a6f;
  -webkit-box-shadow: 1px 1px 3px 2px #738a6f;
  box-shadow:         1px 1px 3px 2px #738a6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738a6f


Comments

No comments written yet.

Please login to write comment.