COLOR #7B2E49

HEX: #7B2E49
RGB: (123,46,73)

Color info

#7B2E49 contains mainly red and blue colors. Web safe color of #7B2E49 is #663333 (or #633).

RGB color model

#7B2E49 color RGB value is (123,46,73).

  • red value is 123;
  • green value is 46;
  • blue value is 73.
RGB:
(123,46,73)
(48%,18%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 46 of 255 = 18%
B 73 of 255 = 29%

123
46
73

R + G + B ~ 32%. #7B2E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 46 + 73 = 242 (100%)
R 123 of 242 ~ 50.83%
G 46 of 242 ~ 19.01%
B 73 of 242 ~ 30.17%

%50.83
%19.01
%30.17

CMYK color model

#7B2E49 color CMYK value is (0,63,41,52).

  • cyan value is 0.00%
  • magenta value is 62.60%
  • yellow value is 40.65%
  • key color value is 51.76%
CMYK:
(0,63,41,52)
C0M63Y41K52 
(0%,63%,41%,52%)
(0.00/0.63/0.41/0.52)	

CMYK percentages

%0
%62.6
%40.65
%51.76

Codes

Color #7B2E49 in popluar color models

7B2E49
RGB1234673
HSL339°45.56%33.14%
HSB/HSV339°62.60%48.24%
CMYK0.00%62.60%40.65%
51.76%

Color #7B2E49 in popluar number systems.

HEX7B2E49
Decimal1234673
Binary11110111011101001001
Octal17356111

Shades and tints

Shades of #7B2E49

#7B2E49
(123,46,73)
#702A43
(112,42,67)
#65263D
(101,38,61)
#5A2237
(90,34,55)
#4F1E31
(79,30,49)
#441A2B
(68,26,43)
#391625
(57,22,37)
#2E121F
(46,18,31)
#230E19
(35,14,25)
#180A13
(24,10,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #7B2E49

#7B2E49
(123,46,73)
#874159
(135,65,89)
#935469
(147,84,105)
#9F6779
(159,103,121)
#AB7A89
(171,122,137)
#B78D99
(183,141,153)
#C3A0A9
(195,160,169)
#CFB3B9
(207,179,185)
#DBC6C9
(219,198,201)
#E7D9D9
(231,217,217)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2E49 color. Also use rgb(123,46,73) instead hex code.

Text Font Color

.myTextColor { color: #7B2E49; }

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

This text font color is #7B2E49.


Background Color

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

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

This div background color is #7B2E49.


Border color

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

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

This div border color is #7B2E49.


Opacity

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

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

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

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

This text has shadow with #7B2E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2E49 on black background.


Color preview on white background

This text has color #7B2E49 on white background.



Black color preview on #7B2E49 background

This text has black color on #7B2E49 background.


White color preview on #7B2E49 background

This text has white color on #7B2E49 background.