Color Hex Logo

#713328 Color Hex

#713328
(113,51,40)
0 Favorites   0 Comments

Color spaces of #713328

RGB 1135140
HSL0.030.480.30
HSV65°44°
CMYK 0.000.550.65   0.56
XYZ8.37696.03162.7302
Yxy6.03160.48880.3519
Hunter Lab24.559317.905510.6004
CIE-Lab29.492026.424719.8961

#713328 color RGB value is (113,51,40).

#713328 hex color red value is 113, green value is 51 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #713328 hue: 0.03 , saturation: 0.48 and the lightness value of 713328 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 00101000
Octal 161 63 50
Decimal 113 51 40
Hex 71 33 28

RGB Percentages of Color #713328

%55.39
%25.00
%19.61

CMYK Percentages of Color #713328

%0
%55
%65
%56

Triadic Colors of #713328

#713328 #287133 #332871

Analogous Colors of #713328

#713328 #715828 #712841

Monochromatic Colors of #713328

#713328

Complementary Color

#713328 #286671

#713328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713328 Color CSS Codes

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

#713328 Text Font Color

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

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


#713328 Background Color

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

This div background color is #713328


#713328 Border Color

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

This div border color is #713328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713328


Comments

No comments written yet.

Please login to write comment.