COLOR #7B8949

HEX: #7B8949
RGB: (123,137,73)

Color info

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

RGB color model

#7B8949 color RGB value is (123,137,73).

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

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 73 of 255 = 29%

123
137
73

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 73 = 333 (100%)
R 123 of 333 ~ 36.94%
G 137 of 333 ~ 41.14%
B 73 of 333 ~ 21.92%

%36.94
%41.14
%21.92

CMYK color model

#7B8949 color CMYK value is (10,0,47,46).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(10,0,47,46)
C10M0Y47K46 
(10%,0%,47%,46%)
(0.10/0.00/0.47/0.46)	

CMYK percentages

%10.22
%0
%46.72
%46.27

Codes

Color #7B8949 in popluar color models

7B8949
RGB12313773
HSL73°30.48%41.18%
HSB/HSV73°46.72%53.73%
CMYK10.22%0.00%46.72%
46.27%

Color #7B8949 in popluar number systems.

HEX7B8949
Decimal12313773
Binary1111011100010011001001
Octal173211111

Shades and tints

Shades of #7B8949

#7B8949
(123,137,73)
#707D43
(112,125,67)
#65713D
(101,113,61)
#5A6537
(90,101,55)
#4F5931
(79,89,49)
#444D2B
(68,77,43)
#394125
(57,65,37)
#2E351F
(46,53,31)
#232919
(35,41,25)
#181D13
(24,29,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B8949

#7B8949
(123,137,73)
#879359
(135,147,89)
#939D69
(147,157,105)
#9FA779
(159,167,121)
#ABB189
(171,177,137)
#B7BB99
(183,187,153)
#C3C5A9
(195,197,169)
#CFCFB9
(207,207,185)
#DBD9C9
(219,217,201)
#E7E3D9
(231,227,217)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8949; }

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

This text font color is #7B8949.


Background Color

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

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

This div background color is #7B8949.


Border color

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

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

This div border color is #7B8949.


Opacity

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

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

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

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

This text has shadow with #7B8949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8949 on black background.


Color preview on white background

This text has color #7B8949 on white background.



Black color preview on #7B8949 background

This text has black color on #7B8949 background.


White color preview on #7B8949 background

This text has white color on #7B8949 background.