Color Hex Logo

#708349 Color Hex

#708349
(112,131,73)
0 Favorites   0 Comments

Color spaces of #708349

RGB 11213173
HSL0.220.280.40
HSV80°44°51°
CMYK 0.150.000.44   0.49
XYZ16.001020.15849.3509
Yxy20.15840.35160.4429
Hunter Lab44.8981-14.957019.0804
CIE-Lab52.0158-17.088729.0296

#708349 color RGB value is (112,131,73).

#708349 hex color red value is 112, green value is 131 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #708349 hue: 0.22 , saturation: 0.28 and the lightness value of 708349 is 0.40.

The process color (four color CMYK) of #708349 color hex is 0.15, 0.00, 0.44, 0.49. Web safe color of #708349 is #669933. Color #708349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 01001001
Octal 160 203 111
Decimal 112 131 73
Hex 70 83 49

RGB Percentages of Color #708349

%35.44
%41.46
%23.10

CMYK Percentages of Color #708349

%15
%0
%44
%49

Triadic Colors of #708349

#708349 #497083 #834970

Analogous Colors of #708349

#708349 #538349 #837949

Monochromatic Colors of #708349

#708349

Complementary Color

#708349 #5c4983

#708349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708349 Color CSS Codes

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

#708349 Text Font Color

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

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


#708349 Background Color

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

This div background color is #708349


#708349 Border Color

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

This div border color is #708349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708349


Comments

No comments written yet.

Please login to write comment.