Color Hex Logo

#712814 Color Hex

#712814
(113,40,20)
0 Favorites   0 Comments

Color spaces of #712814

RGB 1134020
HSL0.040.700.26
HSV13°82°44°
CMYK 0.000.650.82   0.56
XYZ7.69515.07881.2365
Yxy5.07880.54920.3625
Hunter Lab22.536221.511412.5223
CIE-Lab26.958131.138529.1110

#712814 color RGB value is (113,40,20).

#712814 hex color red value is 113, green value is 40 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #712814 hue: 0.04 , saturation: 0.70 and the lightness value of 712814 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 00010100
Octal 161 50 24
Decimal 113 40 20
Hex 71 28 14

RGB Percentages of Color #712814

%65.32
%23.12
%11.56

CMYK Percentages of Color #712814

%0
%65
%82
%56

Triadic Colors of #712814

#712814 #147128 #281471

Analogous Colors of #712814

#712814 #715714 #71142f

Monochromatic Colors of #712814

#712814

Complementary Color

#712814 #145d71

#712814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712814 Color CSS Codes

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

#712814 Text Font Color

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

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


#712814 Background Color

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

This div background color is #712814


#712814 Border Color

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

This div border color is #712814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712814


Comments

No comments written yet.

Please login to write comment.