COLOR #7B8F5D

HEX: #7B8F5D
RGB: (123,143,93)

Color info

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

RGB color model

#7B8F5D color RGB value is (123,143,93).

  • red value is 123;
  • green value is 143;
  • blue value is 93.
RGB:
(123,143,93)
(48%,56%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 143 of 255 = 56%
B 93 of 255 = 36%

123
143
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 143 + 93 = 359 (100%)
R 123 of 359 ~ 34.26%
G 143 of 359 ~ 39.83%
B 93 of 359 ~ 25.91%

%34.26
%39.83
%25.91

CMYK color model

#7B8F5D color CMYK value is (14,0,35,44).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(14,0,35,44)
C14M0Y35K44 
(14%,0%,35%,44%)
(0.14/0.00/0.35/0.44)	

CMYK percentages

%13.99
%0
%34.97
%43.92

Codes

Color #7B8F5D in popluar color models

7B8F5D
RGB12314393
HSL84°21.19%46.27%
HSB/HSV84°34.97%56.08%
CMYK13.99%0.00%34.97%
43.92%

Color #7B8F5D in popluar number systems.

HEX7B8F5D
Decimal12314393
Binary1111011100011111011101
Octal173217135

Shades and tints

Shades of #7B8F5D

#7B8F5D
(123,143,93)
#708255
(112,130,85)
#65754D
(101,117,77)
#5A6845
(90,104,69)
#4F5B3D
(79,91,61)
#444E35
(68,78,53)
#39412D
(57,65,45)
#2E3425
(46,52,37)
#23271D
(35,39,29)
#181A15
(24,26,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B8F5D

#7B8F5D
(123,143,93)
#87996B
(135,153,107)
#93A379
(147,163,121)
#9FAD87
(159,173,135)
#ABB795
(171,183,149)
#B7C1A3
(183,193,163)
#C3CBB1
(195,203,177)
#CFD5BF
(207,213,191)
#DBDFCD
(219,223,205)
#E7E9DB
(231,233,219)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8F5D color. Also use rgb(123,143,93) instead hex code.

Text Font Color

.myTextColor { color: #7B8F5D; }

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

This text font color is #7B8F5D.


Background Color

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

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

This div background color is #7B8F5D.


Border color

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

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

This div border color is #7B8F5D.


Opacity

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

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

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

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

This text has shadow with #7B8F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8F5D on black background.


Color preview on white background

This text has color #7B8F5D on white background.



Black color preview on #7B8F5D background

This text has black color on #7B8F5D background.


White color preview on #7B8F5D background

This text has white color on #7B8F5D background.