COLOR #708C3C

HEX: #708C3C RGB: (112,140,60)

Color info

#708C3C contains mainly red and green colors. Web safe color of #708C3C is #669933 (or #693).

RGB color model

#708C3C color RGB value is (112,140,60).

RGB: (112,140,60) (44%, 55%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 60 of 255 = 24%

112
140
60

R + G + B ~ 41%. #708C3C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 140 + 60 = 312 (100%)
R 112 of 312 ~ 35.9%
G 140 of 312 ~ 44.87%
B 60 of 312 ~ 19.23'%

%35.9
%44.87
%19.23

CMYK color model

#708C3C color CMYK value is (20,0,57,45).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 45.10%

CMYK: (20,0,57,45)
C20M0Y57K45 (20%, 0%, 57%, 45%)
(0.20 / 0.00 / 0.57 / 0.45)

CMYK percentages

%20
%0
%57.14
%45.1

Codes

Color #708C3C in popluar color models

70 8C 3C
RGB 112 140 60
HSL 81° 40.00% 39.22%
HSB/HSV 81° 57.14% 54.90%
CMYK 20.00% 0.00% 57.14%
45.10%

Color #708C3C in popluar number systems.

HEX 70 8C 3C
Decimal 112 140 60
Binary 1110000 10001100 111100
Octal 160 214 74

Shades and tints

Shades of #708C3C

#708C3C
(112,140,60)
#668037
(102,128,55)
#5C7432
(92,116,50)
#52682D
(82,104,45)
#485C28
(72,92,40)
#3E5023
(62,80,35)
#34441E
(52,68,30)
#2A3819
(42,56,25)
#202C14
(32,44,20)
#16200F
(22,32,15)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #708C3C

#708C3C
(112,140,60)
#7D964D
(125,150,77)
#8AA05E
(138,160,94)
#97AA6F
(151,170,111)
#A4B480
(164,180,128)
#B1BE91
(177,190,145)
#BEC8A2
(190,200,162)
#CBD2B3
(203,210,179)
#D8DCC4
(216,220,196)
#E5E6D5
(229,230,213)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708C3C color. Also use rgb(112,140,60) instead hex code.

Text Font Color

.myTextColor { color: #708C3C; }

<p style="color:#708C3C">This sample text font color is #708C3C.</p>

This text font color is #708C3C.

Background Color

.myBgColor { background-color: #708C3C; }

<div style="background-color:#708C3C">Inner text</div>

This div background color is #708C3C.

Border color

.myBorderColor { border: 1px solid #708C3C; }

<div style="border:3px solid #708C3C">Div</div>

This div border color is #708C3C.

Opacity

.myOpacity80 { color: #708C3C; opacity: 0.8; }

<p style="color:#708C3C;opacity:0.8;">80%</p>

Text with #708C3C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #708C3C;}

<p style="text-shadow: 3px 3px 1px #708C3C">Text here.</p>

This text has shadow with #708C3C color.


.textShadow {text-shadow: 3px 3px 1px #708C3C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #708C3C, 5px 5px 20px red">Text here.</p>

This text has shadow with #708C3C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#708C3C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#708C3C, Direction=45, Strength=4)">Text</p>

This text has shadow with #708C3C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #708C3C;
-webkit-box-shadow: 1px 1px 3px 2px #708C3C;
box-shadow: 1px 1px 3px 2px #708C3C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #708C3C; -webkit-box-shadow: 1px 1px 3px 2px #708C3C; box-shadow:1px 1px 3px 2px #708C3C;">
Div content here
</div>

This div box has shadow with color #708C3C.

Preview

Color preview on black background

This text has color #708C3C on black background.


Color preview on white background

This text has color #708C3C on white background.


Black color preview on #708C3C background

This text has black color on #708C3C background.


White color preview on #708C3C background

This text has white color on #708C3C background.


Related colors

Complementary color

Complementary color for #hex is #8F73C3.


I love getcolorcode.com

Triadic colors

1 #3C708C and #8C3C70 with #708C3C are triadic colors.

2 #3C8C70 and #8C703C with #708C3C are triadic colors.