COLOR #7B3B40

HEX: #7B3B40
RGB: (123,59,64)

Color info

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

RGB color model

#7B3B40 color RGB value is (123,59,64).

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

RGB channels and saturation

R 123 of 255 = 48%
G 59 of 255 = 23%
B 64 of 255 = 25%

123
59
64

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

Portions of RGB colors in percentages

R + G + B =
123 + 59 + 64 = 246 (100%)
R 123 of 246 ~ 50%
G 59 of 246 ~ 23.98%
B 64 of 246 ~ 26.02%

%50
%23.98
%26.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.03%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(0,52,48,52)
C0M52Y48K52 
(0%,52%,48%,52%)
(0.00/0.52/0.48/0.52)	

CMYK percentages

%0
%52.03
%47.97
%51.76

Codes

Color #7B3B40 in popluar color models

7B3B40
RGB1235964
HSL355°35.16%35.69%
HSB/HSV355°52.03%48.24%
CMYK0.00%52.03%47.97%
51.76%

Color #7B3B40 in popluar number systems.

HEX7B3B40
Decimal1235964
Binary11110111110111000000
Octal17373100

Shades and tints

Shades of #7B3B40

#7B3B40
(123,59,64)
#70363B
(112,54,59)
#653136
(101,49,54)
#5A2C31
(90,44,49)
#4F272C
(79,39,44)
#442227
(68,34,39)
#391D22
(57,29,34)
#2E181D
(46,24,29)
#231318
(35,19,24)
#180E13
(24,14,19)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #7B3B40

#7B3B40
(123,59,64)
#874C51
(135,76,81)
#935D62
(147,93,98)
#9F6E73
(159,110,115)
#AB7F84
(171,127,132)
#B79095
(183,144,149)
#C3A1A6
(195,161,166)
#CFB2B7
(207,178,183)
#DBC3C8
(219,195,200)
#E7D4D9
(231,212,217)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3B40; }

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

This text font color is #7B3B40.


Background Color

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

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

This div background color is #7B3B40.


Border color

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

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

This div border color is #7B3B40.


Opacity

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

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

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

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

This text has shadow with #7B3B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3B40 on black background.


Color preview on white background

This text has color #7B3B40 on white background.



Black color preview on #7B3B40 background

This text has black color on #7B3B40 background.


White color preview on #7B3B40 background

This text has white color on #7B3B40 background.