COLOR #7B8E56

HEX: #7B8E56
RGB: (123,142,86)

Color info

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

RGB color model

#7B8E56 color RGB value is (123,142,86).

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

RGB channels and saturation

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

123
142
86

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

Portions of RGB colors in percentages

R + G + B =
123 + 142 + 86 = 351 (100%)
R 123 of 351 ~ 35.04%
G 142 of 351 ~ 40.46%
B 86 of 351 ~ 24.5%

%35.04
%40.46
%24.5

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • 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
%39.44
%44.31

Codes

Color #7B8E56 in popluar color models

7B8E56
RGB12314286
HSL80°24.56%44.71%
HSB/HSV80°39.44%55.69%
CMYK13.38%0.00%39.44%
44.31%

Color #7B8E56 in popluar number systems.

HEX7B8E56
Decimal12314286
Binary1111011100011101010110
Octal173216126

Shades and tints

Shades of #7B8E56

#7B8E56
(123,142,86)
#70824F
(112,130,79)
#657648
(101,118,72)
#5A6A41
(90,106,65)
#4F5E3A
(79,94,58)
#445233
(68,82,51)
#39462C
(57,70,44)
#2E3A25
(46,58,37)
#232E1E
(35,46,30)
#182217
(24,34,23)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7B8E56

#7B8E56
(123,142,86)
#879865
(135,152,101)
#93A274
(147,162,116)
#9FAC83
(159,172,131)
#ABB692
(171,182,146)
#B7C0A1
(183,192,161)
#C3CAB0
(195,202,176)
#CFD4BF
(207,212,191)
#DBDECE
(219,222,206)
#E7E8DD
(231,232,221)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8E56; }

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

This text font color is #7B8E56.


Background Color

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

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

This div background color is #7B8E56.


Border color

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

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

This div border color is #7B8E56.


Opacity

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

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

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

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

This text has shadow with #7B8E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8E56 on black background.


Color preview on white background

This text has color #7B8E56 on white background.



Black color preview on #7B8E56 background

This text has black color on #7B8E56 background.


White color preview on #7B8E56 background

This text has white color on #7B8E56 background.