COLOR #7B892F

HEX: #7B892F RGB: (123,137,47)

Color info

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

RGB color model

#7B892F color RGB value is (123,137,47).

RGB: (123,137,47) (48%, 54%, 18%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 47 of 255 = 18%

123
137
47

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

Portions of RGB colors in percentages

R + G + B = 123 + 137 + 47 = 307 (100%)
R 123 of 307 ~ 40.07%
G 137 of 307 ~ 44.63%
B 47 of 307 ~ 15.31'%

%40.07
%44.63
%15.31

CMYK color model

#7B892F color CMYK value is (10,0,66,46).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 65.69%
  • key color value is 46.27%

CMYK: (10,0,66,46)
C10M0Y66K46 (10%, 0%, 66%, 46%)
(0.10 / 0.00 / 0.66 / 0.46)

CMYK percentages

%10.22
%0
%65.69
%46.27

Codes

Color #7B892F in popluar color models

7B 89 2F
RGB 123 137 47
HSL 69° 48.91% 36.08%
HSB/HSV 69° 65.69% 53.73%
CMYK 10.22% 0.00% 65.69%
46.27%

Color #7B892F in popluar number systems.

HEX 7B 89 2F
Decimal 123 137 47
Binary 1111011 10001001 101111
Octal 173 211 57

Shades and tints

Shades of #7B892F

#7B892F
(123,137,47)
#707D2B
(112,125,43)
#657127
(101,113,39)
#5A6523
(90,101,35)
#4F591F
(79,89,31)
#444D1B
(68,77,27)
#394117
(57,65,23)
#2E3513
(46,53,19)
#23290F
(35,41,15)
#181D0B
(24,29,11)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #7B892F

#7B892F
(123,137,47)
#879341
(135,147,65)
#939D53
(147,157,83)
#9FA765
(159,167,101)
#ABB177
(171,177,119)
#B7BB89
(183,187,137)
#C3C59B
(195,197,155)
#CFCFAD
(207,207,173)
#DBD9BF
(219,217,191)
#E7E3D1
(231,227,209)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B892F; }

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

This text font color is #7B892F.

Background Color

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

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

This div background color is #7B892F.

Border color

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

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

This div border color is #7B892F.

Opacity

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

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

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

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

This text has shadow with #7B892F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B892F.

Preview

Color preview on black background

This text has color #7B892F on black background.


Color preview on white background

This text has color #7B892F on white background.


Black color preview on #7B892F background

This text has black color on #7B892F background.


White color preview on #7B892F background

This text has white color on #7B892F background.


Related colors

Complementary color

Complementary color for #hex is #8476D0.


I love getcolorcode.com

Triadic colors

1 #2F7B89 and #892F7B with #7B892F are triadic colors.

2 #2F897B and #897B2F with #7B892F are triadic colors.