COLOR #7B6142

HEX: #7B6142
RGB: (123,97,66)

Color info

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

RGB color model

#7B6142 color RGB value is (123,97,66).

  • red value is 123;
  • green value is 97;
  • blue value is 66.
RGB:
(123,97,66)
(48%,38%,26%)

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 66 of 255 = 26%

123
97
66

R + G + B ~ 37%. #7B6142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 66 = 286 (100%)
R 123 of 286 ~ 43.01%
G 97 of 286 ~ 33.92%
B 66 of 286 ~ 23.08%

%43.01
%33.92
%23.08

CMYK color model

#7B6142 color CMYK value is (0,21,46,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK:
(0,21,46,52)
C0M21Y46K52 
(0%,21%,46%,52%)
(0.00/0.21/0.46/0.52)	

CMYK percentages

%0
%21.14
%46.34
%51.76

Codes

Color #7B6142 in popluar color models

7B6142
RGB1239766
HSL33°30.16%37.06%
HSB/HSV33°46.34%48.24%
CMYK0.00%21.14%46.34%
51.76%

Color #7B6142 in popluar number systems.

HEX7B6142
Decimal1239766
Binary111101111000011000010
Octal173141102

Shades and tints

Shades of #7B6142

#7B6142
(123,97,66)
#70593C
(112,89,60)
#655136
(101,81,54)
#5A4930
(90,73,48)
#4F412A
(79,65,42)
#443924
(68,57,36)
#39311E
(57,49,30)
#2E2918
(46,41,24)
#232112
(35,33,18)
#18190C
(24,25,12)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #7B6142

#7B6142
(123,97,66)
#876F53
(135,111,83)
#937D64
(147,125,100)
#9F8B75
(159,139,117)
#AB9986
(171,153,134)
#B7A797
(183,167,151)
#C3B5A8
(195,181,168)
#CFC3B9
(207,195,185)
#DBD1CA
(219,209,202)
#E7DFDB
(231,223,219)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6142 color. Also use rgb(123,97,66) instead hex code.

Text Font Color

.myTextColor { color: #7B6142; }

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

This text font color is #7B6142.


Background Color

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

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

This div background color is #7B6142.


Border color

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

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

This div border color is #7B6142.


Opacity

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

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

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

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

This text has shadow with #7B6142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6142 on black background.


Color preview on white background

This text has color #7B6142 on white background.



Black color preview on #7B6142 background

This text has black color on #7B6142 background.


White color preview on #7B6142 background

This text has white color on #7B6142 background.