COLOR #707D5E

HEX: #707D5E RGB: (112,125,94)

Color info

#707D5E contains red, green and blue colors in about the same proportion. Web safe color of #707D5E is #666666 (or #666).

RGB color model

#707D5E color RGB value is (112,125,94).

RGB: (112,125,94) (44%, 49%, 37%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 94 of 255 = 37%

112
125
94

R + G + B ~ 43%. #707D5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 125 + 94 = 331 (100%)
R 112 of 331 ~ 33.84%
G 125 of 331 ~ 37.76%
B 94 of 331 ~ 28.4'%

%33.84
%37.76
%28.4

CMYK color model

#707D5E color CMYK value is (10,0,25,51).

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

CMYK: (10,0,25,51)
C10M0Y25K51 (10%, 0%, 25%, 51%)
(0.10 / 0.00 / 0.25 / 0.51)

CMYK percentages

%10.4
%0
%24.8
%50.98

Codes

Color #707D5E in popluar color models

70 7D 5E
RGB 112 125 94
HSL 85° 14.16% 42.94%
HSB/HSV 85° 24.80% 49.02%
CMYK 10.40% 0.00% 24.80%
50.98%

Color #707D5E in popluar number systems.

HEX 70 7D 5E
Decimal 112 125 94
Binary 1110000 1111101 1011110
Octal 160 175 136

Shades and tints

Shades of #707D5E

#707D5E
(112,125,94)
#667256
(102,114,86)
#5C674E
(92,103,78)
#525C46
(82,92,70)
#48513E
(72,81,62)
#3E4636
(62,70,54)
#343B2E
(52,59,46)
#2A3026
(42,48,38)
#20251E
(32,37,30)
#161A16
(22,26,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #707D5E

#707D5E
(112,125,94)
#7D886C
(125,136,108)
#8A937A
(138,147,122)
#979E88
(151,158,136)
#A4A996
(164,169,150)
#B1B4A4
(177,180,164)
#BEBFB2
(190,191,178)
#CBCAC0
(203,202,192)
#D8D5CE
(216,213,206)
#E5E0DC
(229,224,220)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D5E; }

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

This text font color is #707D5E.

Background Color

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

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

This div background color is #707D5E.

Border color

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

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

This div border color is #707D5E.

Opacity

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

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

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

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

This text has shadow with #707D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707D5E.

Preview

Color preview on black background

This text has color #707D5E on black background.


Color preview on white background

This text has color #707D5E on white background.


Black color preview on #707D5E background

This text has black color on #707D5E background.


White color preview on #707D5E background

This text has white color on #707D5E background.


Related colors

Complementary color

Complementary color for #hex is #8F82A1.


I love getcolorcode.com

Triadic colors

1 #5E707D and #7D5E70 with #707D5E are triadic colors.

2 #5E7D70 and #7D705E with #707D5E are triadic colors.