Color Hex Logo

#70311d Color Hex

#70311D
(112,49,29)
0 Favorites   0 Comments

Color spaces of #70311d

RGB 1124929
HSL0.040.590.28
HSV14°74°44°
CMYK 0.000.560.74   0.56
XYZ8.00225.73011.8467
Yxy5.73010.51370.3678
Hunter Lab23.937617.780612.1823
CIE-Lab28.721126.379525.7196

#70311d color RGB value is (112,49,29).

#70311d hex color red value is 112, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #70311d hue: 0.04 , saturation: 0.59 and the lightness value of 70311d is 0.28.

The process color (four color CMYK) of #70311d color hex is 0.00, 0.56, 0.74, 0.56. Web safe color of #70311d is #663333. Color #70311d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 00011101
Octal 160 61 35
Decimal 112 49 29
Hex 70 31 1D

RGB Percentages of Color #70311d

%58.95
%25.79
%15.26

CMYK Percentages of Color #70311d

%0
%56
%74
%56

Triadic Colors of #70311d

#70311d #1d7031 #311d70

Analogous Colors of #70311d

#70311d #705b1d #701d33

Monochromatic Colors of #70311d

#70311d

Complementary Color

#70311d #1d5c70

#70311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70311d Color CSS Codes

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

#70311d Text Font Color

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

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


#70311d Background Color

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

This div background color is #70311d


#70311d Border Color

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

This div border color is #70311d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,49,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70311d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70311d;
  -webkit-box-shadow: 1px 1px 3px 2px #70311d;
  box-shadow:         1px 1px 3px 2px #70311d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,49,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70311d


Comments

No comments written yet.

Please login to write comment.