Color Hex Logo

#715441 Color Hex

#715441
(113,84,65)
0 Favorites   0 Comments

Color spaces of #715441

RGB 1138465
HSL0.070.270.35
HSV24°42°44°
CMYK 0.000.260.42   0.56
XYZ10.934510.23306.3999
Yxy10.23300.39660.3712
Hunter Lab31.98915.034010.5305
CIE-Lab38.25749.309515.7852

#715441 color RGB value is (113,84,65).

#715441 hex color red value is 113, green value is 84 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #715441 hue: 0.07 , saturation: 0.27 and the lightness value of 715441 is 0.35.

The process color (four color CMYK) of #715441 color hex is 0.00, 0.26, 0.42, 0.56. Web safe color of #715441 is #666633. Color #715441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 01000001
Octal 161 124 101
Decimal 113 84 65
Hex 71 54 41

RGB Percentages of Color #715441

%43.13
%32.06
%24.81

CMYK Percentages of Color #715441

%0
%26
%42
%56

Triadic Colors of #715441

#715441 #417154 #544171

Analogous Colors of #715441

#715441 #716c41 #714146

Monochromatic Colors of #715441

#715441

Complementary Color

#715441 #415e71

#715441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715441 Color CSS Codes

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

#715441 Text Font Color

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

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


#715441 Background Color

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

This div background color is #715441


#715441 Border Color

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

This div border color is #715441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715441


Comments

No comments written yet.

Please login to write comment.