COLOR #7B0C31

HEX: #7B0C31
RGB: (123,12,49)

Color info

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

RGB color model

#7B0C31 color RGB value is (123,12,49).

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

RGB channels and saturation

R 123 of 255 = 48%
G 12 of 255 = 5%
B 49 of 255 = 19%

123
12
49

R + G + B ~ 24%. #7B0C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 12 + 49 = 184 (100%)
R 123 of 184 ~ 66.85%
G 12 of 184 ~ 6.52%
B 49 of 184 ~ 26.63%

%66.85
%26.63

CMYK color model

#7B0C31 color CMYK value is (0,90,60,52).

  • cyan value is 0.00%
  • magenta value is 90.24%
  • yellow value is 60.16%
  • key color value is 51.76%
CMYK:
(0,90,60,52)
C0M90Y60K52 
(0%,90%,60%,52%)
(0.00/0.90/0.60/0.52)	

CMYK percentages

%0
%90.24
%60.16
%51.76

Codes

Color #7B0C31 in popluar color models

7B0C31
RGB1231249
HSL340°82.22%26.47%
HSB/HSV340°90.24%48.24%
CMYK0.00%90.24%60.16%
51.76%

Color #7B0C31 in popluar number systems.

HEX7B0C31
Decimal1231249
Binary11110111100110001
Octal1731461

Shades and tints

Shades of #7B0C31

#7B0C31
(123,12,49)
#700B2D
(112,11,45)
#650A29
(101,10,41)
#5A0925
(90,9,37)
#4F0821
(79,8,33)
#44071D
(68,7,29)
#390619
(57,6,25)
#2E0515
(46,5,21)
#230411
(35,4,17)
#18030D
(24,3,13)
#0D0209
(13,2,9)
#000000
(0,0,0)

Tints of #7B0C31

#7B0C31
(123,12,49)
#872243
(135,34,67)
#933855
(147,56,85)
#9F4E67
(159,78,103)
#AB6479
(171,100,121)
#B77A8B
(183,122,139)
#C3909D
(195,144,157)
#CFA6AF
(207,166,175)
#DBBCC1
(219,188,193)
#E7D2D3
(231,210,211)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0C31 color. Also use rgb(123,12,49) instead hex code.

Text Font Color

.myTextColor { color: #7B0C31; }

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

This text font color is #7B0C31.


Background Color

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

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

This div background color is #7B0C31.


Border color

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

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

This div border color is #7B0C31.


Opacity

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

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

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

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

This text has shadow with #7B0C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0C31 on black background.


Color preview on white background

This text has color #7B0C31 on white background.



Black color preview on #7B0C31 background

This text has black color on #7B0C31 background.


White color preview on #7B0C31 background

This text has white color on #7B0C31 background.