COLOR #707F5B

HEX: #707F5B RGB: (112,127,91)

Color info

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

RGB color model

#707F5B color RGB value is (112,127,91).

RGB: (112,127,91) (44%, 50%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 91 of 255 = 36%

112
127
91

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

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 91 = 330 (100%)
R 112 of 330 ~ 33.94%
G 127 of 330 ~ 38.48%
B 91 of 330 ~ 27.58'%

%33.94
%38.48
%27.58

CMYK color model

#707F5B color CMYK value is (12,0,28,50).

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

CMYK: (12,0,28,50)
C12M0Y28K50 (12%, 0%, 28%, 50%)
(0.12 / 0.00 / 0.28 / 0.50)

CMYK percentages

%11.81
%0
%28.35
%50.2

Codes

Color #707F5B in popluar color models

70 7F 5B
RGB 112 127 91
HSL 85° 16.51% 42.75%
HSB/HSV 85° 28.35% 49.80%
CMYK 11.81% 0.00% 28.35%
50.20%

Color #707F5B in popluar number systems.

HEX 70 7F 5B
Decimal 112 127 91
Binary 1110000 1111111 1011011
Octal 160 177 133

Shades and tints

Shades of #707F5B

#707F5B
(112,127,91)
#667453
(102,116,83)
#5C694B
(92,105,75)
#525E43
(82,94,67)
#48533B
(72,83,59)
#3E4833
(62,72,51)
#343D2B
(52,61,43)
#2A3223
(42,50,35)
#20271B
(32,39,27)
#161C13
(22,28,19)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #707F5B

#707F5B
(112,127,91)
#7D8A69
(125,138,105)
#8A9577
(138,149,119)
#97A085
(151,160,133)
#A4AB93
(164,171,147)
#B1B6A1
(177,182,161)
#BEC1AF
(190,193,175)
#CBCCBD
(203,204,189)
#D8D7CB
(216,215,203)
#E5E2D9
(229,226,217)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707F5B; }

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

This text font color is #707F5B.

Background Color

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

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

This div background color is #707F5B.

Border color

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

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

This div border color is #707F5B.

Opacity

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

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

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

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

This text has shadow with #707F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F5B.

Preview

Color preview on black background

This text has color #707F5B on black background.


Color preview on white background

This text has color #707F5B on white background.


Black color preview on #707F5B background

This text has black color on #707F5B background.


White color preview on #707F5B background

This text has white color on #707F5B background.


Related colors

Complementary color

Complementary color for #hex is #8F80A4.


I love getcolorcode.com

Triadic colors

1 #5B707F and #7F5B70 with #707F5B are triadic colors.

2 #5B7F70 and #7F705B with #707F5B are triadic colors.