COLOR #7B4C40

HEX: #7B4C40
RGB: (123,76,64)

Color info

#7B4C40 contains red, green and blue colors in about the same proportion. Web safe color of #7B4C40 is #663333 (or #633).

RGB color model

#7B4C40 color RGB value is (123,76,64).

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

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 64 of 255 = 25%

123
76
64

R + G + B ~ 34%. #7B4C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 76 + 64 = 263 (100%)
R 123 of 263 ~ 46.77%
G 76 of 263 ~ 28.9%
B 64 of 263 ~ 24.33%

%46.77
%28.9
%24.33

CMYK color model

#7B4C40 color CMYK value is (0,38,48,52).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(0,38,48,52)
C0M38Y48K52 
(0%,38%,48%,52%)
(0.00/0.38/0.48/0.52)	

CMYK percentages

%0
%38.21
%47.97
%51.76

Codes

Color #7B4C40 in popluar color models

7B4C40
RGB1237664
HSL12°31.55%36.67%
HSB/HSV12°47.97%48.24%
CMYK0.00%38.21%47.97%
51.76%

Color #7B4C40 in popluar number systems.

HEX7B4C40
Decimal1237664
Binary111101110011001000000
Octal173114100

Shades and tints

Shades of #7B4C40

#7B4C40
(123,76,64)
#70463B
(112,70,59)
#654036
(101,64,54)
#5A3A31
(90,58,49)
#4F342C
(79,52,44)
#442E27
(68,46,39)
#392822
(57,40,34)
#2E221D
(46,34,29)
#231C18
(35,28,24)
#181613
(24,22,19)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B4C40

#7B4C40
(123,76,64)
#875C51
(135,92,81)
#936C62
(147,108,98)
#9F7C73
(159,124,115)
#AB8C84
(171,140,132)
#B79C95
(183,156,149)
#C3ACA6
(195,172,166)
#CFBCB7
(207,188,183)
#DBCCC8
(219,204,200)
#E7DCD9
(231,220,217)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4C40; }

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

This text font color is #7B4C40.


Background Color

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

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

This div background color is #7B4C40.


Border color

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

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

This div border color is #7B4C40.


Opacity

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

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

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

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

This text has shadow with #7B4C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4C40 on black background.


Color preview on white background

This text has color #7B4C40 on white background.



Black color preview on #7B4C40 background

This text has black color on #7B4C40 background.


White color preview on #7B4C40 background

This text has white color on #7B4C40 background.