Color Hex Logo

#712412 Color Hex

#712412
(113,36,18)
0 Favorites   0 Comments

Color spaces of #712412

RGB 1133618
HSL0.030.730.26
HSV11°84°44°
CMYK 0.000.680.84   0.56
XYZ7.55014.81611.1039
Yxy4.81610.56050.3575
Hunter Lab21.945623.005812.3795
CIE-Lab26.204333.020529.4794

#712412 color RGB value is (113,36,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 00010010
Octal 161 44 22
Decimal 113 36 18
Hex 71 24 12

RGB Percentages of Color #712412

%67.66
%21.56
%10.78

CMYK Percentages of Color #712412

%0
%68
%84
%56

Triadic Colors of #712412

#712412 #127124 #241271

Analogous Colors of #712412

#712412 #715412 #711230

Monochromatic Colors of #712412

#712412

Complementary Color

#712412 #125f71

#712412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712412 Color CSS Codes

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

#712412 Text Font Color

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

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


#712412 Background Color

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

This div background color is #712412


#712412 Border Color

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

This div border color is #712412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712412


Comments

No comments written yet.

Please login to write comment.