Color Hex Logo

#738b5f Color Hex

#738B5F
(115,139,95)
0 Favorites   0 Comments

Color spaces of #738b5f

RGB 11513995
HSL0.260.190.46
HSV93°32°55°
CMYK 0.170.000.32   0.45
XYZ18.368422.936314.2855
Yxy22.93630.33040.4126
Hunter Lab47.8919-15.349015.8389
CIE-Lab55.0067-16.985720.7984

#738b5f color RGB value is (115,139,95).

#738b5f hex color red value is 115, green value is 139 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #738b5f hue: 0.26 , saturation: 0.19 and the lightness value of 738b5f is 0.46.

The process color (four color CMYK) of #738b5f color hex is 0.17, 0.00, 0.32, 0.45. Web safe color of #738b5f is #669966. Color #738b5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 01011111
Octal 163 213 137
Decimal 115 139 95
Hex 73 8B 5F

RGB Percentages of Color #738b5f

%32.95
%39.83
%27.22

CMYK Percentages of Color #738b5f

%17
%0
%32
%45

Triadic Colors of #738b5f

#738b5f #5f738b #8b5f73

Analogous Colors of #738b5f

#738b5f #5f8b61 #898b5f

Monochromatic Colors of #738b5f

#738b5f

Complementary Color

#738b5f #775f8b

#738b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#738b5f Color CSS Codes

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

#738b5f Text Font Color

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

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


#738b5f Background Color

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

This div background color is #738b5f


#738b5f Border Color

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

This div border color is #738b5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738b5f


Comments

No comments written yet.

Please login to write comment.