COLOR #7B5563

HEX: #7B5563
RGB: (123,85,99)

Color info

#7B5563 contains red, green and blue colors in about the same proportion. Web safe color of #7B5563 is #666666 (or #666).

RGB color model

#7B5563 color RGB value is (123,85,99).

  • red value is 123;
  • green value is 85;
  • blue value is 99.
RGB:
(123,85,99)
(48%,33%,39%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 99 of 255 = 39%

123
85
99

R + G + B ~ 40%. #7B5563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 99 = 307 (100%)
R 123 of 307 ~ 40.07%
G 85 of 307 ~ 27.69%
B 99 of 307 ~ 32.25%

%40.07
%27.69
%32.25

CMYK color model

#7B5563 color CMYK value is (0,31,20,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(0,31,20,52)
C0M31Y20K52 
(0%,31%,20%,52%)
(0.00/0.31/0.20/0.52)	

CMYK percentages

%0
%30.89
%19.51
%51.76

Codes

Color #7B5563 in popluar color models

7B5563
RGB1238599
HSL338°18.27%40.78%
HSB/HSV338°30.89%48.24%
CMYK0.00%30.89%19.51%
51.76%

Color #7B5563 in popluar number systems.

HEX7B5563
Decimal1238599
Binary111101110101011100011
Octal173125143

Shades and tints

Shades of #7B5563

#7B5563
(123,85,99)
#704E5A
(112,78,90)
#654751
(101,71,81)
#5A4048
(90,64,72)
#4F393F
(79,57,63)
#443236
(68,50,54)
#392B2D
(57,43,45)
#2E2424
(46,36,36)
#231D1B
(35,29,27)
#181612
(24,22,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B5563

#7B5563
(123,85,99)
#876471
(135,100,113)
#93737F
(147,115,127)
#9F828D
(159,130,141)
#AB919B
(171,145,155)
#B7A0A9
(183,160,169)
#C3AFB7
(195,175,183)
#CFBEC5
(207,190,197)
#DBCDD3
(219,205,211)
#E7DCE1
(231,220,225)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5563 color. Also use rgb(123,85,99) instead hex code.

Text Font Color

.myTextColor { color: #7B5563; }

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

This text font color is #7B5563.


Background Color

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

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

This div background color is #7B5563.


Border color

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

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

This div border color is #7B5563.


Opacity

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

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

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

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

This text has shadow with #7B5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5563 on black background.


Color preview on white background

This text has color #7B5563 on white background.



Black color preview on #7B5563 background

This text has black color on #7B5563 background.


White color preview on #7B5563 background

This text has white color on #7B5563 background.