Color Hex Logo

#713228 Color Hex

#713228
(113,50,40)
0 Favorites   0 Comments

Color spaces of #713228

RGB 1135040
HSL0.020.480.30
HSV65°44°
CMYK 0.000.560.65   0.56
XYZ8.33375.94512.7158
Yxy5.94510.49040.3498
Hunter Lab24.382618.339910.4639
CIE-Lab29.273526.983419.6224

#713228 color RGB value is (113,50,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 00101000
Octal 161 62 50
Decimal 113 50 40
Hex 71 32 28

RGB Percentages of Color #713228

%55.67
%24.63
%19.70

CMYK Percentages of Color #713228

%0
%56
%65
%56

Triadic Colors of #713228

#713228 #287132 #322871

Analogous Colors of #713228

#713228 #715728 #712842

Monochromatic Colors of #713228

#713228

Complementary Color

#713228 #286771

#713228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713228 Color CSS Codes

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

#713228 Text Font Color

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

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


#713228 Background Color

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

This div background color is #713228


#713228 Border Color

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

This div border color is #713228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713228


Comments

No comments written yet.

Please login to write comment.