Color Hex Logo

#737062 Color Hex

#737062
(115,112,98)
0 Favorites   0 Comments

Color spaces of #737062

RGB 11511298
HSL0.140.080.42
HSV49°15°45°
CMYK 0.000.030.15   0.55
XYZ15.069016.115013.8716
Yxy16.11500.33450.3577
Hunter Lab40.1435-3.24617.6128
CIE-Lab47.1250-1.47548.2005

#737062 color RGB value is (115,112,98).

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

The process color (four color CMYK) of #737062 color hex is 0.00, 0.03, 0.15, 0.55. Web safe color of #737062 is #666666. Color #737062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 01100010
Octal 163 160 142
Decimal 115 112 98
Hex 73 70 62

RGB Percentages of Color #737062

%35.38
%34.46
%30.15

CMYK Percentages of Color #737062

%0
%3
%15
%55

Triadic Colors of #737062

#737062 #627370 #706273

Analogous Colors of #737062

#737062 #6e7362 #736862

Monochromatic Colors of #737062

#737062

Complementary Color

#737062 #626573

#737062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737062 Color CSS Codes

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

#737062 Text Font Color

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

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


#737062 Background Color

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

This div background color is #737062


#737062 Border Color

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

This div border color is #737062


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,112,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 #737062">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737062


Comments

No comments written yet.

Please login to write comment.