COLOR #707D3C

HEX: #707D3C RGB: (112,125,60)

Color info

#707D3C contains mainly red and green colors. Web safe color of #707D3C is #666633 (or #663).

RGB color model

#707D3C color RGB value is (112,125,60).

RGB: (112,125,60) (44%, 49%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 60 of 255 = 24%

112
125
60

R + G + B ~ 39%. #707D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 125 + 60 = 297 (100%)
R 112 of 297 ~ 37.71%
G 125 of 297 ~ 42.09%
B 60 of 297 ~ 20.2'%

%37.71
%42.09
%20.2

CMYK color model

#707D3C color CMYK value is (10,0,52,51).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 50.98%

CMYK: (10,0,52,51)
C10M0Y52K51 (10%, 0%, 52%, 51%)
(0.10 / 0.00 / 0.52 / 0.51)

CMYK percentages

%10.4
%0
%52
%50.98

Codes

Color #707D3C in popluar color models

70 7D 3C
RGB 112 125 60
HSL 72° 35.14% 36.27%
HSB/HSV 72° 52.00% 49.02%
CMYK 10.40% 0.00% 52.00%
50.98%

Color #707D3C in popluar number systems.

HEX 70 7D 3C
Decimal 112 125 60
Binary 1110000 1111101 111100
Octal 160 175 74

Shades and tints

Shades of #707D3C

#707D3C
(112,125,60)
#667237
(102,114,55)
#5C6732
(92,103,50)
#525C2D
(82,92,45)
#485128
(72,81,40)
#3E4623
(62,70,35)
#343B1E
(52,59,30)
#2A3019
(42,48,25)
#202514
(32,37,20)
#161A0F
(22,26,15)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #707D3C

#707D3C
(112,125,60)
#7D884D
(125,136,77)
#8A935E
(138,147,94)
#979E6F
(151,158,111)
#A4A980
(164,169,128)
#B1B491
(177,180,145)
#BEBFA2
(190,191,162)
#CBCAB3
(203,202,179)
#D8D5C4
(216,213,196)
#E5E0D5
(229,224,213)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707D3C color. Also use rgb(112,125,60) instead hex code.

Text Font Color

.myTextColor { color: #707D3C; }

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

This text font color is #707D3C.

Background Color

.myBgColor { background-color: #707D3C; }

<div style="background-color:#707D3C">Inner text</div>

This div background color is #707D3C.

Border color

.myBorderColor { border: 1px solid #707D3C; }

<div style="border:3px solid #707D3C">Div</div>

This div border color is #707D3C.

Opacity

.myOpacity80 { color: #707D3C; opacity: 0.8; }

<p style="color:#707D3C;opacity:0.8;">80%</p>

Text with #707D3C 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 #707D3C;}

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

This text has shadow with #707D3C color.


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

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

This text has shadow with #707D3C primary color and red secondary color.


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

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

This text has shadow with #707D3C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #707D3C.

Preview

Color preview on black background

This text has color #707D3C on black background.


Color preview on white background

This text has color #707D3C on white background.


Black color preview on #707D3C background

This text has black color on #707D3C background.


White color preview on #707D3C background

This text has white color on #707D3C background.


Related colors

Complementary color

Complementary color for #hex is #8F82C3.


I love getcolorcode.com

Triadic colors

1 #3C707D and #7D3C70 with #707D3C are triadic colors.

2 #3C7D70 and #7D703C with #707D3C are triadic colors.