COLOR #7B492F

HEX: #7B492F
RGB: (123,73,47)

Color info

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

RGB color model

#7B492F color RGB value is (123,73,47).

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

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 47 of 255 = 18%

123
73
47

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 47 = 243 (100%)
R 123 of 243 ~ 50.62%
G 73 of 243 ~ 30.04%
B 47 of 243 ~ 19.34%

%50.62
%30.04
%19.34

CMYK color model

#7B492F color CMYK value is (0,41,62,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 61.79%
  • key color value is 51.76%
CMYK:
(0,41,62,52)
C0M41Y62K52 
(0%,41%,62%,52%)
(0.00/0.41/0.62/0.52)	

CMYK percentages

%0
%40.65
%61.79
%51.76

Codes

Color #7B492F in popluar color models

7B492F
RGB1237347
HSL21°44.71%33.33%
HSB/HSV21°61.79%48.24%
CMYK0.00%40.65%61.79%
51.76%

Color #7B492F in popluar number systems.

HEX7B492F
Decimal1237347
Binary11110111001001101111
Octal17311157

Shades and tints

Shades of #7B492F

#7B492F
(123,73,47)
#70432B
(112,67,43)
#653D27
(101,61,39)
#5A3723
(90,55,35)
#4F311F
(79,49,31)
#442B1B
(68,43,27)
#392517
(57,37,23)
#2E1F13
(46,31,19)
#23190F
(35,25,15)
#18130B
(24,19,11)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #7B492F

#7B492F
(123,73,47)
#875941
(135,89,65)
#936953
(147,105,83)
#9F7965
(159,121,101)
#AB8977
(171,137,119)
#B79989
(183,153,137)
#C3A99B
(195,169,155)
#CFB9AD
(207,185,173)
#DBC9BF
(219,201,191)
#E7D9D1
(231,217,209)
#F3E9E3
(243,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B492F; }

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

This text font color is #7B492F.


Background Color

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

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

This div background color is #7B492F.


Border color

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

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

This div border color is #7B492F.


Opacity

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

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

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

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

This text has shadow with #7B492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B492F on black background.


Color preview on white background

This text has color #7B492F on white background.



Black color preview on #7B492F background

This text has black color on #7B492F background.


White color preview on #7B492F background

This text has white color on #7B492F background.