COLOR #7B8C14

HEX: #7B8C14
RGB: (123,140,20)

Color info

#7B8C14 contains mainly red and green colors. Web safe color of #7B8C14 is #669900 (or #690).

RGB color model

#7B8C14 color RGB value is (123,140,20).

  • red value is 123;
  • green value is 140;
  • blue value is 20.
RGB:
(123,140,20)
(48%,55%,8%)

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 20 of 255 = 8%

123
140
20

R + G + B ~ 37%. #7B8C14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 20 = 283 (100%)
R 123 of 283 ~ 43.46%
G 140 of 283 ~ 49.47%
B 20 of 283 ~ 7.07%

%43.46
%49.47

CMYK color model

#7B8C14 color CMYK value is (12,0,86,45).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 45.10%
CMYK:
(12,0,86,45)
C12M0Y86K45 
(12%,0%,86%,45%)
(0.12/0.00/0.86/0.45)	

CMYK percentages

%12.14
%0
%85.71
%45.1

Codes

Color #7B8C14 in popluar color models

7B8C14
RGB12314020
HSL69°75.00%31.37%
HSB/HSV69°85.71%54.90%
CMYK12.14%0.00%85.71%
45.10%

Color #7B8C14 in popluar number systems.

HEX7B8C14
Decimal12314020
Binary11110111000110010100
Octal17321424

Shades and tints

Shades of #7B8C14

#7B8C14
(123,140,20)
#708013
(112,128,19)
#657412
(101,116,18)
#5A6811
(90,104,17)
#4F5C10
(79,92,16)
#44500F
(68,80,15)
#39440E
(57,68,14)
#2E380D
(46,56,13)
#232C0C
(35,44,12)
#18200B
(24,32,11)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #7B8C14

#7B8C14
(123,140,20)
#879629
(135,150,41)
#93A03E
(147,160,62)
#9FAA53
(159,170,83)
#ABB468
(171,180,104)
#B7BE7D
(183,190,125)
#C3C892
(195,200,146)
#CFD2A7
(207,210,167)
#DBDCBC
(219,220,188)
#E7E6D1
(231,230,209)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8C14 color. Also use rgb(123,140,20) instead hex code.

Text Font Color

.myTextColor { color: #7B8C14; }

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

This text font color is #7B8C14.


Background Color

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

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

This div background color is #7B8C14.


Border color

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

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

This div border color is #7B8C14.


Opacity

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

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

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

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

This text has shadow with #7B8C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8C14 on black background.


Color preview on white background

This text has color #7B8C14 on white background.



Black color preview on #7B8C14 background

This text has black color on #7B8C14 background.


White color preview on #7B8C14 background

This text has white color on #7B8C14 background.