Color Hex Logo

#708941 Color Hex

#708941
(112,137,65)
0 Favorites   0 Comments

Color spaces of #708941

RGB 11213765
HSL0.220.360.40
HSV81°53°54°
CMYK 0.180.000.53   0.46
XYZ16.581921.71778.3190
Yxy21.71770.35570.4659
Hunter Lab46.6023-18.040522.0377
CIE-Lab53.7262-21.159635.3516

#708941 color RGB value is (112,137,65).

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

The process color (four color CMYK) of #708941 color hex is 0.18, 0.00, 0.53, 0.46. Web safe color of #708941 is #669933. Color #708941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001001 01000001
Octal 160 211 101
Decimal 112 137 65
Hex 70 89 41

RGB Percentages of Color #708941

%35.67
%43.63
%20.70

CMYK Percentages of Color #708941

%18
%0
%53
%46

Triadic Colors of #708941

#708941 #417089 #894170

Analogous Colors of #708941

#708941 #4c8941 #897e41

Monochromatic Colors of #708941

#708941

Complementary Color

#708941 #5a4189

#708941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708941 Color CSS Codes

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

#708941 Text Font Color

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

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


#708941 Background Color

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

This div background color is #708941


#708941 Border Color

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

This div border color is #708941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708941


Comments

No comments written yet.

Please login to write comment.