COLOR #7B8E57

HEX: #7B8E57
RGB: (123,142,87)

Color info

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

RGB color model

#7B8E57 color RGB value is (123,142,87).

  • red value is 123;
  • green value is 142;
  • blue value is 87.
RGB:
(123,142,87)
(48%,56%,34%)

RGB channels and saturation

R 123 of 255 = 48%
G 142 of 255 = 56%
B 87 of 255 = 34%

123
142
87

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

Portions of RGB colors in percentages

R + G + B =
123 + 142 + 87 = 352 (100%)
R 123 of 352 ~ 34.94%
G 142 of 352 ~ 40.34%
B 87 of 352 ~ 24.72%

%34.94
%40.34
%24.72

CMYK color model

#7B8E57 color CMYK value is (13,0,39,44).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 44.31%
CMYK:
(13,0,39,44)
C13M0Y39K44 
(13%,0%,39%,44%)
(0.13/0.00/0.39/0.44)	

CMYK percentages

%13.38
%0
%38.73
%44.31

Codes

Color #7B8E57 in popluar color models

7B8E57
RGB12314287
HSL81°24.02%44.90%
HSB/HSV81°38.73%55.69%
CMYK13.38%0.00%38.73%
44.31%

Color #7B8E57 in popluar number systems.

HEX7B8E57
Decimal12314287
Binary1111011100011101010111
Octal173216127

Shades and tints

Shades of #7B8E57

#7B8E57
(123,142,87)
#708250
(112,130,80)
#657649
(101,118,73)
#5A6A42
(90,106,66)
#4F5E3B
(79,94,59)
#445234
(68,82,52)
#39462D
(57,70,45)
#2E3A26
(46,58,38)
#232E1F
(35,46,31)
#182218
(24,34,24)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #7B8E57

#7B8E57
(123,142,87)
#879866
(135,152,102)
#93A275
(147,162,117)
#9FAC84
(159,172,132)
#ABB693
(171,182,147)
#B7C0A2
(183,192,162)
#C3CAB1
(195,202,177)
#CFD4C0
(207,212,192)
#DBDECF
(219,222,207)
#E7E8DE
(231,232,222)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8E57 color. Also use rgb(123,142,87) instead hex code.

Text Font Color

.myTextColor { color: #7B8E57; }

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

This text font color is #7B8E57.


Background Color

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

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

This div background color is #7B8E57.


Border color

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

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

This div border color is #7B8E57.


Opacity

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

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

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

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

This text has shadow with #7B8E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8E57 on black background.


Color preview on white background

This text has color #7B8E57 on white background.



Black color preview on #7B8E57 background

This text has black color on #7B8E57 background.


White color preview on #7B8E57 background

This text has white color on #7B8E57 background.