Color Hex Logo

#701906 Color Hex

#701906
(112,25,6)
0 Favorites   0 Comments

Color spaces of #701906

RGB 112256
HSL0.030.900.23
HSV11°95°44°
CMYK 0.000.780.95   0.56
XYZ7.06264.15320.6017
Yxy4.15320.59760.3514
Hunter Lab20.379426.196312.5150
CIE-Lab24.171637.052833.0688

#701906 color RGB value is (112,25,6).

#701906 hex color red value is 112, green value is 25 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #701906 hue: 0.03 , saturation: 0.90 and the lightness value of 701906 is 0.23.

The process color (four color CMYK) of #701906 color hex is 0.00, 0.78, 0.95, 0.56. Web safe color of #701906 is #660000. Color #701906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 00000110
Octal 160 31 6
Decimal 112 25 6
Hex 70 19 6

RGB Percentages of Color #701906

%78.32
%17.48
%4.20

CMYK Percentages of Color #701906

%0
%78
%95
%56

Triadic Colors of #701906

#701906 #067019 #190670

Analogous Colors of #701906

#701906 #704e06 #700628

Monochromatic Colors of #701906

#701906

Complementary Color

#701906 #065d70

#701906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701906 Color CSS Codes

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

#701906 Text Font Color

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

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


#701906 Background Color

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

This div background color is #701906


#701906 Border Color

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

This div border color is #701906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701906


Comments

No comments written yet.

Please login to write comment.