COLOR #7B9950

HEX: #7B9950
RGB: (123,153,80)

Color info

#7B9950 contains mainly red and green colors. Web safe color of #7B9950 is #669966 (or #696).

RGB color model

#7B9950 color RGB value is (123,153,80).

  • red value is 123;
  • green value is 153;
  • blue value is 80.
RGB:
(123,153,80)
(48%,60%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 80 of 255 = 31%

123
153
80

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 80 = 356 (100%)
R 123 of 356 ~ 34.55%
G 153 of 356 ~ 42.98%
B 80 of 356 ~ 22.47%

%34.55
%42.98
%22.47

CMYK color model

#7B9950 color CMYK value is (20,0,48,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(20,0,48,40)
C20M0Y48K40 
(20%,0%,48%,40%)
(0.20/0.00/0.48/0.40)	

CMYK percentages

%19.61
%0
%47.71
%40

Codes

Color #7B9950 in popluar color models

7B9950
RGB12315380
HSL85°31.33%45.69%
HSB/HSV85°47.71%60.00%
CMYK19.61%0.00%47.71%
40.00%

Color #7B9950 in popluar number systems.

HEX7B9950
Decimal12315380
Binary1111011100110011010000
Octal173231120

Shades and tints

Shades of #7B9950

#7B9950
(123,153,80)
#708C49
(112,140,73)
#657F42
(101,127,66)
#5A723B
(90,114,59)
#4F6534
(79,101,52)
#44582D
(68,88,45)
#394B26
(57,75,38)
#2E3E1F
(46,62,31)
#233118
(35,49,24)
#182411
(24,36,17)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #7B9950

#7B9950
(123,153,80)
#87A25F
(135,162,95)
#93AB6E
(147,171,110)
#9FB47D
(159,180,125)
#ABBD8C
(171,189,140)
#B7C69B
(183,198,155)
#C3CFAA
(195,207,170)
#CFD8B9
(207,216,185)
#DBE1C8
(219,225,200)
#E7EAD7
(231,234,215)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9950 color. Also use rgb(123,153,80) instead hex code.

Text Font Color

.myTextColor { color: #7B9950; }

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

This text font color is #7B9950.


Background Color

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

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

This div background color is #7B9950.


Border color

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

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

This div border color is #7B9950.


Opacity

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

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

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

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

This text has shadow with #7B9950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9950 on black background.


Color preview on white background

This text has color #7B9950 on white background.



Black color preview on #7B9950 background

This text has black color on #7B9950 background.


White color preview on #7B9950 background

This text has white color on #7B9950 background.