COLOR #7B2D1C

HEX: #7B2D1C
RGB: (123,45,28)

Color info

#7B2D1C contains mainly red color. Web safe color of #7B2D1C is #663333 (or #633).

RGB color model

#7B2D1C color RGB value is (123,45,28).

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

RGB channels and saturation

R 123 of 255 = 48%
G 45 of 255 = 18%
B 28 of 255 = 11%

123
45
28

R + G + B ~ 26%. #7B2D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 45 + 28 = 196 (100%)
R 123 of 196 ~ 62.76%
G 45 of 196 ~ 22.96%
B 28 of 196 ~ 14.29%

%62.76
%22.96
%14.29

CMYK color model

#7B2D1C color CMYK value is (0,63,77,52).

  • cyan value is 0.00%
  • magenta value is 63.41%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,63,77,52)
C0M63Y77K52 
(0%,63%,77%,52%)
(0.00/0.63/0.77/0.52)	

CMYK percentages

%0
%63.41
%77.24
%51.76

Codes

Color #7B2D1C in popluar color models

7B2D1C
RGB1234528
HSL11°62.91%29.61%
HSB/HSV11°77.24%48.24%
CMYK0.00%63.41%77.24%
51.76%

Color #7B2D1C in popluar number systems.

HEX7B2D1C
Decimal1234528
Binary111101110110111100
Octal1735534

Shades and tints

Shades of #7B2D1C

#7B2D1C
(123,45,28)
#70291A
(112,41,26)
#652518
(101,37,24)
#5A2116
(90,33,22)
#4F1D14
(79,29,20)
#441912
(68,25,18)
#391510
(57,21,16)
#2E110E
(46,17,14)
#230D0C
(35,13,12)
#18090A
(24,9,10)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #7B2D1C

#7B2D1C
(123,45,28)
#874030
(135,64,48)
#935344
(147,83,68)
#9F6658
(159,102,88)
#AB796C
(171,121,108)
#B78C80
(183,140,128)
#C39F94
(195,159,148)
#CFB2A8
(207,178,168)
#DBC5BC
(219,197,188)
#E7D8D0
(231,216,208)
#F3EBE4
(243,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B2D1C; }

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

This text font color is #7B2D1C.


Background Color

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

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

This div background color is #7B2D1C.


Border color

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

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

This div border color is #7B2D1C.


Opacity

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

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

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

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

This text has shadow with #7B2D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2D1C on black background.


Color preview on white background

This text has color #7B2D1C on white background.



Black color preview on #7B2D1C background

This text has black color on #7B2D1C background.


White color preview on #7B2D1C background

This text has white color on #7B2D1C background.