COLOR #7B7347

HEX: #7B7347
RGB: (123,115,71)

Color info

#7B7347 contains red, green and blue colors in about the same proportion. Web safe color of #7B7347 is #666633 (or #663).

RGB color model

#7B7347 color RGB value is (123,115,71).

  • red value is 123;
  • green value is 115;
  • blue value is 71.
RGB:
(123,115,71)
(48%,45%,28%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 71 of 255 = 28%

123
115
71

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 71 = 309 (100%)
R 123 of 309 ~ 39.81%
G 115 of 309 ~ 37.22%
B 71 of 309 ~ 22.98%

%39.81
%37.22
%22.98

CMYK color model

#7B7347 color CMYK value is (0,7,42,52).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 42.28%
  • key color value is 51.76%
CMYK:
(0,7,42,52)
C0M7Y42K52 
(0%,7%,42%,52%)
(0.00/0.07/0.42/0.52)	

CMYK percentages

%0
%6.5
%42.28
%51.76

Codes

Color #7B7347 in popluar color models

7B7347
RGB12311571
HSL51°26.80%38.04%
HSB/HSV51°42.28%48.24%
CMYK0.00%6.50%42.28%
51.76%

Color #7B7347 in popluar number systems.

HEX7B7347
Decimal12311571
Binary111101111100111000111
Octal173163107

Shades and tints

Shades of #7B7347

#7B7347
(123,115,71)
#706941
(112,105,65)
#655F3B
(101,95,59)
#5A5535
(90,85,53)
#4F4B2F
(79,75,47)
#444129
(68,65,41)
#393723
(57,55,35)
#2E2D1D
(46,45,29)
#232317
(35,35,23)
#181911
(24,25,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B7347

#7B7347
(123,115,71)
#877F57
(135,127,87)
#938B67
(147,139,103)
#9F9777
(159,151,119)
#ABA387
(171,163,135)
#B7AF97
(183,175,151)
#C3BBA7
(195,187,167)
#CFC7B7
(207,199,183)
#DBD3C7
(219,211,199)
#E7DFD7
(231,223,215)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7347 color. Also use rgb(123,115,71) instead hex code.

Text Font Color

.myTextColor { color: #7B7347; }

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

This text font color is #7B7347.


Background Color

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

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

This div background color is #7B7347.


Border color

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

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

This div border color is #7B7347.


Opacity

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

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

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

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

This text has shadow with #7B7347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7347 on black background.


Color preview on white background

This text has color #7B7347 on white background.



Black color preview on #7B7347 background

This text has black color on #7B7347 background.


White color preview on #7B7347 background

This text has white color on #7B7347 background.