Color Hex Logo

#738162 Color Hex

#738162
(115,129,98)
0 Favorites   0 Comments

Color spaces of #738162

RGB 11512998
HSL0.240.140.45
HSV87°24°51°
CMYK 0.110.000.24   0.49
XYZ17.125120.227214.5569
Yxy20.22720.32990.3897
Hunter Lab44.9747-10.737812.2919
CIE-Lab52.0931-11.102515.1355

#738162 color RGB value is (115,129,98).

#738162 hex color red value is 115, green value is 129 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #738162 hue: 0.24 , saturation: 0.14 and the lightness value of 738162 is 0.45.

The process color (four color CMYK) of #738162 color hex is 0.11, 0.00, 0.24, 0.49. Web safe color of #738162 is #669966. Color #738162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 01100010
Octal 163 201 142
Decimal 115 129 98
Hex 73 81 62

RGB Percentages of Color #738162

%33.63
%37.72
%28.65

CMYK Percentages of Color #738162

%11
%0
%24
%49

Triadic Colors of #738162

#738162 #627381 #816273

Analogous Colors of #738162

#738162 #648162 #818062

Monochromatic Colors of #738162

#738162

Complementary Color

#738162 #706281

#738162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738162 Color CSS Codes

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

#738162 Text Font Color

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

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


#738162 Background Color

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

This div background color is #738162


#738162 Border Color

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

This div border color is #738162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738162


Comments

No comments written yet.

Please login to write comment.