Color Hex Logo

#703036 Color Hex

#703036
(112,48,54)
0 Favorites   0 Comments

Color spaces of #703036

RGB 1124854
HSL0.980.400.31
HSV354°57°44°
CMYK 0.000.570.52   0.56
XYZ8.40495.82504.1714
Yxy5.82500.45680.3166
Hunter Lab24.135019.92546.6471
CIE-Lab28.966628.937210.1063

#703036 color RGB value is (112,48,54).

#703036 hex color red value is 112, green value is 48 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #703036 hue: 0.98 , saturation: 0.40 and the lightness value of 703036 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 00110110
Octal 160 60 66
Decimal 112 48 54
Hex 70 30 36

RGB Percentages of Color #703036

%52.34
%22.43
%25.23

CMYK Percentages of Color #703036

%0
%57
%52
%56

Triadic Colors of #703036

#703036 #367030 #303670

Analogous Colors of #703036

#703036 #704a30 #703056

Monochromatic Colors of #703036

#703036

Complementary Color

#703036 #30706a

#703036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703036 Color CSS Codes

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

#703036 Text Font Color

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

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


#703036 Background Color

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

This div background color is #703036


#703036 Border Color

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

This div border color is #703036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703036


Comments

No comments written yet.

Please login to write comment.