Color Hex Logo

#706104 Color Hex

#706104
(112,97,4)
0 Favorites   0 Comments

Color spaces of #706104

RGB 112974
HSL0.140.930.23
HSV52°96°44°
CMYK 0.000.130.96   0.56
XYZ10.978712.00291.8530
Yxy12.00290.44210.4833
Hunter Lab34.6452-4.064321.0805
CIE-Lab41.2207-3.136347.2124

#706104 color RGB value is (112,97,4).

#706104 hex color red value is 112, green value is 97 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #706104 hue: 0.14 , saturation: 0.93 and the lightness value of 706104 is 0.23.

The process color (four color CMYK) of #706104 color hex is 0.00, 0.13, 0.96, 0.56. Web safe color of #706104 is #666600. Color #706104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 00000100
Octal 160 141 4
Decimal 112 97 4
Hex 70 61 4

RGB Percentages of Color #706104

%52.58
%45.54
%1.88

CMYK Percentages of Color #706104

%0
%13
%96
%56

Triadic Colors of #706104

#706104 #047061 #610470

Analogous Colors of #706104

#706104 #497004 #702b04

Monochromatic Colors of #706104

#706104

Complementary Color

#706104 #041370

#706104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706104 Color CSS Codes

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

#706104 Text Font Color

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

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


#706104 Background Color

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

This div background color is #706104


#706104 Border Color

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

This div border color is #706104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706104


Comments

No comments written yet.

Please login to write comment.