Color Hex Logo

#738060 Color Hex

#738060
(115,128,96)
0 Favorites   0 Comments

Color spaces of #738060

RGB 11512896
HSL0.230.140.44
HSV84°25°50°
CMYK 0.100.000.25   0.50
XYZ16.900719.927714.0220
Yxy19.92770.33240.3919
Hunter Lab44.6405-10.541412.6248
CIE-Lab51.7554-10.885615.8215

#738060 color RGB value is (115,128,96).

#738060 hex color red value is 115, green value is 128 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #738060 hue: 0.23 , saturation: 0.14 and the lightness value of 738060 is 0.44.

The process color (four color CMYK) of #738060 color hex is 0.10, 0.00, 0.25, 0.50. Web safe color of #738060 is #669966. Color #738060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 01100000
Octal 163 200 140
Decimal 115 128 96
Hex 73 80 60

RGB Percentages of Color #738060

%33.92
%37.76
%28.32

CMYK Percentages of Color #738060

%10
%0
%25
%50

Triadic Colors of #738060

#738060 #607380 #806073

Analogous Colors of #738060

#738060 #638060 #807d60

Monochromatic Colors of #738060

#738060

Complementary Color

#738060 #6d6080

#738060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738060 Color CSS Codes

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

#738060 Text Font Color

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

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


#738060 Background Color

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

This div background color is #738060


#738060 Border Color

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

This div border color is #738060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738060


Comments

No comments written yet.

Please login to write comment.