COLOR #7B9353

HEX: #7B9353
RGB: (123,147,83)

Color info

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

RGB color model

#7B9353 color RGB value is (123,147,83).

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

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 83 of 255 = 33%

123
147
83

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

Portions of RGB colors in percentages

R + G + B =
123 + 147 + 83 = 353 (100%)
R 123 of 353 ~ 34.84%
G 147 of 353 ~ 41.64%
B 83 of 353 ~ 23.51%

%34.84
%41.64
%23.51

CMYK color model

#7B9353 color CMYK value is (16,0,44,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 43.54%
  • key color value is 42.35%
CMYK:
(16,0,44,42)
C16M0Y44K42 
(16%,0%,44%,42%)
(0.16/0.00/0.44/0.42)	

CMYK percentages

%16.33
%0
%43.54
%42.35

Codes

Color #7B9353 in popluar color models

7B9353
RGB12314783
HSL83°27.83%45.10%
HSB/HSV83°43.54%57.65%
CMYK16.33%0.00%43.54%
42.35%

Color #7B9353 in popluar number systems.

HEX7B9353
Decimal12314783
Binary1111011100100111010011
Octal173223123

Shades and tints

Shades of #7B9353

#7B9353
(123,147,83)
#70864C
(112,134,76)
#657945
(101,121,69)
#5A6C3E
(90,108,62)
#4F5F37
(79,95,55)
#445230
(68,82,48)
#394529
(57,69,41)
#2E3822
(46,56,34)
#232B1B
(35,43,27)
#181E14
(24,30,20)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B9353

#7B9353
(123,147,83)
#879C62
(135,156,98)
#93A571
(147,165,113)
#9FAE80
(159,174,128)
#ABB78F
(171,183,143)
#B7C09E
(183,192,158)
#C3C9AD
(195,201,173)
#CFD2BC
(207,210,188)
#DBDBCB
(219,219,203)
#E7E4DA
(231,228,218)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9353; }

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

This text font color is #7B9353.


Background Color

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

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

This div background color is #7B9353.


Border color

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

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

This div border color is #7B9353.


Opacity

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

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

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

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

This text has shadow with #7B9353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9353 on black background.


Color preview on white background

This text has color #7B9353 on white background.



Black color preview on #7B9353 background

This text has black color on #7B9353 background.


White color preview on #7B9353 background

This text has white color on #7B9353 background.