COLOR #7B1831

HEX: #7B1831
RGB: (123,24,49)

Color info

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

RGB color model

#7B1831 color RGB value is (123,24,49).

  • red value is 123;
  • green value is 24;
  • blue value is 49.
RGB:
(123,24,49)
(48%,9%,19%)

RGB channels and saturation

R 123 of 255 = 48%
G 24 of 255 = 9%
B 49 of 255 = 19%

123
24
49

R + G + B ~ 25%. #7B1831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 24 + 49 = 196 (100%)
R 123 of 196 ~ 62.76%
G 24 of 196 ~ 12.24%
B 49 of 196 ~ 25%

%62.76
%12.24
%25

CMYK color model

#7B1831 color CMYK value is (0,80,60,52).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 60.16%
  • key color value is 51.76%
CMYK:
(0,80,60,52)
C0M80Y60K52 
(0%,80%,60%,52%)
(0.00/0.80/0.60/0.52)	

CMYK percentages

%0
%80.49
%60.16
%51.76

Codes

Color #7B1831 in popluar color models

7B1831
RGB1232449
HSL345°67.35%28.82%
HSB/HSV345°80.49%48.24%
CMYK0.00%80.49%60.16%
51.76%

Color #7B1831 in popluar number systems.

HEX7B1831
Decimal1232449
Binary111101111000110001
Octal1733061

Shades and tints

Shades of #7B1831

#7B1831
(123,24,49)
#70162D
(112,22,45)
#651429
(101,20,41)
#5A1225
(90,18,37)
#4F1021
(79,16,33)
#440E1D
(68,14,29)
#390C19
(57,12,25)
#2E0A15
(46,10,21)
#230811
(35,8,17)
#18060D
(24,6,13)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #7B1831

#7B1831
(123,24,49)
#872D43
(135,45,67)
#934255
(147,66,85)
#9F5767
(159,87,103)
#AB6C79
(171,108,121)
#B7818B
(183,129,139)
#C3969D
(195,150,157)
#CFABAF
(207,171,175)
#DBC0C1
(219,192,193)
#E7D5D3
(231,213,211)
#F3EAE5
(243,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1831 color. Also use rgb(123,24,49) instead hex code.

Text Font Color

.myTextColor { color: #7B1831; }

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

This text font color is #7B1831.


Background Color

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

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

This div background color is #7B1831.


Border color

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

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

This div border color is #7B1831.


Opacity

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

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

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

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

This text has shadow with #7B1831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B1831 on black background.


Color preview on white background

This text has color #7B1831 on white background.



Black color preview on #7B1831 background

This text has black color on #7B1831 background.


White color preview on #7B1831 background

This text has white color on #7B1831 background.