COLOR #7B8557

HEX: #7B8557
RGB: (123,133,87)

Color info

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

RGB color model

#7B8557 color RGB value is (123,133,87).

  • red value is 123;
  • green value is 133;
  • blue value is 87.
RGB: (123,133,87) (48%,52%,34%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 87 of 255 = 34%

123
133
87

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

Portions of RGB colors in percentages

R + G + B =
123 + 133 + 87 = 343 (100%)
R 123 of 343 ~ 35.86%
G 133 of 343 ~ 38.78%
B 87 of 343 ~ 25.36%

%35.86
%38.78
%25.36

CMYK color model

#7B8557 color CMYK value is (8,0,35,48).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 47.84%
CMYK: (8,0,35,48) C8M0Y35K48 (8%,0%,35%,48%) (0.08/0.00/0.35/0.48)

CMYK percentages

%7.52
%0
%34.59
%47.84

Codes

Color #7B8557 in popluar color models

7B8557
RGB12313387
HSL73°20.91%43.14%
HSB/HSV73°34.59%52.16%
CMYK7.52%0.00%34.59%
47.84%

Color #7B8557 in popluar number systems.

HEX7B8557
Decimal12313387
Binary1111011100001011010111
Octal173205127

Shades and tints

Shades of #7B8557

#7B8557
(123,133,87)
#707950
(112,121,80)
#656D49
(101,109,73)
#5A6142
(90,97,66)
#4F553B
(79,85,59)
#444934
(68,73,52)
#393D2D
(57,61,45)
#2E3126
(46,49,38)
#23251F
(35,37,31)
#181918
(24,25,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B8557

#7B8557
(123,133,87)
#879066
(135,144,102)
#939B75
(147,155,117)
#9FA684
(159,166,132)
#ABB193
(171,177,147)
#B7BCA2
(183,188,162)
#C3C7B1
(195,199,177)
#CFD2C0
(207,210,192)
#DBDDCF
(219,221,207)
#E7E8DE
(231,232,222)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8557 color. Also use rgb(123,133,87) instead hex code.

Text Font Color

.myTextColor { color: #7B8557; }

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

This text font color is #7B8557.


Background Color

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

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

This div background color is #7B8557.


Border color

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

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

This div border color is #7B8557.


Opacity

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

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

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

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

This text has shadow with #7B8557 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B8557 on black background.


Color preview on white background

This text has color #7B8557 on white background.



Black color preview on #7B8557 background

This text has black color on #7B8557 background.


White color preview on #7B8557 background

This text has white color on #7B8557 background.