COLOR #7B2920

HEX: #7B2920
RGB: (123,41,32)

Color info

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

RGB color model

#7B2920 color RGB value is (123,41,32).

  • red value is 123;
  • green value is 41;
  • blue value is 32.
RGB:
(123,41,32)
(48%,16%,13%)

RGB channels and saturation

R 123 of 255 = 48%
G 41 of 255 = 16%
B 32 of 255 = 13%

123
41
32

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

Portions of RGB colors in percentages

R + G + B =
123 + 41 + 32 = 196 (100%)
R 123 of 196 ~ 62.76%
G 41 of 196 ~ 20.92%
B 32 of 196 ~ 16.33%

%62.76
%20.92
%16.33

CMYK color model

#7B2920 color CMYK value is (0,67,74,52).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 73.98%
  • key color value is 51.76%
CMYK:
(0,67,74,52)
C0M67Y74K52 
(0%,67%,74%,52%)
(0.00/0.67/0.74/0.52)	

CMYK percentages

%0
%66.67
%73.98
%51.76

Codes

Color #7B2920 in popluar color models

7B2920
RGB1234132
HSL58.71%30.39%
HSB/HSV73.98%48.24%
CMYK0.00%66.67%73.98%
51.76%

Color #7B2920 in popluar number systems.

HEX7B2920
Decimal1234132
Binary1111011101001100000
Octal1735140

Shades and tints

Shades of #7B2920

#7B2920
(123,41,32)
#70261E
(112,38,30)
#65231C
(101,35,28)
#5A201A
(90,32,26)
#4F1D18
(79,29,24)
#441A16
(68,26,22)
#391714
(57,23,20)
#2E1412
(46,20,18)
#231110
(35,17,16)
#180E0E
(24,14,14)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B2920

#7B2920
(123,41,32)
#873C34
(135,60,52)
#934F48
(147,79,72)
#9F625C
(159,98,92)
#AB7570
(171,117,112)
#B78884
(183,136,132)
#C39B98
(195,155,152)
#CFAEAC
(207,174,172)
#DBC1C0
(219,193,192)
#E7D4D4
(231,212,212)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2920 color. Also use rgb(123,41,32) instead hex code.

Text Font Color

.myTextColor { color: #7B2920; }

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

This text font color is #7B2920.


Background Color

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

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

This div background color is #7B2920.


Border color

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

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

This div border color is #7B2920.


Opacity

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

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

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

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

This text has shadow with #7B2920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2920 on black background.


Color preview on white background

This text has color #7B2920 on white background.



Black color preview on #7B2920 background

This text has black color on #7B2920 background.


White color preview on #7B2920 background

This text has white color on #7B2920 background.