COLOR #7B814B

HEX: #7B814B
RGB: (123,129,75)

Color info

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

RGB color model

#7B814B color RGB value is (123,129,75).

  • red value is 123;
  • green value is 129;
  • blue value is 75.
RGB:
(123,129,75)
(48%,51%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 129 of 255 = 51%
B 75 of 255 = 29%

123
129
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 129 + 75 = 327 (100%)
R 123 of 327 ~ 37.61%
G 129 of 327 ~ 39.45%
B 75 of 327 ~ 22.94%

%37.61
%39.45
%22.94

CMYK color model

#7B814B color CMYK value is (5,0,42,49).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(5,0,42,49)
C5M0Y42K49 
(5%,0%,42%,49%)
(0.05/0.00/0.42/0.49)	

CMYK percentages

%4.65
%0
%41.86
%49.41

Codes

Color #7B814B in popluar color models

7B814B
RGB12312975
HSL67°26.47%40.00%
HSB/HSV67°41.86%50.59%
CMYK4.65%0.00%41.86%
49.41%

Color #7B814B in popluar number systems.

HEX7B814B
Decimal12312975
Binary1111011100000011001011
Octal173201113

Shades and tints

Shades of #7B814B

#7B814B
(123,129,75)
#707645
(112,118,69)
#656B3F
(101,107,63)
#5A6039
(90,96,57)
#4F5533
(79,85,51)
#444A2D
(68,74,45)
#393F27
(57,63,39)
#2E3421
(46,52,33)
#23291B
(35,41,27)
#181E15
(24,30,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B814B

#7B814B
(123,129,75)
#878C5B
(135,140,91)
#93976B
(147,151,107)
#9FA27B
(159,162,123)
#ABAD8B
(171,173,139)
#B7B89B
(183,184,155)
#C3C3AB
(195,195,171)
#CFCEBB
(207,206,187)
#DBD9CB
(219,217,203)
#E7E4DB
(231,228,219)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B814B color. Also use rgb(123,129,75) instead hex code.

Text Font Color

.myTextColor { color: #7B814B; }

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

This text font color is #7B814B.


Background Color

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

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

This div background color is #7B814B.


Border color

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

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

This div border color is #7B814B.


Opacity

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

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

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

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

This text has shadow with #7B814B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B814B on black background.


Color preview on white background

This text has color #7B814B on white background.



Black color preview on #7B814B background

This text has black color on #7B814B background.


White color preview on #7B814B background

This text has white color on #7B814B background.