Color Hex Logo

#736742 Color Hex

#736742
(115,103,66)
0 Favorites   0 Comments

Color spaces of #736742

RGB 11510366
HSL0.130.270.35
HSV45°43°45°
CMYK 0.000.100.43   0.55
XYZ12.903813.73877.1260
Yxy13.73870.38210.4068
Hunter Lab37.0658-2.723414.5473
CIE-Lab43.8558-1.021022.6015

#736742 color RGB value is (115,103,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 01000010
Octal 163 147 102
Decimal 115 103 66
Hex 73 67 42

RGB Percentages of Color #736742

%40.49
%36.27
%23.24

CMYK Percentages of Color #736742

%0
%10
%43
%55

Triadic Colors of #736742

#736742 #427367 #674273

Analogous Colors of #736742

#736742 #677342 #734f42

Monochromatic Colors of #736742

#736742

Complementary Color

#736742 #424e73

#736742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736742 Color CSS Codes

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

#736742 Text Font Color

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

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


#736742 Background Color

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

This div background color is #736742


#736742 Border Color

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

This div border color is #736742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736742


Comments

No comments written yet.

Please login to write comment.