COLOR #7B3E42

HEX: #7B3E42
RGB: (123,62,66)

Color info

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

RGB color model

#7B3E42 color RGB value is (123,62,66).

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

RGB channels and saturation

R 123 of 255 = 48%
G 62 of 255 = 24%
B 66 of 255 = 26%

123
62
66

R + G + B ~ 33%. #7B3E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 62 + 66 = 251 (100%)
R 123 of 251 ~ 49%
G 62 of 251 ~ 24.7%
B 66 of 251 ~ 26.29%

%49
%24.7
%26.29

CMYK color model

#7B3E42 color CMYK value is (0,50,46,52).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK: (0,50,46,52) C0M50Y46K52 (0%,50%,46%,52%) (0.00/0.50/0.46/0.52)

CMYK percentages

%0
%49.59
%46.34
%51.76

Codes

Color #7B3E42 in popluar color models

7B3E42
RGB1236266
HSL356°32.97%36.27%
HSB/HSV356°49.59%48.24%
CMYK0.00%49.59%46.34%
51.76%

Color #7B3E42 in popluar number systems.

HEX7B3E42
Decimal1236266
Binary11110111111101000010
Octal17376102

Shades and tints

Shades of #7B3E42

#7B3E42
(123,62,66)
#70393C
(112,57,60)
#653436
(101,52,54)
#5A2F30
(90,47,48)
#4F2A2A
(79,42,42)
#442524
(68,37,36)
#39201E
(57,32,30)
#2E1B18
(46,27,24)
#231612
(35,22,18)
#18110C
(24,17,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #7B3E42

#7B3E42
(123,62,66)
#874F53
(135,79,83)
#936064
(147,96,100)
#9F7175
(159,113,117)
#AB8286
(171,130,134)
#B79397
(183,147,151)
#C3A4A8
(195,164,168)
#CFB5B9
(207,181,185)
#DBC6CA
(219,198,202)
#E7D7DB
(231,215,219)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3E42; }

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

This text font color is #7B3E42.


Background Color

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

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

This div background color is #7B3E42.


Border color

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

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

This div border color is #7B3E42.


Opacity

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

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

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

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

This text has shadow with #7B3E42 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B3E42 on black background.


Color preview on white background

This text has color #7B3E42 on white background.



Black color preview on #7B3E42 background

This text has black color on #7B3E42 background.


White color preview on #7B3E42 background

This text has white color on #7B3E42 background.