COLOR #7B2021

HEX: #7B2021 RGB: (123,32,33)

Color info

#7B2021 contains mainly red color. Web safe color of #7B2021 is #663333 (or #633).

RGB color model

#7B2021 color RGB value is (123,32,33).

RGB: (123,32,33) (48%, 13%, 13%)

RGB channels and saturation

R 123 of 255 = 48%
G 32 of 255 = 13%
B 33 of 255 = 13%

123
32
33

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

Portions of RGB colors in percentages

R + G + B = 123 + 32 + 33 = 188 (100%)
R 123 of 188 ~ 65.43%
G 32 of 188 ~ 17.02%
B 33 of 188 ~ 17.55'%

%65.43
%17.02
%17.55

CMYK color model

#7B2021 color CMYK value is (0,74,73,52).

  • cyan value is 0.00%
  • magenta value is 73.98%
  • yellow value is 73.17%
  • key color value is 51.76%
CMYK: (0,74,73,52) C0M74Y73K52 (0%,74%,73%,52%) (0.00/0.74/0.73/0.52) 

CMYK percentages

%0
%73.98
%73.17
%51.76

Codes

Color #7B2021 in popluar color models

7B 20 21
RGB 123 32 33
HSL 359° 58.71% 30.39%
HSB/HSV 359° 73.98% 48.24%
CMYK 0.00% 73.98% 73.17%
51.76%

Color #7B2021 in popluar number systems.

HEX 7B 20 21
Decimal 123 32 33
Binary 1111011 100000 100001
Octal 173 40 41

Shades and tints

Shades of #7B2021

#7B2021
(123,32,33)
#701E1E
(112,30,30)
#651C1B
(101,28,27)
#5A1A18
(90,26,24)
#4F1815
(79,24,21)
#441612
(68,22,18)
#39140F
(57,20,15)
#2E120C
(46,18,12)
#231009
(35,16,9)
#180E06
(24,14,6)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #7B2021

#7B2021
(123,32,33)
#873435
(135,52,53)
#934849
(147,72,73)
#9F5C5D
(159,92,93)
#AB7071
(171,112,113)
#B78485
(183,132,133)
#C39899
(195,152,153)
#CFACAD
(207,172,173)
#DBC0C1
(219,192,193)
#E7D4D5
(231,212,213)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2021 color. Also use rgb(123,32,33) instead hex code.

Text Font Color

.myTextColor { color: #7B2021; }

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

This text font color is #7B2021.

Background Color

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

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

This div background color is #7B2021.

Border color

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

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

This div border color is #7B2021.

Opacity

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

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

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

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

This text has shadow with #7B2021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B2021.

Preview

Color preview on black background

This text has color #7B2021 on black background.


Color preview on white background

This text has color #7B2021 on white background.


Black color preview on #7B2021 background

This text has black color on #7B2021 background.


White color preview on #7B2021 background

This text has white color on #7B2021 background.


Related colors

Complementary color

Complementary color for #hex is #84DFDE.


I love getcolorcode.com

Triadic colors

1 #217B20 and #20217B with #7B2021 are triadic colors.

2 #21207B and #207B21 with #7B2021 are triadic colors.