Color Hex Logo

#713548 Color Hex

#713548
(113,53,72)
0 Favorites   0 Comments

Color spaces of #713548

RGB 1135372
HSL0.950.360.33
HSV341°53°44°
CMYK 0.000.530.36   0.56
XYZ9.25296.52486.9026
Yxy6.52480.40800.2877
Hunter Lab25.543719.95811.8588
CIE-Lab30.699728.72000.7697

#713548 color RGB value is (113,53,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 01001000
Octal 161 65 110
Decimal 113 53 72
Hex 71 35 48

RGB Percentages of Color #713548

%47.48
%22.27
%30.25

CMYK Percentages of Color #713548

%0
%53
%36
%56

Triadic Colors of #713548

#713548 #487135 #354871

Analogous Colors of #713548

#713548 #714035 #713566

Monochromatic Colors of #713548

#713548

Complementary Color

#713548 #35715e

#713548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713548 Color CSS Codes

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

#713548 Text Font Color

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

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


#713548 Background Color

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

This div background color is #713548


#713548 Border Color

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

This div border color is #713548


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,53,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 #713548">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713548


Comments

No comments written yet.

Please login to write comment.