Color Hex Logo

#737042 Color Hex

#737042
(115,112,66)
0 Favorites   0 Comments

Color spaces of #737042

RGB 11511266
HSL0.160.270.35
HSV56°43°45°
CMYK 0.000.030.43   0.55
XYZ13.847815.62657.4406
Yxy15.62650.37510.4233
Hunter Lab39.5304-6.648216.5114
CIE-Lab46.4806-6.215025.9580

#737042 color RGB value is (115,112,66).

#737042 hex color red value is 115, green value is 112 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #737042 hue: 0.16 , saturation: 0.27 and the lightness value of 737042 is 0.35.

The process color (four color CMYK) of #737042 color hex is 0.00, 0.03, 0.43, 0.55. Web safe color of #737042 is #666633. Color #737042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 01000010
Octal 163 160 102
Decimal 115 112 66
Hex 73 70 42

RGB Percentages of Color #737042

%39.25
%38.23
%22.53

CMYK Percentages of Color #737042

%0
%3
%43
%55

Triadic Colors of #737042

#737042 #427370 #704273

Analogous Colors of #737042

#737042 #5e7342 #735842

Monochromatic Colors of #737042

#737042

Complementary Color

#737042 #424573

#737042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737042 Color CSS Codes

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

#737042 Text Font Color

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

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


#737042 Background Color

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

This div background color is #737042


#737042 Border Color

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

This div border color is #737042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737042


Comments

No comments written yet.

Please login to write comment.