Color Hex Logo

#703d28 Color Hex

#703D28
(112,61,40)
0 Favorites   0 Comments

Color spaces of #703d28

RGB 1126140
HSL0.050.470.30
HSV18°64°44°
CMYK 0.000.460.64   0.56
XYZ8.73386.93542.8858
Yxy6.93540.47070.3738
Hunter Lab26.335113.111311.9376
CIE-Lab31.659420.198922.5413

#703d28 color RGB value is (112,61,40).

#703d28 hex color red value is 112, green value is 61 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #703d28 hue: 0.05 , saturation: 0.47 and the lightness value of 703d28 is 0.30.

The process color (four color CMYK) of #703d28 color hex is 0.00, 0.46, 0.64, 0.56. Web safe color of #703d28 is #663333. Color #703d28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111101 00101000
Octal 160 75 50
Decimal 112 61 40
Hex 70 3D 28

RGB Percentages of Color #703d28

%52.58
%28.64
%18.78

CMYK Percentages of Color #703d28

%0
%46
%64
%56

Triadic Colors of #703d28

#703d28 #28703d #3d2870

Analogous Colors of #703d28

#703d28 #706128 #702837

Monochromatic Colors of #703d28

#703d28

Complementary Color

#703d28 #285b70

#703d28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703d28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703d28 Color CSS Codes

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

#703d28 Text Font Color

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

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


#703d28 Background Color

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

This div background color is #703d28


#703d28 Border Color

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

This div border color is #703d28


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,61,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703d28; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703d28;
  -webkit-box-shadow: 1px 1px 3px 2px #703d28;
  box-shadow:         1px 1px 3px 2px #703d28; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703d28


Comments

No comments written yet.

Please login to write comment.