COLOR #7B957F

HEX: #7B957F
RGB: (123,149,127)

Color info

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

RGB color model

#7B957F color RGB value is (123,149,127).

  • red value is 123;
  • green value is 149;
  • blue value is 127.
RGB:
(123,149,127)
(48%,58%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 127 of 255 = 50%

123
149
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 127 = 399 (100%)
R 123 of 399 ~ 30.83%
G 149 of 399 ~ 37.34%
B 127 of 399 ~ 31.83%

%30.83
%37.34
%31.83

CMYK color model

#7B957F color CMYK value is (17,0,15,42).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(17,0,15,42)
C17M0Y15K42 
(17%,0%,15%,42%)
(0.17/0.00/0.15/0.42)	

CMYK percentages

%17.45
%0
%14.77
%41.57

Codes

Color #7B957F in popluar color models

7B957F
RGB123149127
HSL129°10.92%53.33%
HSB/HSV129°17.45%58.43%
CMYK17.45%0.00%14.77%
41.57%

Color #7B957F in popluar number systems.

HEX7B957F
Decimal123149127
Binary1111011100101011111111
Octal173225177

Shades and tints

Shades of #7B957F

#7B957F
(123,149,127)
#708874
(112,136,116)
#657B69
(101,123,105)
#5A6E5E
(90,110,94)
#4F6153
(79,97,83)
#445448
(68,84,72)
#39473D
(57,71,61)
#2E3A32
(46,58,50)
#232D27
(35,45,39)
#18201C
(24,32,28)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7B957F

#7B957F
(123,149,127)
#879E8A
(135,158,138)
#93A795
(147,167,149)
#9FB0A0
(159,176,160)
#ABB9AB
(171,185,171)
#B7C2B6
(183,194,182)
#C3CBC1
(195,203,193)
#CFD4CC
(207,212,204)
#DBDDD7
(219,221,215)
#E7E6E2
(231,230,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B957F color. Also use rgb(123,149,127) instead hex code.

Text Font Color

.myTextColor { color: #7B957F; }

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

This text font color is #7B957F.


Background Color

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

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

This div background color is #7B957F.


Border color

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

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

This div border color is #7B957F.


Opacity

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

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

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

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

This text has shadow with #7B957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B957F on black background.


Color preview on white background

This text has color #7B957F on white background.



Black color preview on #7B957F background

This text has black color on #7B957F background.


White color preview on #7B957F background

This text has white color on #7B957F background.