COLOR #7B1E0D

HEX: #7B1E0D
RGB: (123,30,13)

Color info

#7B1E0D contains mainly red color. Web safe color of #7B1E0D is #663300 (or #630).

RGB color model

#7B1E0D color RGB value is (123,30,13).

  • red value is 123;
  • green value is 30;
  • blue value is 13.
RGB:
(123,30,13)
(48%,12%,5%)

RGB channels and saturation

R 123 of 255 = 48%
G 30 of 255 = 12%
B 13 of 255 = 5%

123
30
13

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

Portions of RGB colors in percentages

R + G + B =
123 + 30 + 13 = 166 (100%)
R 123 of 166 ~ 74.1%
G 30 of 166 ~ 18.07%
B 13 of 166 ~ 7.83%

%74.1
%18.07

CMYK color model

#7B1E0D color CMYK value is (0,76,89,52).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 89.43%
  • key color value is 51.76%
CMYK:
(0,76,89,52)
C0M76Y89K52 
(0%,76%,89%,52%)
(0.00/0.76/0.89/0.52)	

CMYK percentages

%0
%75.61
%89.43
%51.76

Codes

Color #7B1E0D in popluar color models

7B1E0D
RGB1233013
HSL80.88%26.67%
HSB/HSV89.43%48.24%
CMYK0.00%75.61%89.43%
51.76%

Color #7B1E0D in popluar number systems.

HEX7B1E0D
Decimal1233013
Binary1111011111101101
Octal1733615

Shades and tints

Shades of #7B1E0D

#7B1E0D
(123,30,13)
#701C0C
(112,28,12)
#651A0B
(101,26,11)
#5A180A
(90,24,10)
#4F1609
(79,22,9)
#441408
(68,20,8)
#391207
(57,18,7)
#2E1006
(46,16,6)
#230E05
(35,14,5)
#180C04
(24,12,4)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #7B1E0D

#7B1E0D
(123,30,13)
#873223
(135,50,35)
#934639
(147,70,57)
#9F5A4F
(159,90,79)
#AB6E65
(171,110,101)
#B7827B
(183,130,123)
#C39691
(195,150,145)
#CFAAA7
(207,170,167)
#DBBEBD
(219,190,189)
#E7D2D3
(231,210,211)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1E0D color. Also use rgb(123,30,13) instead hex code.

Text Font Color

.myTextColor { color: #7B1E0D; }

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

This text font color is #7B1E0D.


Background Color

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

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

This div background color is #7B1E0D.


Border color

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

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

This div border color is #7B1E0D.


Opacity

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

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

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

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

This text has shadow with #7B1E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B1E0D on black background.


Color preview on white background

This text has color #7B1E0D on white background.



Black color preview on #7B1E0D background

This text has black color on #7B1E0D background.


White color preview on #7B1E0D background

This text has white color on #7B1E0D background.