COLOR #7B535D

HEX: #7B535D
RGB: (123,83,93)

Color info

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

RGB color model

#7B535D color RGB value is (123,83,93).

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

RGB channels and saturation

R 123 of 255 = 48%
G 83 of 255 = 33%
B 93 of 255 = 36%

123
83
93

R + G + B ~ 39%. #7B535D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 83 + 93 = 299 (100%)
R 123 of 299 ~ 41.14%
G 83 of 299 ~ 27.76%
B 93 of 299 ~ 31.1%

%41.14
%27.76
%31.1

CMYK color model

#7B535D color CMYK value is (0,33,24,52).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(0,33,24,52)
C0M33Y24K52 
(0%,33%,24%,52%)
(0.00/0.33/0.24/0.52)	

CMYK percentages

%0
%32.52
%24.39
%51.76

Codes

Color #7B535D in popluar color models

7B535D
RGB1238393
HSL345°19.42%40.39%
HSB/HSV345°32.52%48.24%
CMYK0.00%32.52%24.39%
51.76%

Color #7B535D in popluar number systems.

HEX7B535D
Decimal1238393
Binary111101110100111011101
Octal173123135

Shades and tints

Shades of #7B535D

#7B535D
(123,83,93)
#704C55
(112,76,85)
#65454D
(101,69,77)
#5A3E45
(90,62,69)
#4F373D
(79,55,61)
#443035
(68,48,53)
#39292D
(57,41,45)
#2E2225
(46,34,37)
#231B1D
(35,27,29)
#181415
(24,20,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B535D

#7B535D
(123,83,93)
#87626B
(135,98,107)
#937179
(147,113,121)
#9F8087
(159,128,135)
#AB8F95
(171,143,149)
#B79EA3
(183,158,163)
#C3ADB1
(195,173,177)
#CFBCBF
(207,188,191)
#DBCBCD
(219,203,205)
#E7DADB
(231,218,219)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B535D; }

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

This text font color is #7B535D.


Background Color

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

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

This div background color is #7B535D.


Border color

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

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

This div border color is #7B535D.


Opacity

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

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

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

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

This text has shadow with #7B535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B535D on black background.


Color preview on white background

This text has color #7B535D on white background.



Black color preview on #7B535D background

This text has black color on #7B535D background.


White color preview on #7B535D background

This text has white color on #7B535D background.