Color Hex Logo

#71535f Color Hex

#71535F
(113,83,95)
0 Favorites   0 Comments

Color spaces of #71535f

RGB 1138395
HSL0.930.150.38
HSV336°27°44°
CMYK 0.000.270.16   0.56
XYZ11.968910.523412.2269
Yxy10.52340.34470.3031
Hunter Lab32.43989.08930.3608
CIE-Lab38.765914.5561-2.0660

#71535f color RGB value is (113,83,95).

#71535f hex color red value is 113, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71535f hue: 0.93 , saturation: 0.15 and the lightness value of 71535f is 0.38.

The process color (four color CMYK) of #71535f color hex is 0.00, 0.27, 0.16, 0.56. Web safe color of #71535f is #666666. Color #71535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 01011111
Octal 161 123 137
Decimal 113 83 95
Hex 71 53 5F

RGB Percentages of Color #71535f

%38.83
%28.52
%32.65

CMYK Percentages of Color #71535f

%0
%27
%16
%56

Triadic Colors of #71535f

#71535f #5f7153 #535f71

Analogous Colors of #71535f

#71535f #715653 #71536e

Monochromatic Colors of #71535f

#71535f

Complementary Color

#71535f #537165

#71535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71535f Color CSS Codes

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

#71535f Text Font Color

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

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


#71535f Background Color

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

This div background color is #71535f


#71535f Border Color

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

This div border color is #71535f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,83,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71535f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71535f;
  -webkit-box-shadow: 1px 1px 3px 2px #71535f;
  box-shadow:         1px 1px 3px 2px #71535f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71535f


Comments

No comments written yet.

Please login to write comment.