COLOR #7B823F

HEX: #7B823F RGB: (123,130,63)

Color info

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

RGB color model

#7B823F color RGB value is (123,130,63).

RGB: (123,130,63) (48%, 51%, 25%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 63 of 255 = 25%

123
130
63

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 63 = 316 (100%)
R 123 of 316 ~ 38.92%
G 130 of 316 ~ 41.14%
B 63 of 316 ~ 19.94'%

%38.92
%41.14
%19.94

CMYK color model

#7B823F color CMYK value is (5,0,52,49).

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

CMYK: (5,0,52,49)
C5M0Y52K49 (5%, 0%, 52%, 49%)
(0.05 / 0.00 / 0.52 / 0.49)

CMYK percentages

%5.38
%0
%51.54
%49.02

Codes

Color #7B823F in popluar color models

7B 82 3F
RGB 123 130 63
HSL 66° 34.72% 37.84%
HSB/HSV 66° 51.54% 50.98%
CMYK 5.38% 0.00% 51.54%
49.02%

Color #7B823F in popluar number systems.

HEX 7B 82 3F
Decimal 123 130 63
Binary 1111011 10000010 111111
Octal 173 202 77

Shades and tints

Shades of #7B823F

#7B823F
(123,130,63)
#70773A
(112,119,58)
#656C35
(101,108,53)
#5A6130
(90,97,48)
#4F562B
(79,86,43)
#444B26
(68,75,38)
#394021
(57,64,33)
#2E351C
(46,53,28)
#232A17
(35,42,23)
#181F12
(24,31,18)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #7B823F

#7B823F
(123,130,63)
#878D50
(135,141,80)
#939861
(147,152,97)
#9FA372
(159,163,114)
#ABAE83
(171,174,131)
#B7B994
(183,185,148)
#C3C4A5
(195,196,165)
#CFCFB6
(207,207,182)
#DBDAC7
(219,218,199)
#E7E5D8
(231,229,216)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B823F; }

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

This text font color is #7B823F.

Background Color

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

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

This div background color is #7B823F.

Border color

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

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

This div border color is #7B823F.

Opacity

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

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

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

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

This text has shadow with #7B823F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B823F.

Preview

Color preview on black background

This text has color #7B823F on black background.


Color preview on white background

This text has color #7B823F on white background.


Black color preview on #7B823F background

This text has black color on #7B823F background.


White color preview on #7B823F background

This text has white color on #7B823F background.


Related colors

Complementary color

Complementary color for #hex is #847DC0.


I love getcolorcode.com

Triadic colors

1 #3F7B82 and #823F7B with #7B823F are triadic colors.

2 #3F827B and #827B3F with #7B823F are triadic colors.