COLOR #7B2B30

HEX: #7B2B30
RGB: (123,43,48)

Color info

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

RGB color model

#7B2B30 color RGB value is (123,43,48).

  • red value is 123;
  • green value is 43;
  • blue value is 48.
RGB:
(123,43,48)
(48%,17%,19%)

RGB channels and saturation

R 123 of 255 = 48%
G 43 of 255 = 17%
B 48 of 255 = 19%

123
43
48

R + G + B ~ 28%. #7B2B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 43 + 48 = 214 (100%)
R 123 of 214 ~ 57.48%
G 43 of 214 ~ 20.09%
B 48 of 214 ~ 22.43%

%57.48
%20.09
%22.43

CMYK color model

#7B2B30 color CMYK value is (0,65,61,52).

  • cyan value is 0.00%
  • magenta value is 65.04%
  • yellow value is 60.98%
  • key color value is 51.76%
CMYK:
(0,65,61,52)
C0M65Y61K52 
(0%,65%,61%,52%)
(0.00/0.65/0.61/0.52)	

CMYK percentages

%0
%65.04
%60.98
%51.76

Codes

Color #7B2B30 in popluar color models

7B2B30
RGB1234348
HSL356°48.19%32.55%
HSB/HSV356°65.04%48.24%
CMYK0.00%65.04%60.98%
51.76%

Color #7B2B30 in popluar number systems.

HEX7B2B30
Decimal1234348
Binary1111011101011110000
Octal1735360

Shades and tints

Shades of #7B2B30

#7B2B30
(123,43,48)
#70282C
(112,40,44)
#652528
(101,37,40)
#5A2224
(90,34,36)
#4F1F20
(79,31,32)
#441C1C
(68,28,28)
#391918
(57,25,24)
#2E1614
(46,22,20)
#231310
(35,19,16)
#18100C
(24,16,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #7B2B30

#7B2B30
(123,43,48)
#873E42
(135,62,66)
#935154
(147,81,84)
#9F6466
(159,100,102)
#AB7778
(171,119,120)
#B78A8A
(183,138,138)
#C39D9C
(195,157,156)
#CFB0AE
(207,176,174)
#DBC3C0
(219,195,192)
#E7D6D2
(231,214,210)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B2B30; }

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

This text font color is #7B2B30.


Background Color

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

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

This div background color is #7B2B30.


Border color

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

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

This div border color is #7B2B30.


Opacity

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

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

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

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

This text has shadow with #7B2B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2B30 on black background.


Color preview on white background

This text has color #7B2B30 on white background.



Black color preview on #7B2B30 background

This text has black color on #7B2B30 background.


White color preview on #7B2B30 background

This text has white color on #7B2B30 background.