Color Hex Logo

#713534 Color Hex

#713534
(113,53,52)
0 Favorites   0 Comments

Color spaces of #713534

RGB 1135352
HSL0.000.370.32
HSV54°44°
CMYK 0.000.530.54   0.56
XYZ8.70306.30484.0071
Yxy6.30480.45770.3316
Hunter Lab25.109417.92748.1147
CIE-Lab30.168826.358413.0761

#713534 color RGB value is (113,53,52).

#713534 hex color red value is 113, green value is 53 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #713534 hue: 0.00 , saturation: 0.37 and the lightness value of 713534 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 00110100
Octal 161 65 64
Decimal 113 53 52
Hex 71 35 34

RGB Percentages of Color #713534

%51.83
%24.31
%23.85

CMYK Percentages of Color #713534

%0
%53
%54
%56

Triadic Colors of #713534

#713534 #347135 #353471

Analogous Colors of #713534

#713534 #715434 #713452

Monochromatic Colors of #713534

#713534

Complementary Color

#713534 #347071

#713534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713534 Color CSS Codes

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

#713534 Text Font Color

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

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


#713534 Background Color

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

This div background color is #713534


#713534 Border Color

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

This div border color is #713534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713534


Comments

No comments written yet.

Please login to write comment.