Color Hex Logo

#70362d Color Hex

#70362D
(112,54,45)
0 Favorites   0 Comments

Color spaces of #70362d

RGB 1125445
HSL0.020.430.31
HSV60°44°
CMYK 0.000.520.60   0.56
XYZ8.47496.27253.2467
Yxy6.27250.47100.3486
Hunter Lab25.045016.57359.8454
CIE-Lab30.089824.712517.4463

#70362d color RGB value is (112,54,45).

#70362d hex color red value is 112, green value is 54 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #70362d hue: 0.02 , saturation: 0.43 and the lightness value of 70362d is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110110 00101101
Octal 160 66 55
Decimal 112 54 45
Hex 70 36 2D

RGB Percentages of Color #70362d

%53.08
%25.59
%21.33

CMYK Percentages of Color #70362d

%0
%52
%60
%56

Triadic Colors of #70362d

#70362d #2d7036 #362d70

Analogous Colors of #70362d

#70362d #70582d #702d46

Monochromatic Colors of #70362d

#70362d

Complementary Color

#70362d #2d6770

#70362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70362d Color CSS Codes

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

#70362d Text Font Color

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

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


#70362d Background Color

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

This div background color is #70362d


#70362d Border Color

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

This div border color is #70362d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70362d


Comments

No comments written yet.

Please login to write comment.