COLOR #7B802C

HEX: #7B802C
RGB: (123,128,44)

Color info

#7B802C contains mainly red and green colors. Web safe color of #7B802C is #666633 (or #663).

RGB color model

#7B802C color RGB value is (123,128,44).

  • red value is 123;
  • green value is 128;
  • blue value is 44.
RGB:
(123,128,44)
(48%,50%,17%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 44 of 255 = 17%

123
128
44

R + G + B ~ 38%. #7B802C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 44 = 295 (100%)
R 123 of 295 ~ 41.69%
G 128 of 295 ~ 43.39%
B 44 of 295 ~ 14.92%

%41.69
%43.39
%14.92

CMYK color model

#7B802C color CMYK value is (4,0,66,50).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 49.80%
CMYK:
(4,0,66,50)
C4M0Y66K50 
(4%,0%,66%,50%)
(0.04/0.00/0.66/0.50)	

CMYK percentages

%3.91
%0
%65.63
%49.8

Codes

Color #7B802C in popluar color models

7B802C
RGB12312844
HSL64°48.84%33.73%
HSB/HSV64°65.63%50.20%
CMYK3.91%0.00%65.63%
49.80%

Color #7B802C in popluar number systems.

HEX7B802C
Decimal12312844
Binary111101110000000101100
Octal17320054

Shades and tints

Shades of #7B802C

#7B802C
(123,128,44)
#707528
(112,117,40)
#656A24
(101,106,36)
#5A5F20
(90,95,32)
#4F541C
(79,84,28)
#444918
(68,73,24)
#393E14
(57,62,20)
#2E3310
(46,51,16)
#23280C
(35,40,12)
#181D08
(24,29,8)
#0D1204
(13,18,4)
#000000
(0,0,0)

Tints of #7B802C

#7B802C
(123,128,44)
#878B3F
(135,139,63)
#939652
(147,150,82)
#9FA165
(159,161,101)
#ABAC78
(171,172,120)
#B7B78B
(183,183,139)
#C3C29E
(195,194,158)
#CFCDB1
(207,205,177)
#DBD8C4
(219,216,196)
#E7E3D7
(231,227,215)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B802C color. Also use rgb(123,128,44) instead hex code.

Text Font Color

.myTextColor { color: #7B802C; }

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

This text font color is #7B802C.


Background Color

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

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

This div background color is #7B802C.


Border color

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

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

This div border color is #7B802C.


Opacity

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

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

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

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

This text has shadow with #7B802C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B802C on black background.


Color preview on white background

This text has color #7B802C on white background.



Black color preview on #7B802C background

This text has black color on #7B802C background.


White color preview on #7B802C background

This text has white color on #7B802C background.