COLOR #7B4932

HEX: #7B4932
RGB: (123,73,50)

Color info

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

RGB color model

#7B4932 color RGB value is (123,73,50).

  • red value is 123;
  • green value is 73;
  • blue value is 50.
RGB:
(123,73,50)
(48%,29%,20%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 50 of 255 = 20%

123
73
50

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 50 = 246 (100%)
R 123 of 246 ~ 50%
G 73 of 246 ~ 29.67%
B 50 of 246 ~ 20.33%

%50
%29.67
%20.33

CMYK color model

#7B4932 color CMYK value is (0,41,59,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 59.35%
  • key color value is 51.76%
CMYK:
(0,41,59,52)
C0M41Y59K52 
(0%,41%,59%,52%)
(0.00/0.41/0.59/0.52)	

CMYK percentages

%0
%40.65
%59.35
%51.76

Codes

Color #7B4932 in popluar color models

7B4932
RGB1237350
HSL19°42.20%33.92%
HSB/HSV19°59.35%48.24%
CMYK0.00%40.65%59.35%
51.76%

Color #7B4932 in popluar number systems.

HEX7B4932
Decimal1237350
Binary11110111001001110010
Octal17311162

Shades and tints

Shades of #7B4932

#7B4932
(123,73,50)
#70432E
(112,67,46)
#653D2A
(101,61,42)
#5A3726
(90,55,38)
#4F3122
(79,49,34)
#442B1E
(68,43,30)
#39251A
(57,37,26)
#2E1F16
(46,31,22)
#231912
(35,25,18)
#18130E
(24,19,14)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #7B4932

#7B4932
(123,73,50)
#875944
(135,89,68)
#936956
(147,105,86)
#9F7968
(159,121,104)
#AB897A
(171,137,122)
#B7998C
(183,153,140)
#C3A99E
(195,169,158)
#CFB9B0
(207,185,176)
#DBC9C2
(219,201,194)
#E7D9D4
(231,217,212)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4932 color. Also use rgb(123,73,50) instead hex code.

Text Font Color

.myTextColor { color: #7B4932; }

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

This text font color is #7B4932.


Background Color

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

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

This div background color is #7B4932.


Border color

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

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

This div border color is #7B4932.


Opacity

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

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

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

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

This text has shadow with #7B4932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4932 on black background.


Color preview on white background

This text has color #7B4932 on white background.



Black color preview on #7B4932 background

This text has black color on #7B4932 background.


White color preview on #7B4932 background

This text has white color on #7B4932 background.