COLOR #7B9471

HEX: #7B9471
RGB: (123,148,113)

Color info

#7B9471 contains red, green and blue colors in about the same proportion. Web safe color of #7B9471 is #669966 (or #696).

RGB color model

#7B9471 color RGB value is (123,148,113).

  • red value is 123;
  • green value is 148;
  • blue value is 113.
RGB:
(123,148,113)
(48%,58%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 113 of 255 = 44%

123
148
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 113 = 384 (100%)
R 123 of 384 ~ 32.03%
G 148 of 384 ~ 38.54%
B 113 of 384 ~ 29.43%

%32.03
%38.54
%29.43

CMYK color model

#7B9471 color CMYK value is (17,0,24,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(17,0,24,42)
C17M0Y24K42 
(17%,0%,24%,42%)
(0.17/0.00/0.24/0.42)	

CMYK percentages

%16.89
%0
%23.65
%41.96

Codes

Color #7B9471 in popluar color models

7B9471
RGB123148113
HSL103°14.06%51.18%
HSB/HSV103°23.65%58.04%
CMYK16.89%0.00%23.65%
41.96%

Color #7B9471 in popluar number systems.

HEX7B9471
Decimal123148113
Binary1111011100101001110001
Octal173224161

Shades and tints

Shades of #7B9471

#7B9471
(123,148,113)
#708767
(112,135,103)
#657A5D
(101,122,93)
#5A6D53
(90,109,83)
#4F6049
(79,96,73)
#44533F
(68,83,63)
#394635
(57,70,53)
#2E392B
(46,57,43)
#232C21
(35,44,33)
#181F17
(24,31,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B9471

#7B9471
(123,148,113)
#879D7D
(135,157,125)
#93A689
(147,166,137)
#9FAF95
(159,175,149)
#ABB8A1
(171,184,161)
#B7C1AD
(183,193,173)
#C3CAB9
(195,202,185)
#CFD3C5
(207,211,197)
#DBDCD1
(219,220,209)
#E7E5DD
(231,229,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9471 color. Also use rgb(123,148,113) instead hex code.

Text Font Color

.myTextColor { color: #7B9471; }

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

This text font color is #7B9471.


Background Color

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

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

This div background color is #7B9471.


Border color

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

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

This div border color is #7B9471.


Opacity

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

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

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

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

This text has shadow with #7B9471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9471 on black background.


Color preview on white background

This text has color #7B9471 on white background.



Black color preview on #7B9471 background

This text has black color on #7B9471 background.


White color preview on #7B9471 background

This text has white color on #7B9471 background.