COLOR #7B6240

HEX: #7B6240
RGB: (123,98,64)

Color info

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

RGB color model

#7B6240 color RGB value is (123,98,64).

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

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 64 of 255 = 25%

123
98
64

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 64 = 285 (100%)
R 123 of 285 ~ 43.16%
G 98 of 285 ~ 34.39%
B 64 of 285 ~ 22.46%

%43.16
%34.39
%22.46

CMYK color model

#7B6240 color CMYK value is (0,20,48,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(0,20,48,52)
C0M20Y48K52 
(0%,20%,48%,52%)
(0.00/0.20/0.48/0.52)	

CMYK percentages

%0
%20.33
%47.97
%51.76

Codes

Color #7B6240 in popluar color models

7B6240
RGB1239864
HSL35°31.55%36.67%
HSB/HSV35°47.97%48.24%
CMYK0.00%20.33%47.97%
51.76%

Color #7B6240 in popluar number systems.

HEX7B6240
Decimal1239864
Binary111101111000101000000
Octal173142100

Shades and tints

Shades of #7B6240

#7B6240
(123,98,64)
#705A3B
(112,90,59)
#655236
(101,82,54)
#5A4A31
(90,74,49)
#4F422C
(79,66,44)
#443A27
(68,58,39)
#393222
(57,50,34)
#2E2A1D
(46,42,29)
#232218
(35,34,24)
#181A13
(24,26,19)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B6240

#7B6240
(123,98,64)
#877051
(135,112,81)
#937E62
(147,126,98)
#9F8C73
(159,140,115)
#AB9A84
(171,154,132)
#B7A895
(183,168,149)
#C3B6A6
(195,182,166)
#CFC4B7
(207,196,183)
#DBD2C8
(219,210,200)
#E7E0D9
(231,224,217)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6240; }

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

This text font color is #7B6240.


Background Color

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

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

This div background color is #7B6240.


Border color

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

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

This div border color is #7B6240.


Opacity

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

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

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

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

This text has shadow with #7B6240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6240 on black background.


Color preview on white background

This text has color #7B6240 on white background.



Black color preview on #7B6240 background

This text has black color on #7B6240 background.


White color preview on #7B6240 background

This text has white color on #7B6240 background.