Color Hex Logo

#713224 Color Hex

#713224
(113,50,36)
0 Favorites   0 Comments

Color spaces of #713224

RGB 1135036
HSL0.030.520.29
HSV11°68°44°
CMYK 0.000.560.68   0.56
XYZ8.26915.91932.3758
Yxy5.91930.49920.3574
Hunter Lab24.329618.091411.2410
CIE-Lab29.207926.690622.0574

#713224 color RGB value is (113,50,36).

#713224 hex color red value is 113, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #713224 hue: 0.03 , saturation: 0.52 and the lightness value of 713224 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 00100100
Octal 161 62 44
Decimal 113 50 36
Hex 71 32 24

RGB Percentages of Color #713224

%56.78
%25.13
%18.09

CMYK Percentages of Color #713224

%0
%56
%68
%56

Triadic Colors of #713224

#713224 #247132 #322471

Analogous Colors of #713224

#713224 #715924 #71243d

Monochromatic Colors of #713224

#713224

Complementary Color

#713224 #246371

#713224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713224 Color CSS Codes

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

#713224 Text Font Color

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

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


#713224 Background Color

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

This div background color is #713224


#713224 Border Color

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

This div border color is #713224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713224


Comments

No comments written yet.

Please login to write comment.