COLOR #7B111B

HEX: #7B111B
RGB: (123,17,27)

Color info

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

RGB color model

#7B111B color RGB value is (123,17,27).

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

RGB channels and saturation

R 123 of 255 = 48%
G 17 of 255 = 7%
B 27 of 255 = 11%

123
17
27

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

Portions of RGB colors in percentages

R + G + B =
123 + 17 + 27 = 167 (100%)
R 123 of 167 ~ 73.65%
G 17 of 167 ~ 10.18%
B 27 of 167 ~ 16.17%

%73.65
%10.18
%16.17

CMYK color model

#7B111B color CMYK value is (0,86,78,52).

  • cyan value is 0.00%
  • magenta value is 86.18%
  • yellow value is 78.05%
  • key color value is 51.76%
CMYK:
(0,86,78,52)
C0M86Y78K52 
(0%,86%,78%,52%)
(0.00/0.86/0.78/0.52)	

CMYK percentages

%0
%86.18
%78.05
%51.76

Codes

Color #7B111B in popluar color models

7B111B
RGB1231727
HSL354°75.71%27.45%
HSB/HSV354°86.18%48.24%
CMYK0.00%86.18%78.05%
51.76%

Color #7B111B in popluar number systems.

HEX7B111B
Decimal1231727
Binary11110111000111011
Octal1732133

Shades and tints

Shades of #7B111B

#7B111B
(123,17,27)
#701019
(112,16,25)
#650F17
(101,15,23)
#5A0E15
(90,14,21)
#4F0D13
(79,13,19)
#440C11
(68,12,17)
#390B0F
(57,11,15)
#2E0A0D
(46,10,13)
#23090B
(35,9,11)
#180809
(24,8,9)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #7B111B

#7B111B
(123,17,27)
#87262F
(135,38,47)
#933B43
(147,59,67)
#9F5057
(159,80,87)
#AB656B
(171,101,107)
#B77A7F
(183,122,127)
#C38F93
(195,143,147)
#CFA4A7
(207,164,167)
#DBB9BB
(219,185,187)
#E7CECF
(231,206,207)
#F3E3E3
(243,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B111B; }

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

This text font color is #7B111B.


Background Color

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

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

This div background color is #7B111B.


Border color

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

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

This div border color is #7B111B.


Opacity

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

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

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

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

This text has shadow with #7B111B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B111B on black background.


Color preview on white background

This text has color #7B111B on white background.



Black color preview on #7B111B background

This text has black color on #7B111B background.


White color preview on #7B111B background

This text has white color on #7B111B background.