COLOR #707F5A

HEX: #707F5A RGB: (112,127,90)

Color info

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

RGB color model

#707F5A color RGB value is (112,127,90).

RGB: (112,127,90) (44%, 50%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 90 of 255 = 35%

112
127
90

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

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 90 = 329 (100%)
R 112 of 329 ~ 34.04%
G 127 of 329 ~ 38.6%
B 90 of 329 ~ 27.36'%

%34.04
%38.6
%27.36

CMYK color model

#707F5A color CMYK value is (12,0,29,50).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%

CMYK: (12,0,29,50)
C12M0Y29K50 (12%, 0%, 29%, 50%)
(0.12 / 0.00 / 0.29 / 0.50)

CMYK percentages

%11.81
%0
%29.13
%50.2

Codes

Color #707F5A in popluar color models

70 7F 5A
RGB 112 127 90
HSL 84° 17.05% 42.55%
HSB/HSV 84° 29.13% 49.80%
CMYK 11.81% 0.00% 29.13%
50.20%

Color #707F5A in popluar number systems.

HEX 70 7F 5A
Decimal 112 127 90
Binary 1110000 1111111 1011010
Octal 160 177 132

Shades and tints

Shades of #707F5A

#707F5A
(112,127,90)
#667452
(102,116,82)
#5C694A
(92,105,74)
#525E42
(82,94,66)
#48533A
(72,83,58)
#3E4832
(62,72,50)
#343D2A
(52,61,42)
#2A3222
(42,50,34)
#20271A
(32,39,26)
#161C12
(22,28,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #707F5A

#707F5A
(112,127,90)
#7D8A69
(125,138,105)
#8A9578
(138,149,120)
#97A087
(151,160,135)
#A4AB96
(164,171,150)
#B1B6A5
(177,182,165)
#BEC1B4
(190,193,180)
#CBCCC3
(203,204,195)
#D8D7D2
(216,215,210)
#E5E2E1
(229,226,225)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707F5A color. Also use rgb(112,127,90) instead hex code.

Text Font Color

.myTextColor { color: #707F5A; }

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

This text font color is #707F5A.

Background Color

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

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

This div background color is #707F5A.

Border color

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

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

This div border color is #707F5A.

Opacity

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

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

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

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

This text has shadow with #707F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F5A.

Preview

Color preview on black background

This text has color #707F5A on black background.


Color preview on white background

This text has color #707F5A on white background.


Black color preview on #707F5A background

This text has black color on #707F5A background.


White color preview on #707F5A background

This text has white color on #707F5A background.


Related colors

Complementary color

Complementary color for #hex is #8F80A5.


I love getcolorcode.com

Triadic colors

1 #5A707F and #7F5A70 with #707F5A are triadic colors.

2 #5A7F70 and #7F705A with #707F5A are triadic colors.