Color Hex Logo

#712930 Color Hex

#712930
(113,41,48)
0 Favorites   0 Comments

Color spaces of #712930

RGB 1134148
HSL0.980.470.30
HSV354°64°44°
CMYK 0.000.640.58   0.56
XYZ8.13655.31003.3924
Yxy5.31000.48320.3153
Hunter Lab23.043422.70137.4019
CIE-Lab27.600332.429512.2399

#712930 color RGB value is (113,41,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 00110000
Octal 161 51 60
Decimal 113 41 48
Hex 71 29 30

RGB Percentages of Color #712930

%55.94
%20.30
%23.76

CMYK Percentages of Color #712930

%0
%64
%58
%56

Triadic Colors of #712930

#712930 #307129 #293071

Analogous Colors of #712930

#712930 #714629 #712954

Monochromatic Colors of #712930

#712930

Complementary Color

#712930 #29716a

#712930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712930 Color CSS Codes

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

#712930 Text Font Color

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

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


#712930 Background Color

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

This div background color is #712930


#712930 Border Color

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

This div border color is #712930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712930


Comments

No comments written yet.

Please login to write comment.