COLOR #7B141B

HEX: #7B141B
RGB: (123,20,27)

Color info

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

RGB color model

#7B141B color RGB value is (123,20,27).

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

RGB channels and saturation

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

123
20
27

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

Portions of RGB colors in percentages

R + G + B =
123 + 20 + 27 = 170 (100%)
R 123 of 170 ~ 72.35%
G 20 of 170 ~ 11.76%
B 27 of 170 ~ 15.88%

%72.35
%11.76
%15.88

CMYK color model

#7B141B color CMYK value is (0,84,78,52).

  • cyan value is 0.00%
  • magenta value is 83.74%
  • yellow value is 78.05%
  • key color value is 51.76%
CMYK:
(0,84,78,52)
C0M84Y78K52 
(0%,84%,78%,52%)
(0.00/0.84/0.78/0.52)	

CMYK percentages

%0
%83.74
%78.05
%51.76

Codes

Color #7B141B in popluar color models

7B141B
RGB1232027
HSL356°72.03%28.04%
HSB/HSV356°83.74%48.24%
CMYK0.00%83.74%78.05%
51.76%

Color #7B141B in popluar number systems.

HEX7B141B
Decimal1232027
Binary11110111010011011
Octal1732433

Shades and tints

Shades of #7B141B

#7B141B
(123,20,27)
#701319
(112,19,25)
#651217
(101,18,23)
#5A1115
(90,17,21)
#4F1013
(79,16,19)
#440F11
(68,15,17)
#390E0F
(57,14,15)
#2E0D0D
(46,13,13)
#230C0B
(35,12,11)
#180B09
(24,11,9)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #7B141B

#7B141B
(123,20,27)
#87292F
(135,41,47)
#933E43
(147,62,67)
#9F5357
(159,83,87)
#AB686B
(171,104,107)
#B77D7F
(183,125,127)
#C39293
(195,146,147)
#CFA7A7
(207,167,167)
#DBBCBB
(219,188,187)
#E7D1CF
(231,209,207)
#F3E6E3
(243,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B141B; }

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

This text font color is #7B141B.


Background Color

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

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

This div background color is #7B141B.


Border color

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

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

This div border color is #7B141B.


Opacity

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

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

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

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

This text has shadow with #7B141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B141B on black background.


Color preview on white background

This text has color #7B141B on white background.



Black color preview on #7B141B background

This text has black color on #7B141B background.


White color preview on #7B141B background

This text has white color on #7B141B background.