COLOR #7B131C

HEX: #7B131C
RGB: (123,19,28)

Color info

#7B131C contains mainly red color. Web safe color of #7B131C is #660033 (or #603).

RGB color model

#7B131C color RGB value is (123,19,28).

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

RGB channels and saturation

R 123 of 255 = 48%
G 19 of 255 = 7%
B 28 of 255 = 11%

123
19
28

R + G + B ~ 22%. #7B131C is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 19 + 28 = 170 (100%)
R 123 of 170 ~ 72.35%
G 19 of 170 ~ 11.18%
B 28 of 170 ~ 16.47%

%72.35
%11.18
%16.47

CMYK color model

#7B131C color CMYK value is (0,85,77,52).

  • cyan value is 0.00%
  • magenta value is 84.55%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,85,77,52)
C0M85Y77K52 
(0%,85%,77%,52%)
(0.00/0.85/0.77/0.52)	

CMYK percentages

%0
%84.55
%77.24
%51.76

Codes

Color #7B131C in popluar color models

7B131C
RGB1231928
HSL355°73.24%27.84%
HSB/HSV355°84.55%48.24%
CMYK0.00%84.55%77.24%
51.76%

Color #7B131C in popluar number systems.

HEX7B131C
Decimal1231928
Binary11110111001111100
Octal1732334

Shades and tints

Shades of #7B131C

#7B131C
(123,19,28)
#70121A
(112,18,26)
#651118
(101,17,24)
#5A1016
(90,16,22)
#4F0F14
(79,15,20)
#440E12
(68,14,18)
#390D10
(57,13,16)
#2E0C0E
(46,12,14)
#230B0C
(35,11,12)
#180A0A
(24,10,10)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #7B131C

#7B131C
(123,19,28)
#872830
(135,40,48)
#933D44
(147,61,68)
#9F5258
(159,82,88)
#AB676C
(171,103,108)
#B77C80
(183,124,128)
#C39194
(195,145,148)
#CFA6A8
(207,166,168)
#DBBBBC
(219,187,188)
#E7D0D0
(231,208,208)
#F3E5E4
(243,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B131C; }

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

This text font color is #7B131C.


Background Color

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

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

This div background color is #7B131C.


Border color

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

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

This div border color is #7B131C.


Opacity

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

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

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

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

This text has shadow with #7B131C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B131C on black background.


Color preview on white background

This text has color #7B131C on white background.



Black color preview on #7B131C background

This text has black color on #7B131C background.


White color preview on #7B131C background

This text has white color on #7B131C background.