COLOR #7B2C42

HEX: #7B2C42
RGB: (123,44,66)

Color info

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

RGB color model

#7B2C42 color RGB value is (123,44,66).

  • red value is 123;
  • green value is 44;
  • blue value is 66.
RGB:
(123,44,66)
(48%,17%,26%)

RGB channels and saturation

R 123 of 255 = 48%
G 44 of 255 = 17%
B 66 of 255 = 26%

123
44
66

R + G + B ~ 30%. #7B2C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 44 + 66 = 233 (100%)
R 123 of 233 ~ 52.79%
G 44 of 233 ~ 18.88%
B 66 of 233 ~ 28.33%

%52.79
%18.88
%28.33

CMYK color model

#7B2C42 color CMYK value is (0,64,46,52).

  • cyan value is 0.00%
  • magenta value is 64.23%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK:
(0,64,46,52)
C0M64Y46K52 
(0%,64%,46%,52%)
(0.00/0.64/0.46/0.52)	

CMYK percentages

%0
%64.23
%46.34
%51.76

Codes

Color #7B2C42 in popluar color models

7B2C42
RGB1234466
HSL343°47.31%32.75%
HSB/HSV343°64.23%48.24%
CMYK0.00%64.23%46.34%
51.76%

Color #7B2C42 in popluar number systems.

HEX7B2C42
Decimal1234466
Binary11110111011001000010
Octal17354102

Shades and tints

Shades of #7B2C42

#7B2C42
(123,44,66)
#70283C
(112,40,60)
#652436
(101,36,54)
#5A2030
(90,32,48)
#4F1C2A
(79,28,42)
#441824
(68,24,36)
#39141E
(57,20,30)
#2E1018
(46,16,24)
#230C12
(35,12,18)
#18080C
(24,8,12)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #7B2C42

#7B2C42
(123,44,66)
#873F53
(135,63,83)
#935264
(147,82,100)
#9F6575
(159,101,117)
#AB7886
(171,120,134)
#B78B97
(183,139,151)
#C39EA8
(195,158,168)
#CFB1B9
(207,177,185)
#DBC4CA
(219,196,202)
#E7D7DB
(231,215,219)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2C42 color. Also use rgb(123,44,66) instead hex code.

Text Font Color

.myTextColor { color: #7B2C42; }

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

This text font color is #7B2C42.


Background Color

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

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

This div background color is #7B2C42.


Border color

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

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

This div border color is #7B2C42.


Opacity

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

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

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

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

This text has shadow with #7B2C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2C42 on black background.


Color preview on white background

This text has color #7B2C42 on white background.



Black color preview on #7B2C42 background

This text has black color on #7B2C42 background.


White color preview on #7B2C42 background

This text has white color on #7B2C42 background.