COLOR #7B6547

HEX: #7B6547
RGB: (123,101,71)

Color info

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

RGB color model

#7B6547 color RGB value is (123,101,71).

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

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 71 of 255 = 28%

123
101
71

R + G + B ~ 39%. #7B6547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 71 = 295 (100%)
R 123 of 295 ~ 41.69%
G 101 of 295 ~ 34.24%
B 71 of 295 ~ 24.07%

%41.69
%34.24
%24.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 42.28%
  • key color value is 51.76%
CMYK:
(0,18,42,52)
C0M18Y42K52 
(0%,18%,42%,52%)
(0.00/0.18/0.42/0.52)	

CMYK percentages

%0
%17.89
%42.28
%51.76

Codes

Color #7B6547 in popluar color models

7B6547
RGB12310171
HSL35°26.80%38.04%
HSB/HSV35°42.28%48.24%
CMYK0.00%17.89%42.28%
51.76%

Color #7B6547 in popluar number systems.

HEX7B6547
Decimal12310171
Binary111101111001011000111
Octal173145107

Shades and tints

Shades of #7B6547

#7B6547
(123,101,71)
#705C41
(112,92,65)
#65533B
(101,83,59)
#5A4A35
(90,74,53)
#4F412F
(79,65,47)
#443829
(68,56,41)
#392F23
(57,47,35)
#2E261D
(46,38,29)
#231D17
(35,29,23)
#181411
(24,20,17)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #7B6547

#7B6547
(123,101,71)
#877357
(135,115,87)
#938167
(147,129,103)
#9F8F77
(159,143,119)
#AB9D87
(171,157,135)
#B7AB97
(183,171,151)
#C3B9A7
(195,185,167)
#CFC7B7
(207,199,183)
#DBD5C7
(219,213,199)
#E7E3D7
(231,227,215)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6547; }

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

This text font color is #7B6547.


Background Color

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

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

This div background color is #7B6547.


Border color

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

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

This div border color is #7B6547.


Opacity

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

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

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

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

This text has shadow with #7B6547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6547 on black background.


Color preview on white background

This text has color #7B6547 on white background.



Black color preview on #7B6547 background

This text has black color on #7B6547 background.


White color preview on #7B6547 background

This text has white color on #7B6547 background.