COLOR #7B9349

HEX: #7B9349
RGB: (123,147,73)

Color info

#7B9349 contains mainly red and green colors. Web safe color of #7B9349 is #669933 (or #693).

RGB color model

#7B9349 color RGB value is (123,147,73).

  • red value is 123;
  • green value is 147;
  • blue value is 73.
RGB:
(123,147,73)
(48%,58%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 73 of 255 = 29%

123
147
73

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

Portions of RGB colors in percentages

R + G + B =
123 + 147 + 73 = 343 (100%)
R 123 of 343 ~ 35.86%
G 147 of 343 ~ 42.86%
B 73 of 343 ~ 21.28%

%35.86
%42.86
%21.28

CMYK color model

#7B9349 color CMYK value is (16,0,50,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(16,0,50,42)
C16M0Y50K42 
(16%,0%,50%,42%)
(0.16/0.00/0.50/0.42)	

CMYK percentages

%16.33
%0
%50.34
%42.35

Codes

Color #7B9349 in popluar color models

7B9349
RGB12314773
HSL79°33.64%43.14%
HSB/HSV79°50.34%57.65%
CMYK16.33%0.00%50.34%
42.35%

Color #7B9349 in popluar number systems.

HEX7B9349
Decimal12314773
Binary1111011100100111001001
Octal173223111

Shades and tints

Shades of #7B9349

#7B9349
(123,147,73)
#708643
(112,134,67)
#65793D
(101,121,61)
#5A6C37
(90,108,55)
#4F5F31
(79,95,49)
#44522B
(68,82,43)
#394525
(57,69,37)
#2E381F
(46,56,31)
#232B19
(35,43,25)
#181E13
(24,30,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B9349

#7B9349
(123,147,73)
#879C59
(135,156,89)
#93A569
(147,165,105)
#9FAE79
(159,174,121)
#ABB789
(171,183,137)
#B7C099
(183,192,153)
#C3C9A9
(195,201,169)
#CFD2B9
(207,210,185)
#DBDBC9
(219,219,201)
#E7E4D9
(231,228,217)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9349 color. Also use rgb(123,147,73) instead hex code.

Text Font Color

.myTextColor { color: #7B9349; }

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

This text font color is #7B9349.


Background Color

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

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

This div background color is #7B9349.


Border color

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

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

This div border color is #7B9349.


Opacity

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

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

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

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

This text has shadow with #7B9349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9349 on black background.


Color preview on white background

This text has color #7B9349 on white background.



Black color preview on #7B9349 background

This text has black color on #7B9349 background.


White color preview on #7B9349 background

This text has white color on #7B9349 background.