COLOR #7B824D

HEX: #7B824D RGB: (123,130,77)

Color info

#7B824D contains red, green and blue colors in about the same proportion. Web safe color of #7B824D is #669933 (or #693).

RGB color model

#7B824D color RGB value is (123,130,77).

RGB: (123,130,77) (48%, 51%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 77 of 255 = 30%

123
130
77

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 77 = 330 (100%)
R 123 of 330 ~ 37.27%
G 130 of 330 ~ 39.39%
B 77 of 330 ~ 23.33'%

%37.27
%39.39
%23.33

CMYK color model

#7B824D color CMYK value is (5,0,41,49).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 49.02%

CMYK: (5,0,41,49)
C5M0Y41K49 (5%, 0%, 41%, 49%)
(0.05 / 0.00 / 0.41 / 0.49)

CMYK percentages

%5.38
%0
%40.77
%49.02

Codes

Color #7B824D in popluar color models

7B 82 4D
RGB 123 130 77
HSL 68° 25.60% 40.59%
HSB/HSV 68° 40.77% 50.98%
CMYK 5.38% 0.00% 40.77%
49.02%

Color #7B824D in popluar number systems.

HEX 7B 82 4D
Decimal 123 130 77
Binary 1111011 10000010 1001101
Octal 173 202 115

Shades and tints

Shades of #7B824D

#7B824D
(123,130,77)
#707746
(112,119,70)
#656C3F
(101,108,63)
#5A6138
(90,97,56)
#4F5631
(79,86,49)
#444B2A
(68,75,42)
#394023
(57,64,35)
#2E351C
(46,53,28)
#232A15
(35,42,21)
#181F0E
(24,31,14)
#0D1407
(13,20,7)
#000000
(0,0,0)

Tints of #7B824D

#7B824D
(123,130,77)
#878D5D
(135,141,93)
#93986D
(147,152,109)
#9FA37D
(159,163,125)
#ABAE8D
(171,174,141)
#B7B99D
(183,185,157)
#C3C4AD
(195,196,173)
#CFCFBD
(207,207,189)
#DBDACD
(219,218,205)
#E7E5DD
(231,229,221)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B824D color. Also use rgb(123,130,77) instead hex code.

Text Font Color

.myTextColor { color: #7B824D; }

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

This text font color is #7B824D.

Background Color

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

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

This div background color is #7B824D.

Border color

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

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

This div border color is #7B824D.

Opacity

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

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

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

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

This text has shadow with #7B824D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B824D.

Preview

Color preview on black background

This text has color #7B824D on black background.


Color preview on white background

This text has color #7B824D on white background.


Black color preview on #7B824D background

This text has black color on #7B824D background.


White color preview on #7B824D background

This text has white color on #7B824D background.


Related colors

Complementary color

Complementary color for #hex is #847DB2.


I love getcolorcode.com

Triadic colors

1 #4D7B82 and #824D7B with #7B824D are triadic colors.

2 #4D827B and #827B4D with #7B824D are triadic colors.