COLOR #7B001C

HEX: #7B001C
RGB: (123,0,28)

Color info

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

RGB color model

#7B001C color RGB value is (123,0,28).

  • red value is 123;
  • green value is 0;
  • blue value is 28.
RGB:
(123,0,28)
(48%,0%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 0 of 255 = 0%
B 28 of 255 = 11%

123
0
28

R + G + B ~ 20%. #7B001C is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 0 + 28 = 151 (100%)
R 123 of 151 ~ 81.46%
G 0 of 151 ~ 0%
B 28 of 151 ~ 18.54%

%81.46
%18.54

CMYK color model

#7B001C color CMYK value is (0,100,77,52).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,100,77,52)
C0M100Y77K52 
(0%,100%,77%,52%)
(0.00/1.00/0.77/0.52)	

CMYK percentages

%0
%100
%77.24
%51.76

Codes

Color #7B001C in popluar color models

7B001C
RGB123028
HSL346°100.00%24.12%
HSB/HSV346°100.00%48.24%
CMYK0.00%100.00%77.24%
51.76%

Color #7B001C in popluar number systems.

HEX7B001C
Decimal123028
Binary1111011011100
Octal173034

Shades and tints

Shades of #7B001C

#7B001C
(123,0,28)
#70001A
(112,0,26)
#650018
(101,0,24)
#5A0016
(90,0,22)
#4F0014
(79,0,20)
#440012
(68,0,18)
#390010
(57,0,16)
#2E000E
(46,0,14)
#23000C
(35,0,12)
#18000A
(24,0,10)
#0D0008
(13,0,8)
#000000
(0,0,0)

Tints of #7B001C

#7B001C
(123,0,28)
#871730
(135,23,48)
#932E44
(147,46,68)
#9F4558
(159,69,88)
#AB5C6C
(171,92,108)
#B77380
(183,115,128)
#C38A94
(195,138,148)
#CFA1A8
(207,161,168)
#DBB8BC
(219,184,188)
#E7CFD0
(231,207,208)
#F3E6E4
(243,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B001C color. Also use rgb(123,0,28) instead hex code.

Text Font Color

.myTextColor { color: #7B001C; }

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

This text font color is #7B001C.


Background Color

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

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

This div background color is #7B001C.


Border color

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

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

This div border color is #7B001C.


Opacity

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

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

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

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

This text has shadow with #7B001C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B001C on black background.


Color preview on white background

This text has color #7B001C on white background.



Black color preview on #7B001C background

This text has black color on #7B001C background.


White color preview on #7B001C background

This text has white color on #7B001C background.