COLOR #7B1F30

HEX: #7B1F30 RGB: (123,31,48)

Color info

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

RGB color model

#7B1F30 color RGB value is (123,31,48).

RGB: (123,31,48) (48%, 12%, 19%)

RGB channels and saturation

R 123 of 255 = 48%
G 31 of 255 = 12%
B 48 of 255 = 19%

123
31
48

R + G + B ~ 26%. #7B1F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 31 + 48 = 202 (100%)
R 123 of 202 ~ 60.89%
G 31 of 202 ~ 15.35%
B 48 of 202 ~ 23.76'%

%60.89
%15.35
%23.76

CMYK color model

#7B1F30 color CMYK value is (0,75,61,52).

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

CMYK: (0,75,61,52)
C0M75Y61K52 (0%, 75%, 61%, 52%)
(0.00 / 0.75 / 0.61 / 0.52)

CMYK percentages

%0
%74.8
%60.98
%51.76

Codes

Color #7B1F30 in popluar color models

7B 1F 30
RGB 123 31 48
HSL 349° 59.74% 30.20%
HSB/HSV 349° 74.80% 48.24%
CMYK 0.00% 74.80% 60.98%
51.76%

Color #7B1F30 in popluar number systems.

HEX 7B 1F 30
Decimal 123 31 48
Binary 1111011 11111 110000
Octal 173 37 60

Shades and tints

Shades of #7B1F30

#7B1F30
(123,31,48)
#701D2C
(112,29,44)
#651B28
(101,27,40)
#5A1924
(90,25,36)
#4F1720
(79,23,32)
#44151C
(68,21,28)
#391318
(57,19,24)
#2E1114
(46,17,20)
#230F10
(35,15,16)
#180D0C
(24,13,12)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #7B1F30

#7B1F30
(123,31,48)
#873342
(135,51,66)
#934754
(147,71,84)
#9F5B66
(159,91,102)
#AB6F78
(171,111,120)
#B7838A
(183,131,138)
#C3979C
(195,151,156)
#CFABAE
(207,171,174)
#DBBFC0
(219,191,192)
#E7D3D2
(231,211,210)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B1F30; }

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

This text font color is #7B1F30.

Background Color

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

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

This div background color is #7B1F30.

Border color

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

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

This div border color is #7B1F30.

Opacity

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

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

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

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

This text has shadow with #7B1F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B1F30.

Preview

Color preview on black background

This text has color #7B1F30 on black background.


Color preview on white background

This text has color #7B1F30 on white background.


Black color preview on #7B1F30 background

This text has black color on #7B1F30 background.


White color preview on #7B1F30 background

This text has white color on #7B1F30 background.


Related colors

Complementary color

Complementary color for #hex is #84E0CF.


I love getcolorcode.com

Triadic colors

1 #307B1F and #1F307B with #7B1F30 are triadic colors.

2 #301F7B and #1F7B30 with #7B1F30 are triadic colors.