Color Hex Logo

#738961 Color Hex

#738961
(115,137,97)
0 Favorites   0 Comments

Color spaces of #738961

RGB 11513797
HSL0.260.170.46
HSV93°29°54°
CMYK 0.160.000.29   0.46
XYZ18.173622.399214.6749
Yxy22.39920.32890.4054
Hunter Lab47.3278-14.280714.7454
CIE-Lab54.4480-15.603318.9201

#738961 color RGB value is (115,137,97).

#738961 hex color red value is 115, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #738961 hue: 0.26 , saturation: 0.17 and the lightness value of 738961 is 0.46.

The process color (four color CMYK) of #738961 color hex is 0.16, 0.00, 0.29, 0.46. Web safe color of #738961 is #669966. Color #738961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001001 01100001
Octal 163 211 141
Decimal 115 137 97
Hex 73 89 61

RGB Percentages of Color #738961

%32.95
%39.26
%27.79

CMYK Percentages of Color #738961

%16
%0
%29
%46

Triadic Colors of #738961

#738961 #617389 #896173

Analogous Colors of #738961

#738961 #618963 #878961

Monochromatic Colors of #738961

#738961

Complementary Color

#738961 #776189

#738961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738961 Color CSS Codes

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

#738961 Text Font Color

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

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


#738961 Background Color

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

This div background color is #738961


#738961 Border Color

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

This div border color is #738961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738961


Comments

No comments written yet.

Please login to write comment.