Color Hex Logo

#736171 Color Hex

#736171
(115,97,113)
0 Favorites   0 Comments

Color spaces of #736171

RGB 11597113
HSL0.850.080.42
HSV307°16°45°
CMYK 0.000.160.02   0.55
XYZ14.325613.386517.4516
Yxy13.38650.31720.2964
Hunter Lab36.58765.8622-2.6689
CIE-Lab43.339910.3142-6.3294

#736171 color RGB value is (115,97,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100001 01110001
Octal 163 141 161
Decimal 115 97 113
Hex 73 61 71

RGB Percentages of Color #736171

%35.38
%29.85
%34.77

CMYK Percentages of Color #736171

%0
%16
%2
%55

Triadic Colors of #736171

#736171 #717361 #617173

Analogous Colors of #736171

#736171 #736168 #6c6173

Monochromatic Colors of #736171

#736171

Complementary Color

#736171 #617363

#736171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736171 Color CSS Codes

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

#736171 Text Font Color

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

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


#736171 Background Color

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

This div background color is #736171


#736171 Border Color

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

This div border color is #736171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736171


Comments

No comments written yet.

Please login to write comment.