Color Hex Logo

#70312b Color Hex

#70312B
(112,49,43)
0 Favorites   0 Comments

Color spaces of #70312b

RGB 1124943
HSL0.010.450.30
HSV62°44°
CMYK 0.000.560.62   0.56
XYZ8.21645.81582.9750
Yxy5.81580.48310.3420
Hunter Lab24.116018.61279.5670
CIE-Lab28.942927.361417.2495

#70312b color RGB value is (112,49,43).

#70312b hex color red value is 112, green value is 49 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #70312b hue: 0.01 , saturation: 0.45 and the lightness value of 70312b is 0.30.

The process color (four color CMYK) of #70312b color hex is 0.00, 0.56, 0.62, 0.56. Web safe color of #70312b is #663333. Color #70312b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 00101011
Octal 160 61 53
Decimal 112 49 43
Hex 70 31 2B

RGB Percentages of Color #70312b

%54.90
%24.02
%21.08

CMYK Percentages of Color #70312b

%0
%56
%62
%56

Triadic Colors of #70312b

#70312b #2b7031 #312b70

Analogous Colors of #70312b

#70312b #70542b #702b47

Monochromatic Colors of #70312b

#70312b

Complementary Color

#70312b #2b6a70

#70312b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70312b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70312b Color CSS Codes

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

#70312b Text Font Color

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

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


#70312b Background Color

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

This div background color is #70312b


#70312b Border Color

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

This div border color is #70312b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70312b


Comments

No comments written yet.

Please login to write comment.