COLOR #7B141D

HEX: #7B141D
RGB: (123,20,29)

Color info

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

RGB color model

#7B141D color RGB value is (123,20,29).

  • red value is 123;
  • green value is 20;
  • blue value is 29.
RGB:
(123,20,29)
(48%,8%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 20 of 255 = 8%
B 29 of 255 = 11%

123
20
29

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

Portions of RGB colors in percentages

R + G + B =
123 + 20 + 29 = 172 (100%)
R 123 of 172 ~ 71.51%
G 20 of 172 ~ 11.63%
B 29 of 172 ~ 16.86%

%71.51
%11.63
%16.86

CMYK color model

#7B141D color CMYK value is (0,84,76,52).

  • cyan value is 0.00%
  • magenta value is 83.74%
  • yellow value is 76.42%
  • key color value is 51.76%
CMYK:
(0,84,76,52)
C0M84Y76K52 
(0%,84%,76%,52%)
(0.00/0.84/0.76/0.52)	

CMYK percentages

%0
%83.74
%76.42
%51.76

Codes

Color #7B141D in popluar color models

7B141D
RGB1232029
HSL355°72.03%28.04%
HSB/HSV355°83.74%48.24%
CMYK0.00%83.74%76.42%
51.76%

Color #7B141D in popluar number systems.

HEX7B141D
Decimal1232029
Binary11110111010011101
Octal1732435

Shades and tints

Shades of #7B141D

#7B141D
(123,20,29)
#70131B
(112,19,27)
#651219
(101,18,25)
#5A1117
(90,17,23)
#4F1015
(79,16,21)
#440F13
(68,15,19)
#390E11
(57,14,17)
#2E0D0F
(46,13,15)
#230C0D
(35,12,13)
#180B0B
(24,11,11)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #7B141D

#7B141D
(123,20,29)
#872931
(135,41,49)
#933E45
(147,62,69)
#9F5359
(159,83,89)
#AB686D
(171,104,109)
#B77D81
(183,125,129)
#C39295
(195,146,149)
#CFA7A9
(207,167,169)
#DBBCBD
(219,188,189)
#E7D1D1
(231,209,209)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B141D color. Also use rgb(123,20,29) instead hex code.

Text Font Color

.myTextColor { color: #7B141D; }

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

This text font color is #7B141D.


Background Color

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

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

This div background color is #7B141D.


Border color

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

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

This div border color is #7B141D.


Opacity

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

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

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

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

This text has shadow with #7B141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B141D on black background.


Color preview on white background

This text has color #7B141D on white background.



Black color preview on #7B141D background

This text has black color on #7B141D background.


White color preview on #7B141D background

This text has white color on #7B141D background.