Color Hex Logo

#736170 Color Hex

#736170
(115,97,112)
0 Favorites   0 Comments

Color spaces of #736170

RGB 11597112
HSL0.860.080.42
HSV310°16°45°
CMYK 0.000.160.03   0.55
XYZ14.269613.364117.1567
Yxy13.36410.31860.2984
Hunter Lab36.55695.7009-2.2358
CIE-Lab43.306810.1098-5.7711

#736170 color RGB value is (115,97,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 01110000
Octal 163 141 160
Decimal 115 97 112
Hex 73 61 70

RGB Percentages of Color #736170

%35.49
%29.94
%34.57

CMYK Percentages of Color #736170

%0
%16
%3
%55

Triadic Colors of #736170

#736170 #707361 #617073

Analogous Colors of #736170

#736170 #736167 #6d6173

Monochromatic Colors of #736170

#736170

Complementary Color

#736170 #617364

#736170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736170 Color CSS Codes

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

#736170 Text Font Color

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

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


#736170 Background Color

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

This div background color is #736170


#736170 Border Color

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

This div border color is #736170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736170


Comments

No comments written yet.

Please login to write comment.