COLOR #7B4B53

HEX: #7B4B53
RGB: (123,75,83)

Color info

#7B4B53 contains red, green and blue colors in about the same proportion. Web safe color of #7B4B53 is #663366 (or #636).

RGB color model

#7B4B53 color RGB value is (123,75,83).

  • red value is 123;
  • green value is 75;
  • blue value is 83.
RGB:
(123,75,83)
(48%,29%,33%)

RGB channels and saturation

R 123 of 255 = 48%
G 75 of 255 = 29%
B 83 of 255 = 33%

123
75
83

R + G + B ~ 37%. #7B4B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 75 + 83 = 281 (100%)
R 123 of 281 ~ 43.77%
G 75 of 281 ~ 26.69%
B 83 of 281 ~ 29.54%

%43.77
%26.69
%29.54

CMYK color model

#7B4B53 color CMYK value is (0,39,33,52).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 32.52%
  • key color value is 51.76%
CMYK:
(0,39,33,52)
C0M39Y33K52 
(0%,39%,33%,52%)
(0.00/0.39/0.33/0.52)	

CMYK percentages

%0
%39.02
%32.52
%51.76

Codes

Color #7B4B53 in popluar color models

7B4B53
RGB1237583
HSL350°24.24%38.82%
HSB/HSV350°39.02%48.24%
CMYK0.00%39.02%32.52%
51.76%

Color #7B4B53 in popluar number systems.

HEX7B4B53
Decimal1237583
Binary111101110010111010011
Octal173113123

Shades and tints

Shades of #7B4B53

#7B4B53
(123,75,83)
#70454C
(112,69,76)
#653F45
(101,63,69)
#5A393E
(90,57,62)
#4F3337
(79,51,55)
#442D30
(68,45,48)
#392729
(57,39,41)
#2E2122
(46,33,34)
#231B1B
(35,27,27)
#181514
(24,21,20)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7B4B53

#7B4B53
(123,75,83)
#875B62
(135,91,98)
#936B71
(147,107,113)
#9F7B80
(159,123,128)
#AB8B8F
(171,139,143)
#B79B9E
(183,155,158)
#C3ABAD
(195,171,173)
#CFBBBC
(207,187,188)
#DBCBCB
(219,203,203)
#E7DBDA
(231,219,218)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4B53 color. Also use rgb(123,75,83) instead hex code.

Text Font Color

.myTextColor { color: #7B4B53; }

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

This text font color is #7B4B53.


Background Color

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

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

This div background color is #7B4B53.


Border color

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

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

This div border color is #7B4B53.


Opacity

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

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

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

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

This text has shadow with #7B4B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4B53 on black background.


Color preview on white background

This text has color #7B4B53 on white background.



Black color preview on #7B4B53 background

This text has black color on #7B4B53 background.


White color preview on #7B4B53 background

This text has white color on #7B4B53 background.