COLOR #7B131E

HEX: #7B131E RGB: (123,19,30)

Color info

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

RGB color model

#7B131E color RGB value is (123,19,30).

RGB: (123,19,30) (48%, 7%, 12%)

RGB channels and saturation

R 123 of 255 = 48%
G 19 of 255 = 7%
B 30 of 255 = 12%

123
19
30

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

Portions of RGB colors in percentages

R + G + B = 123 + 19 + 30 = 172 (100%)
R 123 of 172 ~ 71.51%
G 19 of 172 ~ 11.05%
B 30 of 172 ~ 17.44'%

%71.51
%11.05
%17.44

CMYK color model

#7B131E color CMYK value is (0,85,76,52).

  • cyan value is 0.00%
  • magenta value is 84.55%
  • yellow value is 75.61%
  • key color value is 51.76%

CMYK: (0,85,76,52)
C0M85Y76K52 (0%, 85%, 76%, 52%)
(0.00 / 0.85 / 0.76 / 0.52)

CMYK percentages

%0
%84.55
%75.61
%51.76

Codes

Color #7B131E in popluar color models

7B 13 1E
RGB 123 19 30
HSL 354° 73.24% 27.84%
HSB/HSV 354° 84.55% 48.24%
CMYK 0.00% 84.55% 75.61%
51.76%

Color #7B131E in popluar number systems.

HEX 7B 13 1E
Decimal 123 19 30
Binary 1111011 10011 11110
Octal 173 23 36

Shades and tints

Shades of #7B131E

#7B131E
(123,19,30)
#70121C
(112,18,28)
#65111A
(101,17,26)
#5A1018
(90,16,24)
#4F0F16
(79,15,22)
#440E14
(68,14,20)
#390D12
(57,13,18)
#2E0C10
(46,12,16)
#230B0E
(35,11,14)
#180A0C
(24,10,12)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #7B131E

#7B131E
(123,19,30)
#872832
(135,40,50)
#933D46
(147,61,70)
#9F525A
(159,82,90)
#AB676E
(171,103,110)
#B77C82
(183,124,130)
#C39196
(195,145,150)
#CFA6AA
(207,166,170)
#DBBBBE
(219,187,190)
#E7D0D2
(231,208,210)
#F3E5E6
(243,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B131E; }

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

This text font color is #7B131E.

Background Color

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

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

This div background color is #7B131E.

Border color

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

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

This div border color is #7B131E.

Opacity

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

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

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

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

This text has shadow with #7B131E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B131E.

Preview

Color preview on black background

This text has color #7B131E on black background.


Color preview on white background

This text has color #7B131E on white background.


Black color preview on #7B131E background

This text has black color on #7B131E background.


White color preview on #7B131E background

This text has white color on #7B131E background.


Related colors

Complementary color

Complementary color for #hex is #84ECE1.


I love getcolorcode.com

Triadic colors

1 #1E7B13 and #131E7B with #7B131E are triadic colors.

2 #1E137B and #137B1E with #7B131E are triadic colors.