Color Hex Logo

#712a09 Color Hex

#712A09
(113,42,9)
0 Favorites   0 Comments

Color spaces of #712a09

RGB 113429
HSL0.050.850.24
HSV19°92°44°
CMYK 0.000.630.92   0.56
XYZ7.68735.18640.8543
Yxy5.18640.56000.3778
Hunter Lab22.773720.399113.7174
CIE-Lab27.259429.766934.7795

#712a09 color RGB value is (113,42,9).

#712a09 hex color red value is 113, green value is 42 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #712a09 hue: 0.05 , saturation: 0.85 and the lightness value of 712a09 is 0.24.

The process color (four color CMYK) of #712a09 color hex is 0.00, 0.63, 0.92, 0.56. Web safe color of #712a09 is #663300. Color #712a09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101010 00001001
Octal 161 52 11
Decimal 113 42 9
Hex 71 2A 9

RGB Percentages of Color #712a09

%68.90
%25.61
%5.49

CMYK Percentages of Color #712a09

%0
%63
%92
%56

Triadic Colors of #712a09

#712a09 #09712a #2a0971

Analogous Colors of #712a09

#712a09 #715e09 #71091c

Monochromatic Colors of #712a09

#712a09

Complementary Color

#712a09 #095071

#712a09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712a09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712a09 Color CSS Codes

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

#712a09 Text Font Color

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

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


#712a09 Background Color

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

This div background color is #712a09


#712a09 Border Color

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

This div border color is #712a09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,42,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712a09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712a09;
  -webkit-box-shadow: 1px 1px 3px 2px #712a09;
  box-shadow:         1px 1px 3px 2px #712a09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712a09


Comments

No comments written yet.

Please login to write comment.