Color Hex Logo

#736540 Color Hex

#736540
(115,101,64)
0 Favorites   0 Comments

Color spaces of #736540

RGB 11510164
HSL0.120.280.35
HSV44°44°45°
CMYK 0.000.120.44   0.55
XYZ12.649313.32246.7553
Yxy13.32240.38650.4071
Hunter Lab36.4999-2.014314.5767
CIE-Lab43.2451-0.089022.9710

#736540 color RGB value is (115,101,64).

#736540 hex color red value is 115, green value is 101 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #736540 hue: 0.12 , saturation: 0.28 and the lightness value of 736540 is 0.35.

The process color (four color CMYK) of #736540 color hex is 0.00, 0.12, 0.44, 0.55. Web safe color of #736540 is #666633. Color #736540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 01000000
Octal 163 145 100
Decimal 115 101 64
Hex 73 65 40

RGB Percentages of Color #736540

%41.07
%36.07
%22.86

CMYK Percentages of Color #736540

%0
%12
%44
%55

Triadic Colors of #736540

#736540 #407365 #654073

Analogous Colors of #736540

#736540 #687340 #734c40

Monochromatic Colors of #736540

#736540

Complementary Color

#736540 #404e73

#736540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736540 Color CSS Codes

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

#736540 Text Font Color

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

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


#736540 Background Color

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

This div background color is #736540


#736540 Border Color

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

This div border color is #736540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736540


Comments

No comments written yet.

Please login to write comment.