COLOR #7B131A

HEX: #7B131A
RGB: (123,19,26)

Color info

#7B131A contains mainly red color. Web safe color of #7B131A is #660000 (or #600).

RGB color model

#7B131A color RGB value is (123,19,26).

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

RGB channels and saturation

R 123 of 255 = 48%
G 19 of 255 = 7%
B 26 of 255 = 10%

123
19
26

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

Portions of RGB colors in percentages

R + G + B =
123 + 19 + 26 = 168 (100%)
R 123 of 168 ~ 73.21%
G 19 of 168 ~ 11.31%
B 26 of 168 ~ 15.48%

%73.21
%11.31
%15.48

CMYK color model

#7B131A color CMYK value is (0,85,79,52).

  • cyan value is 0.00%
  • magenta value is 84.55%
  • yellow value is 78.86%
  • key color value is 51.76%
CMYK:
(0,85,79,52)
C0M85Y79K52 
(0%,85%,79%,52%)
(0.00/0.85/0.79/0.52)	

CMYK percentages

%0
%84.55
%78.86
%51.76

Codes

Color #7B131A in popluar color models

7B131A
RGB1231926
HSL356°73.24%27.84%
HSB/HSV356°84.55%48.24%
CMYK0.00%84.55%78.86%
51.76%

Color #7B131A in popluar number systems.

HEX7B131A
Decimal1231926
Binary11110111001111010
Octal1732332

Shades and tints

Shades of #7B131A

#7B131A
(123,19,26)
#701218
(112,18,24)
#651116
(101,17,22)
#5A1014
(90,16,20)
#4F0F12
(79,15,18)
#440E10
(68,14,16)
#390D0E
(57,13,14)
#2E0C0C
(46,12,12)
#230B0A
(35,11,10)
#180A08
(24,10,8)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #7B131A

#7B131A
(123,19,26)
#87282E
(135,40,46)
#933D42
(147,61,66)
#9F5256
(159,82,86)
#AB676A
(171,103,106)
#B77C7E
(183,124,126)
#C39192
(195,145,146)
#CFA6A6
(207,166,166)
#DBBBBA
(219,187,186)
#E7D0CE
(231,208,206)
#F3E5E2
(243,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B131A; }

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

This text font color is #7B131A.


Background Color

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

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

This div background color is #7B131A.


Border color

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

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

This div border color is #7B131A.


Opacity

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

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

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

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

This text has shadow with #7B131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B131A on black background.


Color preview on white background

This text has color #7B131A on white background.



Black color preview on #7B131A background

This text has black color on #7B131A background.


White color preview on #7B131A background

This text has white color on #7B131A background.