COLOR #7B6247

HEX: #7B6247
RGB: (123,98,71)

Color info

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

RGB color model

#7B6247 color RGB value is (123,98,71).

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

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 71 of 255 = 28%

123
98
71

R + G + B ~ 38%. #7B6247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 71 = 292 (100%)
R 123 of 292 ~ 42.12%
G 98 of 292 ~ 33.56%
B 71 of 292 ~ 24.32%

%42.12
%33.56
%24.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 42.28%
  • key color value is 51.76%
CMYK:
(0,20,42,52)
C0M20Y42K52 
(0%,20%,42%,52%)
(0.00/0.20/0.42/0.52)	

CMYK percentages

%0
%20.33
%42.28
%51.76

Codes

Color #7B6247 in popluar color models

7B6247
RGB1239871
HSL31°26.80%38.04%
HSB/HSV31°42.28%48.24%
CMYK0.00%20.33%42.28%
51.76%

Color #7B6247 in popluar number systems.

HEX7B6247
Decimal1239871
Binary111101111000101000111
Octal173142107

Shades and tints

Shades of #7B6247

#7B6247
(123,98,71)
#705A41
(112,90,65)
#65523B
(101,82,59)
#5A4A35
(90,74,53)
#4F422F
(79,66,47)
#443A29
(68,58,41)
#393223
(57,50,35)
#2E2A1D
(46,42,29)
#232217
(35,34,23)
#181A11
(24,26,17)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #7B6247

#7B6247
(123,98,71)
#877057
(135,112,87)
#937E67
(147,126,103)
#9F8C77
(159,140,119)
#AB9A87
(171,154,135)
#B7A897
(183,168,151)
#C3B6A7
(195,182,167)
#CFC4B7
(207,196,183)
#DBD2C7
(219,210,199)
#E7E0D7
(231,224,215)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6247; }

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

This text font color is #7B6247.


Background Color

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

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

This div background color is #7B6247.


Border color

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

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

This div border color is #7B6247.


Opacity

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

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

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

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

This text has shadow with #7B6247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6247 on black background.


Color preview on white background

This text has color #7B6247 on white background.



Black color preview on #7B6247 background

This text has black color on #7B6247 background.


White color preview on #7B6247 background

This text has white color on #7B6247 background.