Color Hex Logo

#70333c Color Hex

#70333C
(112,51,60)
0 Favorites   0 Comments

Color spaces of #70333c

RGB 1125160
HSL0.980.370.32
HSV351°54°44°
CMYK 0.000.540.46   0.56
XYZ8.68156.13865.0023
Yxy6.13860.43800.3097
Hunter Lab24.776219.18755.3727
CIE-Lab29.759527.93697.2648

#70333c color RGB value is (112,51,60).

#70333c hex color red value is 112, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #70333c hue: 0.98 , saturation: 0.37 and the lightness value of 70333c is 0.32.

The process color (four color CMYK) of #70333c color hex is 0.00, 0.54, 0.46, 0.56. Web safe color of #70333c is #663333. Color #70333c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110011 00111100
Octal 160 63 74
Decimal 112 51 60
Hex 70 33 3C

RGB Percentages of Color #70333c

%50.22
%22.87
%26.91

CMYK Percentages of Color #70333c

%0
%54
%46
%56

Triadic Colors of #70333c

#70333c #3c7033 #333c70

Analogous Colors of #70333c

#70333c #704933 #70335b

Monochromatic Colors of #70333c

#70333c

Complementary Color

#70333c #337067

#70333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70333c Color CSS Codes

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

#70333c Text Font Color

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

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


#70333c Background Color

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

This div background color is #70333c


#70333c Border Color

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

This div border color is #70333c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,51,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70333c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70333c;
  -webkit-box-shadow: 1px 1px 3px 2px #70333c;
  box-shadow:         1px 1px 3px 2px #70333c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70333c


Comments

No comments written yet.

Please login to write comment.