Color Hex Logo

#736550 Color Hex

#736550
(115,101,80)
0 Favorites   0 Comments

Color spaces of #736550

RGB 11510180
HSL0.100.180.38
HSV36°30°45°
CMYK 0.000.120.30   0.55
XYZ13.171913.53149.5070
Yxy13.53140.36380.3737
Hunter Lab36.7851-0.457010.4262
CIE-Lab43.55332.050713.9506

#736550 color RGB value is (115,101,80).

#736550 hex color red value is 115, green value is 101 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #736550 hue: 0.10 , saturation: 0.18 and the lightness value of 736550 is 0.38.

The process color (four color CMYK) of #736550 color hex is 0.00, 0.12, 0.30, 0.55. Web safe color of #736550 is #666666. Color #736550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 01010000
Octal 163 145 120
Decimal 115 101 80
Hex 73 65 50

RGB Percentages of Color #736550

%38.85
%34.12
%27.03

CMYK Percentages of Color #736550

%0
%12
%30
%55

Triadic Colors of #736550

#736550 #507365 #655073

Analogous Colors of #736550

#736550 #707350 #735450

Monochromatic Colors of #736550

#736550

Complementary Color

#736550 #505e73

#736550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736550 Color CSS Codes

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

#736550 Text Font Color

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

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


#736550 Background Color

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

This div background color is #736550


#736550 Border Color

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

This div border color is #736550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736550


Comments

No comments written yet.

Please login to write comment.