Color Hex Logo

#713519 Color Hex

#713519
(113,53,25)
0 Favorites   0 Comments

Color spaces of #713519

RGB 1135325
HSL0.050.640.27
HSV19°78°44°
CMYK 0.000.530.78   0.56
XYZ8.25866.12711.6671
Yxy6.12710.51450.3817
Hunter Lab24.753016.237113.3339
CIE-Lab29.730924.342829.1836

#713519 color RGB value is (113,53,25).

#713519 hex color red value is 113, green value is 53 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #713519 hue: 0.05 , saturation: 0.64 and the lightness value of 713519 is 0.27.

The process color (four color CMYK) of #713519 color hex is 0.00, 0.53, 0.78, 0.56. Web safe color of #713519 is #663300. Color #713519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 00011001
Octal 161 65 31
Decimal 113 53 25
Hex 71 35 19

RGB Percentages of Color #713519

%59.16
%27.75
%13.09

CMYK Percentages of Color #713519

%0
%53
%78
%56

Triadic Colors of #713519

#713519 #197135 #351971

Analogous Colors of #713519

#713519 #716119 #711929

Monochromatic Colors of #713519

#713519

Complementary Color

#713519 #195571

#713519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713519 Color CSS Codes

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

#713519 Text Font Color

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

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


#713519 Background Color

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

This div background color is #713519


#713519 Border Color

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

This div border color is #713519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713519


Comments

No comments written yet.

Please login to write comment.