COLOR #7B4D1C

HEX: #7B4D1C
RGB: (123,77,28)

Color info

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

RGB color model

#7B4D1C color RGB value is (123,77,28).

  • red value is 123;
  • green value is 77;
  • blue value is 28.
RGB:
(123,77,28)
(48%,30%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 28 of 255 = 11%

123
77
28

R + G + B ~ 30%. #7B4D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 77 + 28 = 228 (100%)
R 123 of 228 ~ 53.95%
G 77 of 228 ~ 33.77%
B 28 of 228 ~ 12.28%

%53.95
%33.77
%12.28

CMYK color model

#7B4D1C color CMYK value is (0,37,77,52).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,37,77,52)
C0M37Y77K52 
(0%,37%,77%,52%)
(0.00/0.37/0.77/0.52)	

CMYK percentages

%0
%37.4
%77.24
%51.76

Codes

Color #7B4D1C in popluar color models

7B4D1C
RGB1237728
HSL31°62.91%29.61%
HSB/HSV31°77.24%48.24%
CMYK0.00%37.40%77.24%
51.76%

Color #7B4D1C in popluar number systems.

HEX7B4D1C
Decimal1237728
Binary1111011100110111100
Octal17311534

Shades and tints

Shades of #7B4D1C

#7B4D1C
(123,77,28)
#70461A
(112,70,26)
#653F18
(101,63,24)
#5A3816
(90,56,22)
#4F3114
(79,49,20)
#442A12
(68,42,18)
#392310
(57,35,16)
#2E1C0E
(46,28,14)
#23150C
(35,21,12)
#180E0A
(24,14,10)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #7B4D1C

#7B4D1C
(123,77,28)
#875D30
(135,93,48)
#936D44
(147,109,68)
#9F7D58
(159,125,88)
#AB8D6C
(171,141,108)
#B79D80
(183,157,128)
#C3AD94
(195,173,148)
#CFBDA8
(207,189,168)
#DBCDBC
(219,205,188)
#E7DDD0
(231,221,208)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4D1C color. Also use rgb(123,77,28) instead hex code.

Text Font Color

.myTextColor { color: #7B4D1C; }

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

This text font color is #7B4D1C.


Background Color

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

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

This div background color is #7B4D1C.


Border color

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

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

This div border color is #7B4D1C.


Opacity

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

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

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

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

This text has shadow with #7B4D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4D1C on black background.


Color preview on white background

This text has color #7B4D1C on white background.



Black color preview on #7B4D1C background

This text has black color on #7B4D1C background.


White color preview on #7B4D1C background

This text has white color on #7B4D1C background.