Color Hex Logo

#738770 Color Hex

#738770
(115,135,112)
0 Favorites   0 Comments

Color spaces of #738770

RGB 115135112
HSL0.310.090.48
HSV112°17°53°
CMYK 0.150.000.17   0.47
XYZ18.658822.142618.6198
Yxy22.14260.31400.3726
Hunter Lab47.0559-11.56839.4784
CIE-Lab54.1780-11.89839.9849

#738770 color RGB value is (115,135,112).

#738770 hex color red value is 115, green value is 135 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #738770 hue: 0.31 , saturation: 0.09 and the lightness value of 738770 is 0.48.

The process color (four color CMYK) of #738770 color hex is 0.15, 0.00, 0.17, 0.47. Web safe color of #738770 is #669966. Color #738770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 01110000
Octal 163 207 160
Decimal 115 135 112
Hex 73 87 70

RGB Percentages of Color #738770

%31.77
%37.29
%30.94

CMYK Percentages of Color #738770

%15
%0
%17
%47

Triadic Colors of #738770

#738770 #707387 #877073

Analogous Colors of #738770

#738770 #708779 #7f8770

Monochromatic Colors of #738770

#738770

Complementary Color

#738770 #847087

#738770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738770 Color CSS Codes

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

#738770 Text Font Color

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

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


#738770 Background Color

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

This div background color is #738770


#738770 Border Color

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

This div border color is #738770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738770


Comments

No comments written yet.

Please login to write comment.