COLOR #7B985F

HEX: #7B985F
RGB: (123,152,95)

Color info

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

RGB color model

#7B985F color RGB value is (123,152,95).

  • red value is 123;
  • green value is 152;
  • blue value is 95.
RGB:
(123,152,95)
(48%,60%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 95 of 255 = 37%

123
152
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 152 + 95 = 370 (100%)
R 123 of 370 ~ 33.24%
G 152 of 370 ~ 41.08%
B 95 of 370 ~ 25.68%

%33.24
%41.08
%25.68

CMYK color model

#7B985F color CMYK value is (19,0,38,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(19,0,38,40)
C19M0Y38K40 
(19%,0%,38%,40%)
(0.19/0.00/0.38/0.40)	

CMYK percentages

%19.08
%0
%37.5
%40.39

Codes

Color #7B985F in popluar color models

7B985F
RGB12315295
HSL91°23.08%48.43%
HSB/HSV91°37.50%59.61%
CMYK19.08%0.00%37.50%
40.39%

Color #7B985F in popluar number systems.

HEX7B985F
Decimal12315295
Binary1111011100110001011111
Octal173230137

Shades and tints

Shades of #7B985F

#7B985F
(123,152,95)
#708B57
(112,139,87)
#657E4F
(101,126,79)
#5A7147
(90,113,71)
#4F643F
(79,100,63)
#445737
(68,87,55)
#394A2F
(57,74,47)
#2E3D27
(46,61,39)
#23301F
(35,48,31)
#182317
(24,35,23)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #7B985F

#7B985F
(123,152,95)
#87A16D
(135,161,109)
#93AA7B
(147,170,123)
#9FB389
(159,179,137)
#ABBC97
(171,188,151)
#B7C5A5
(183,197,165)
#C3CEB3
(195,206,179)
#CFD7C1
(207,215,193)
#DBE0CF
(219,224,207)
#E7E9DD
(231,233,221)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B985F color. Also use rgb(123,152,95) instead hex code.

Text Font Color

.myTextColor { color: #7B985F; }

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

This text font color is #7B985F.


Background Color

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

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

This div background color is #7B985F.


Border color

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

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

This div border color is #7B985F.


Opacity

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

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

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

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

This text has shadow with #7B985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B985F on black background.


Color preview on white background

This text has color #7B985F on white background.



Black color preview on #7B985F background

This text has black color on #7B985F background.


White color preview on #7B985F background

This text has white color on #7B985F background.