COLOR #7B471C

HEX: #7B471C
RGB: (123,71,28)

Color info

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

RGB color model

#7B471C color RGB value is (123,71,28).

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

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 28 of 255 = 11%

123
71
28

R + G + B ~ 29%. #7B471C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 71 + 28 = 222 (100%)
R 123 of 222 ~ 55.41%
G 71 of 222 ~ 31.98%
B 28 of 222 ~ 12.61%

%55.41
%31.98
%12.61

CMYK color model

#7B471C color CMYK value is (0,42,77,52).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,42,77,52)
C0M42Y77K52 
(0%,42%,77%,52%)
(0.00/0.42/0.77/0.52)	

CMYK percentages

%0
%42.28
%77.24
%51.76

Codes

Color #7B471C in popluar color models

7B471C
RGB1237128
HSL27°62.91%29.61%
HSB/HSV27°77.24%48.24%
CMYK0.00%42.28%77.24%
51.76%

Color #7B471C in popluar number systems.

HEX7B471C
Decimal1237128
Binary1111011100011111100
Octal17310734

Shades and tints

Shades of #7B471C

#7B471C
(123,71,28)
#70411A
(112,65,26)
#653B18
(101,59,24)
#5A3516
(90,53,22)
#4F2F14
(79,47,20)
#442912
(68,41,18)
#392310
(57,35,16)
#2E1D0E
(46,29,14)
#23170C
(35,23,12)
#18110A
(24,17,10)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #7B471C

#7B471C
(123,71,28)
#875730
(135,87,48)
#936744
(147,103,68)
#9F7758
(159,119,88)
#AB876C
(171,135,108)
#B79780
(183,151,128)
#C3A794
(195,167,148)
#CFB7A8
(207,183,168)
#DBC7BC
(219,199,188)
#E7D7D0
(231,215,208)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B471C; }

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

This text font color is #7B471C.


Background Color

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

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

This div background color is #7B471C.


Border color

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

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

This div border color is #7B471C.


Opacity

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

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

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

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

This text has shadow with #7B471C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B471C on black background.


Color preview on white background

This text has color #7B471C on white background.



Black color preview on #7B471C background

This text has black color on #7B471C background.


White color preview on #7B471C background

This text has white color on #7B471C background.