Color Hex Logo

#715d4e Color Hex

#715D4E
(113,93,78)
0 Favorites   0 Comments

Color spaces of #715d4e

RGB 1139378
HSL0.070.180.37
HSV26°31°44°
CMYK 0.000.180.31   0.56
XYZ12.099511.88958.8649
Yxy11.88950.36830.3619
Hunter Lab34.48122.29408.8937
CIE-Lab41.04005.662311.6616

#715d4e color RGB value is (113,93,78).

#715d4e hex color red value is 113, green value is 93 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #715d4e hue: 0.07 , saturation: 0.18 and the lightness value of 715d4e is 0.37.

The process color (four color CMYK) of #715d4e color hex is 0.00, 0.18, 0.31, 0.56. Web safe color of #715d4e is #666666. Color #715d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 01001110
Octal 161 135 116
Decimal 113 93 78
Hex 71 5D 4E

RGB Percentages of Color #715d4e

%39.79
%32.75
%27.46

CMYK Percentages of Color #715d4e

%0
%18
%31
%56

Triadic Colors of #715d4e

#715d4e #4e715d #5d4e71

Analogous Colors of #715d4e

#715d4e #716f4e #714e51

Monochromatic Colors of #715d4e

#715d4e

Complementary Color

#715d4e #4e6271

#715d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#715d4e Color CSS Codes

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

#715d4e Text Font Color

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

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


#715d4e Background Color

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

This div background color is #715d4e


#715d4e Border Color

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

This div border color is #715d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,93,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #715d4e;
  box-shadow:         1px 1px 3px 2px #715d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715d4e


Comments

No comments written yet.

Please login to write comment.