Color Hex Logo

#708653 Color Hex

#708653
(112,134,83)
0 Favorites   0 Comments

Color spaces of #708653

RGB 11213483
HSL0.240.240.43
HSV86°38°53°
CMYK 0.160.000.38   0.47
XYZ16.768521.119511.3763
Yxy21.11950.34040.4287
Hunter Lab45.9560-15.291517.4921
CIE-Lab53.0800-17.330424.9051

#708653 color RGB value is (112,134,83).

#708653 hex color red value is 112, green value is 134 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #708653 hue: 0.24 , saturation: 0.24 and the lightness value of 708653 is 0.43.

The process color (four color CMYK) of #708653 color hex is 0.16, 0.00, 0.38, 0.47. Web safe color of #708653 is #669966. Color #708653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 01010011
Octal 160 206 123
Decimal 112 134 83
Hex 70 86 53

RGB Percentages of Color #708653

%34.04
%40.73
%25.23

CMYK Percentages of Color #708653

%16
%0
%38
%47

Triadic Colors of #708653

#708653 #537086 #865370

Analogous Colors of #708653

#708653 #578653 #868353

Monochromatic Colors of #708653

#708653

Complementary Color

#708653 #695386

#708653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708653 Color CSS Codes

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

#708653 Text Font Color

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

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


#708653 Background Color

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

This div background color is #708653


#708653 Border Color

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

This div border color is #708653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708653


Comments

No comments written yet.

Please login to write comment.