Color Hex Logo

#713648 Color Hex

#713648
(113,54,72)
0 Favorites   0 Comments

Color spaces of #713648

RGB 1135472
HSL0.950.350.33
HSV342°52°44°
CMYK 0.000.520.36   0.56
XYZ9.29896.61696.9180
Yxy6.61690.40720.2898
Hunter Lab25.723319.51132.0610
CIE-Lab30.918428.15791.0875

#713648 color RGB value is (113,54,72).

#713648 hex color red value is 113, green value is 54 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #713648 hue: 0.95 , saturation: 0.35 and the lightness value of 713648 is 0.33.

The process color (four color CMYK) of #713648 color hex is 0.00, 0.52, 0.36, 0.56. Web safe color of #713648 is #663333. Color #713648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 01001000
Octal 161 66 110
Decimal 113 54 72
Hex 71 36 48

RGB Percentages of Color #713648

%47.28
%22.59
%30.13

CMYK Percentages of Color #713648

%0
%52
%36
%56

Triadic Colors of #713648

#713648 #487136 #364871

Analogous Colors of #713648

#713648 #714236 #713666

Monochromatic Colors of #713648

#713648

Complementary Color

#713648 #36715f

#713648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713648 Color CSS Codes

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

#713648 Text Font Color

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

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


#713648 Background Color

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

This div background color is #713648


#713648 Border Color

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

This div border color is #713648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713648


Comments

No comments written yet.

Please login to write comment.