Color Hex Logo

#706719 Color Hex

#706719
(112,103,25)
0 Favorites   0 Comments

Color spaces of #706719

RGB 11210325
HSL0.150.640.27
HSV54°78°44°
CMYK 0.000.080.78   0.56
XYZ11.707813.21542.8535
Yxy13.21540.42150.4758
Hunter Lab36.3530-6.130220.7932
CIE-Lab43.0860-5.901042.4657

#706719 color RGB value is (112,103,25).

#706719 hex color red value is 112, green value is 103 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #706719 hue: 0.15 , saturation: 0.64 and the lightness value of 706719 is 0.27.

The process color (four color CMYK) of #706719 color hex is 0.00, 0.08, 0.78, 0.56. Web safe color of #706719 is #666600. Color #706719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 00011001
Octal 160 147 31
Decimal 112 103 25
Hex 70 67 19

RGB Percentages of Color #706719

%46.67
%42.92
%10.42

CMYK Percentages of Color #706719

%0
%8
%78
%56

Triadic Colors of #706719

#706719 #197067 #671970

Analogous Colors of #706719

#706719 #4e7019 #703c19

Monochromatic Colors of #706719

#706719

Complementary Color

#706719 #192270

#706719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706719 Color CSS Codes

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

#706719 Text Font Color

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

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


#706719 Background Color

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

This div background color is #706719


#706719 Border Color

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

This div border color is #706719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706719


Comments

No comments written yet.

Please login to write comment.