COLOR #7B181D

HEX: #7B181D
RGB: (123,24,29)

Color info

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

RGB color model

#7B181D color RGB value is (123,24,29).

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

RGB channels and saturation

R 123 of 255 = 48%
G 24 of 255 = 9%
B 29 of 255 = 11%

123
24
29

R + G + B ~ 23%. #7B181D is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 24 + 29 = 176 (100%)
R 123 of 176 ~ 69.89%
G 24 of 176 ~ 13.64%
B 29 of 176 ~ 16.48%

%69.89
%13.64
%16.48

CMYK color model

#7B181D color CMYK value is (0,80,76,52).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 76.42%
  • key color value is 51.76%
CMYK:
(0,80,76,52)
C0M80Y76K52 
(0%,80%,76%,52%)
(0.00/0.80/0.76/0.52)	

CMYK percentages

%0
%80.49
%76.42
%51.76

Codes

Color #7B181D in popluar color models

7B181D
RGB1232429
HSL357°67.35%28.82%
HSB/HSV357°80.49%48.24%
CMYK0.00%80.49%76.42%
51.76%

Color #7B181D in popluar number systems.

HEX7B181D
Decimal1232429
Binary11110111100011101
Octal1733035

Shades and tints

Shades of #7B181D

#7B181D
(123,24,29)
#70161B
(112,22,27)
#651419
(101,20,25)
#5A1217
(90,18,23)
#4F1015
(79,16,21)
#440E13
(68,14,19)
#390C11
(57,12,17)
#2E0A0F
(46,10,15)
#23080D
(35,8,13)
#18060B
(24,6,11)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #7B181D

#7B181D
(123,24,29)
#872D31
(135,45,49)
#934245
(147,66,69)
#9F5759
(159,87,89)
#AB6C6D
(171,108,109)
#B78181
(183,129,129)
#C39695
(195,150,149)
#CFABA9
(207,171,169)
#DBC0BD
(219,192,189)
#E7D5D1
(231,213,209)
#F3EAE5
(243,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B181D; }

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

This text font color is #7B181D.


Background Color

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

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

This div background color is #7B181D.


Border color

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

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

This div border color is #7B181D.


Opacity

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

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

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

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

This text has shadow with #7B181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B181D on black background.


Color preview on white background

This text has color #7B181D on white background.



Black color preview on #7B181D background

This text has black color on #7B181D background.


White color preview on #7B181D background

This text has white color on #7B181D background.