COLOR #7B4A31

HEX: #7B4A31
RGB: (123,74,49)

Color info

#7B4A31 contains mainly red and green colors. Web safe color of #7B4A31 is #663333 (or #633).

RGB color model

#7B4A31 color RGB value is (123,74,49).

  • red value is 123;
  • green value is 74;
  • blue value is 49.
RGB:
(123,74,49)
(48%,29%,19%)

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 49 of 255 = 19%

123
74
49

R + G + B ~ 32%. #7B4A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 74 + 49 = 246 (100%)
R 123 of 246 ~ 50%
G 74 of 246 ~ 30.08%
B 49 of 246 ~ 19.92%

%50
%30.08
%19.92

CMYK color model

#7B4A31 color CMYK value is (0,40,60,52).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 60.16%
  • key color value is 51.76%
CMYK:
(0,40,60,52)
C0M40Y60K52 
(0%,40%,60%,52%)
(0.00/0.40/0.60/0.52)	

CMYK percentages

%0
%39.84
%60.16
%51.76

Codes

Color #7B4A31 in popluar color models

7B4A31
RGB1237449
HSL20°43.02%33.73%
HSB/HSV20°60.16%48.24%
CMYK0.00%39.84%60.16%
51.76%

Color #7B4A31 in popluar number systems.

HEX7B4A31
Decimal1237449
Binary11110111001010110001
Octal17311261

Shades and tints

Shades of #7B4A31

#7B4A31
(123,74,49)
#70442D
(112,68,45)
#653E29
(101,62,41)
#5A3825
(90,56,37)
#4F3221
(79,50,33)
#442C1D
(68,44,29)
#392619
(57,38,25)
#2E2015
(46,32,21)
#231A11
(35,26,17)
#18140D
(24,20,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #7B4A31

#7B4A31
(123,74,49)
#875A43
(135,90,67)
#936A55
(147,106,85)
#9F7A67
(159,122,103)
#AB8A79
(171,138,121)
#B79A8B
(183,154,139)
#C3AA9D
(195,170,157)
#CFBAAF
(207,186,175)
#DBCAC1
(219,202,193)
#E7DAD3
(231,218,211)
#F3EAE5
(243,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4A31 color. Also use rgb(123,74,49) instead hex code.

Text Font Color

.myTextColor { color: #7B4A31; }

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

This text font color is #7B4A31.


Background Color

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

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

This div background color is #7B4A31.


Border color

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

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

This div border color is #7B4A31.


Opacity

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

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

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

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

This text has shadow with #7B4A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4A31 on black background.


Color preview on white background

This text has color #7B4A31 on white background.



Black color preview on #7B4A31 background

This text has black color on #7B4A31 background.


White color preview on #7B4A31 background

This text has white color on #7B4A31 background.