Color Hex Logo

#708358 Color Hex

#708358
(112,131,88)
0 Favorites   0 Comments

Color spaces of #708358

RGB 11213188
HSL0.240.200.43
HSV87°33°51°
CMYK 0.150.000.33   0.49
XYZ16.559820.381912.2938
Yxy20.38190.33630.4140
Hunter Lab45.1463-13.531715.4572
CIE-Lab52.2663-14.991121.0349

#708358 color RGB value is (112,131,88).

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

The process color (four color CMYK) of #708358 color hex is 0.15, 0.00, 0.33, 0.49. Web safe color of #708358 is #669966. Color #708358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 01011000
Octal 160 203 130
Decimal 112 131 88
Hex 70 83 58

RGB Percentages of Color #708358

%33.84
%39.58
%26.59

CMYK Percentages of Color #708358

%15
%0
%33
%49

Triadic Colors of #708358

#708358 #587083 #835870

Analogous Colors of #708358

#708358 #5b8358 #838158

Monochromatic Colors of #708358

#708358

Complementary Color

#708358 #6b5883

#708358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708358 Color CSS Codes

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

#708358 Text Font Color

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

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


#708358 Background Color

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

This div background color is #708358


#708358 Border Color

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

This div border color is #708358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708358


Comments

No comments written yet.

Please login to write comment.