COLOR #7B1F0B

HEX: #7B1F0B RGB: (123,31,11)

Color info

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

RGB color model

#7B1F0B color RGB value is (123,31,11).

RGB: (123,31,11) (48%, 12%, 4%)

RGB channels and saturation

R 123 of 255 = 48%
G 31 of 255 = 12%
B 11 of 255 = 4%

123
31
11

R + G + B ~ 21%. #7B1F0B is dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 31 + 11 = 165 (100%)
R 123 of 165 ~ 74.55%
G 31 of 165 ~ 18.79%
B 11 of 165 ~ 6.67'%

%74.55
%18.79

CMYK color model

#7B1F0B color CMYK value is (0,75,91,52).

  • cyan value is 0.00%
  • magenta value is 74.80%
  • yellow value is 91.06%
  • key color value is 51.76%

CMYK: (0,75,91,52)
C0M75Y91K52 (0%, 75%, 91%, 52%)
(0.00 / 0.75 / 0.91 / 0.52)

CMYK percentages

%0
%74.8
%91.06
%51.76

Codes

Color #7B1F0B in popluar color models

7B 1F 0B
RGB 123 31 11
HSL 11° 83.58% 26.27%
HSB/HSV 11° 91.06% 48.24%
CMYK 0.00% 74.80% 91.06%
51.76%

Color #7B1F0B in popluar number systems.

HEX 7B 1F 0B
Decimal 123 31 11
Binary 1111011 11111 1011
Octal 173 37 13

Shades and tints

Shades of #7B1F0B

#7B1F0B
(123,31,11)
#701D0A
(112,29,10)
#651B09
(101,27,9)
#5A1908
(90,25,8)
#4F1707
(79,23,7)
#441506
(68,21,6)
#391305
(57,19,5)
#2E1104
(46,17,4)
#230F03
(35,15,3)
#180D02
(24,13,2)
#0D0B01
(13,11,1)
#000000
(0,0,0)

Tints of #7B1F0B

#7B1F0B
(123,31,11)
#873321
(135,51,33)
#934737
(147,71,55)
#9F5B4D
(159,91,77)
#AB6F63
(171,111,99)
#B78379
(183,131,121)
#C3978F
(195,151,143)
#CFABA5
(207,171,165)
#DBBFBB
(219,191,187)
#E7D3D1
(231,211,209)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1F0B color. Also use rgb(123,31,11) instead hex code.

Text Font Color

.myTextColor { color: #7B1F0B; }

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

This text font color is #7B1F0B.

Background Color

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

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

This div background color is #7B1F0B.

Border color

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

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

This div border color is #7B1F0B.

Opacity

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

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

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

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

This text has shadow with #7B1F0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B1F0B.

Preview

Color preview on black background

This text has color #7B1F0B on black background.


Color preview on white background

This text has color #7B1F0B on white background.


Black color preview on #7B1F0B background

This text has black color on #7B1F0B background.


White color preview on #7B1F0B background

This text has white color on #7B1F0B background.


Related colors

Complementary color

Complementary color for #hex is #84E0F4.


I love getcolorcode.com

Triadic colors

1 #0B7B1F and #1F0B7B with #7B1F0B are triadic colors.

2 #0B1F7B and #1F7B0B with #7B1F0B are triadic colors.