Color Hex Logo

#712937 Color Hex

#712937
(113,41,55)
0 Favorites   0 Comments

Color spaces of #712937

RGB 1134155
HSL0.970.470.30
HSV348°64°44°
CMYK 0.000.640.51   0.56
XYZ8.29265.37244.2143
Yxy5.37240.46380.3005
Hunter Lab23.178423.30015.4448
CIE-Lab27.770433.09657.8136

#712937 color RGB value is (113,41,55).

#712937 hex color red value is 113, green value is 41 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #712937 hue: 0.97 , saturation: 0.47 and the lightness value of 712937 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 00110111
Octal 161 51 67
Decimal 113 41 55
Hex 71 29 37

RGB Percentages of Color #712937

%54.07
%19.62
%26.32

CMYK Percentages of Color #712937

%0
%64
%51
%56

Triadic Colors of #712937

#712937 #377129 #293771

Analogous Colors of #712937

#712937 #713f29 #71295b

Monochromatic Colors of #712937

#712937

Complementary Color

#712937 #297163

#712937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712937 Color CSS Codes

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

#712937 Text Font Color

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

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


#712937 Background Color

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

This div background color is #712937


#712937 Border Color

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

This div border color is #712937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712937


Comments

No comments written yet.

Please login to write comment.