COLOR #7B152D

HEX: #7B152D
RGB: (123,21,45)

Color info

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

RGB color model

#7B152D color RGB value is (123,21,45).

  • red value is 123;
  • green value is 21;
  • blue value is 45.
RGB:
(123,21,45)
(48%,8%,18%)

RGB channels and saturation

R 123 of 255 = 48%
G 21 of 255 = 8%
B 45 of 255 = 18%

123
21
45

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

Portions of RGB colors in percentages

R + G + B =
123 + 21 + 45 = 189 (100%)
R 123 of 189 ~ 65.08%
G 21 of 189 ~ 11.11%
B 45 of 189 ~ 23.81%

%65.08
%11.11
%23.81

CMYK color model

#7B152D color CMYK value is (0,83,63,52).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 63.41%
  • key color value is 51.76%
CMYK:
(0,83,63,52)
C0M83Y63K52 
(0%,83%,63%,52%)
(0.00/0.83/0.63/0.52)	

CMYK percentages

%0
%82.93
%63.41
%51.76

Codes

Color #7B152D in popluar color models

7B152D
RGB1232145
HSL346°70.83%28.24%
HSB/HSV346°82.93%48.24%
CMYK0.00%82.93%63.41%
51.76%

Color #7B152D in popluar number systems.

HEX7B152D
Decimal1232145
Binary111101110101101101
Octal1732555

Shades and tints

Shades of #7B152D

#7B152D
(123,21,45)
#701429
(112,20,41)
#651325
(101,19,37)
#5A1221
(90,18,33)
#4F111D
(79,17,29)
#441019
(68,16,25)
#390F15
(57,15,21)
#2E0E11
(46,14,17)
#230D0D
(35,13,13)
#180C09
(24,12,9)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #7B152D

#7B152D
(123,21,45)
#872A40
(135,42,64)
#933F53
(147,63,83)
#9F5466
(159,84,102)
#AB6979
(171,105,121)
#B77E8C
(183,126,140)
#C3939F
(195,147,159)
#CFA8B2
(207,168,178)
#DBBDC5
(219,189,197)
#E7D2D8
(231,210,216)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B152D color. Also use rgb(123,21,45) instead hex code.

Text Font Color

.myTextColor { color: #7B152D; }

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

This text font color is #7B152D.


Background Color

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

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

This div background color is #7B152D.


Border color

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

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

This div border color is #7B152D.


Opacity

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

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

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

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

This text has shadow with #7B152D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B152D on black background.


Color preview on white background

This text has color #7B152D on white background.



Black color preview on #7B152D background

This text has black color on #7B152D background.


White color preview on #7B152D background

This text has white color on #7B152D background.