COLOR #7E9570

HEX: #7E9570 RGB: (126,149,112)

Color info

#7E9570 contains red, green and blue colors in about the same proportion. Web safe color of #7E9570 is #669966 (or #696).

RGB color model

#7E9570 color RGB value is (126,149,112).

RGB: (126,149,112) (49%, 58%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 112 of 255 = 44%

126
149
112

R + G + B ~ 50%. #7E9570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 149 + 112 = 387 (100%)
R 126 of 387 ~ 32.56%
G 149 of 387 ~ 38.5%
B 112 of 387 ~ 28.94'%

%32.56
%38.5
%28.94

CMYK color model

#7E9570 color CMYK value is (15,0,25,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 41.57%

CMYK: (15,0,25,42)
C15M0Y25K42 (15%, 0%, 25%, 42%)
(0.15 / 0.00 / 0.25 / 0.42)

CMYK percentages

%15.44
%0
%24.83
%41.57

Codes

Color #7E9570 in popluar color models

7E 95 70
RGB 126 149 112
HSL 97° 14.86% 51.18%
HSB/HSV 97° 24.83% 58.43%
CMYK 15.44% 0.00% 24.83%
41.57%

Color #7E9570 in popluar number systems.

HEX 7E 95 70
Decimal 126 149 112
Binary 1111110 10010101 1110000
Octal 176 225 160

Shades and tints

Shades of #7E9570

#7E9570
(126,149,112)
#738866
(115,136,102)
#687B5C
(104,123,92)
#5D6E52
(93,110,82)
#526148
(82,97,72)
#47543E
(71,84,62)
#3C4734
(60,71,52)
#313A2A
(49,58,42)
#262D20
(38,45,32)
#1B2016
(27,32,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7E9570

#7E9570
(126,149,112)
#899E7D
(137,158,125)
#94A78A
(148,167,138)
#9FB097
(159,176,151)
#AAB9A4
(170,185,164)
#B5C2B1
(181,194,177)
#C0CBBE
(192,203,190)
#CBD4CB
(203,212,203)
#D6DDD8
(214,221,216)
#E1E6E5
(225,230,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9570 color. Also use rgb(126,149,112) instead hex code.

Text Font Color

.myTextColor { color: #7E9570; }

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

This text font color is #7E9570.

Background Color

.myBgColor { background-color: #7E9570; }

<div style="background-color:#7E9570">Inner text</div>

This div background color is #7E9570.

Border color

.myBorderColor { border: 1px solid #7E9570; }

<div style="border:3px solid #7E9570">Div</div>

This div border color is #7E9570.

Opacity

.myOpacity80 { color: #7E9570; opacity: 0.8; }

<p style="color:#7E9570;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E9570 color.


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

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

This text has shadow with #7E9570 primary color and red secondary color.


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

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

This text has shadow with #7E9570 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E9570.

Preview

Color preview on black background

This text has color #7E9570 on black background.


Color preview on white background

This text has color #7E9570 on white background.


Black color preview on #7E9570 background

This text has black color on #7E9570 background.


White color preview on #7E9570 background

This text has white color on #7E9570 background.


Related colors

Complementary color

Complementary color for #hex is #816A8F.


I love getcolorcode.com

Triadic colors

1 #707E95 and #95707E with #7E9570 are triadic colors.

2 #70957E and #957E70 with #7E9570 are triadic colors.