COLOR #7B872E

HEX: #7B872E
RGB: (123,135,46)

Color info

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

RGB color model

#7B872E color RGB value is (123,135,46).

  • red value is 123;
  • green value is 135;
  • blue value is 46.
RGB:
(123,135,46)
(48%,53%,18%)

RGB channels and saturation

R 123 of 255 = 48%
G 135 of 255 = 53%
B 46 of 255 = 18%

123
135
46

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

Portions of RGB colors in percentages

R + G + B =
123 + 135 + 46 = 304 (100%)
R 123 of 304 ~ 40.46%
G 135 of 304 ~ 44.41%
B 46 of 304 ~ 15.13%

%40.46
%44.41
%15.13

CMYK color model

#7B872E color CMYK value is (9,0,66,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 65.93%
  • key color value is 47.06%
CMYK:
(9,0,66,47)
C9M0Y66K47 
(9%,0%,66%,47%)
(0.09/0.00/0.66/0.47)	

CMYK percentages

%8.89
%0
%65.93
%47.06

Codes

Color #7B872E in popluar color models

7B872E
RGB12313546
HSL68°49.17%35.49%
HSB/HSV68°65.93%52.94%
CMYK8.89%0.00%65.93%
47.06%

Color #7B872E in popluar number systems.

HEX7B872E
Decimal12313546
Binary111101110000111101110
Octal17320756

Shades and tints

Shades of #7B872E

#7B872E
(123,135,46)
#707B2A
(112,123,42)
#656F26
(101,111,38)
#5A6322
(90,99,34)
#4F571E
(79,87,30)
#444B1A
(68,75,26)
#393F16
(57,63,22)
#2E3312
(46,51,18)
#23270E
(35,39,14)
#181B0A
(24,27,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #7B872E

#7B872E
(123,135,46)
#879141
(135,145,65)
#939B54
(147,155,84)
#9FA567
(159,165,103)
#ABAF7A
(171,175,122)
#B7B98D
(183,185,141)
#C3C3A0
(195,195,160)
#CFCDB3
(207,205,179)
#DBD7C6
(219,215,198)
#E7E1D9
(231,225,217)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B872E color. Also use rgb(123,135,46) instead hex code.

Text Font Color

.myTextColor { color: #7B872E; }

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

This text font color is #7B872E.


Background Color

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

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

This div background color is #7B872E.


Border color

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

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

This div border color is #7B872E.


Opacity

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

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

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

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

This text has shadow with #7B872E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B872E on black background.


Color preview on white background

This text has color #7B872E on white background.



Black color preview on #7B872E background

This text has black color on #7B872E background.


White color preview on #7B872E background

This text has white color on #7B872E background.