COLOR #7B3240

HEX: #7B3240
RGB: (123,50,64)

Color info

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

RGB color model

#7B3240 color RGB value is (123,50,64).

  • red value is 123;
  • green value is 50;
  • blue value is 64.
RGB:
(123,50,64)
(48%,20%,25%)

RGB channels and saturation

R 123 of 255 = 48%
G 50 of 255 = 20%
B 64 of 255 = 25%

123
50
64

R + G + B ~ 31%. #7B3240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 50 + 64 = 237 (100%)
R 123 of 237 ~ 51.9%
G 50 of 237 ~ 21.1%
B 64 of 237 ~ 27%

%51.9
%21.1
%27

CMYK color model

#7B3240 color CMYK value is (0,59,48,52).

  • cyan value is 0.00%
  • magenta value is 59.35%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(0,59,48,52)
C0M59Y48K52 
(0%,59%,48%,52%)
(0.00/0.59/0.48/0.52)	

CMYK percentages

%0
%59.35
%47.97
%51.76

Codes

Color #7B3240 in popluar color models

7B3240
RGB1235064
HSL348°42.20%33.92%
HSB/HSV348°59.35%48.24%
CMYK0.00%59.35%47.97%
51.76%

Color #7B3240 in popluar number systems.

HEX7B3240
Decimal1235064
Binary11110111100101000000
Octal17362100

Shades and tints

Shades of #7B3240

#7B3240
(123,50,64)
#702E3B
(112,46,59)
#652A36
(101,42,54)
#5A2631
(90,38,49)
#4F222C
(79,34,44)
#441E27
(68,30,39)
#391A22
(57,26,34)
#2E161D
(46,22,29)
#231218
(35,18,24)
#180E13
(24,14,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B3240

#7B3240
(123,50,64)
#874451
(135,68,81)
#935662
(147,86,98)
#9F6873
(159,104,115)
#AB7A84
(171,122,132)
#B78C95
(183,140,149)
#C39EA6
(195,158,166)
#CFB0B7
(207,176,183)
#DBC2C8
(219,194,200)
#E7D4D9
(231,212,217)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3240 color. Also use rgb(123,50,64) instead hex code.

Text Font Color

.myTextColor { color: #7B3240; }

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

This text font color is #7B3240.


Background Color

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

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

This div background color is #7B3240.


Border color

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

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

This div border color is #7B3240.


Opacity

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

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

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

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

This text has shadow with #7B3240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3240 on black background.


Color preview on white background

This text has color #7B3240 on white background.



Black color preview on #7B3240 background

This text has black color on #7B3240 background.


White color preview on #7B3240 background

This text has white color on #7B3240 background.