COLOR #7B5357

HEX: #7B5357
RGB: (123,83,87)

Color info

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

RGB color model

#7B5357 color RGB value is (123,83,87).

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

RGB channels and saturation

R 123 of 255 = 48%
G 83 of 255 = 33%
B 87 of 255 = 34%

123
83
87

R + G + B ~ 38%. #7B5357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 83 + 87 = 293 (100%)
R 123 of 293 ~ 41.98%
G 83 of 293 ~ 28.33%
B 87 of 293 ~ 29.69%

%41.98
%28.33
%29.69

CMYK color model

#7B5357 color CMYK value is (0,33,29,52).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 29.27%
  • key color value is 51.76%
CMYK:
(0,33,29,52)
C0M33Y29K52 
(0%,33%,29%,52%)
(0.00/0.33/0.29/0.52)	

CMYK percentages

%0
%32.52
%29.27
%51.76

Codes

Color #7B5357 in popluar color models

7B5357
RGB1238387
HSL354°19.42%40.39%
HSB/HSV354°32.52%48.24%
CMYK0.00%32.52%29.27%
51.76%

Color #7B5357 in popluar number systems.

HEX7B5357
Decimal1238387
Binary111101110100111010111
Octal173123127

Shades and tints

Shades of #7B5357

#7B5357
(123,83,87)
#704C50
(112,76,80)
#654549
(101,69,73)
#5A3E42
(90,62,66)
#4F373B
(79,55,59)
#443034
(68,48,52)
#39292D
(57,41,45)
#2E2226
(46,34,38)
#231B1F
(35,27,31)
#181418
(24,20,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B5357

#7B5357
(123,83,87)
#876266
(135,98,102)
#937175
(147,113,117)
#9F8084
(159,128,132)
#AB8F93
(171,143,147)
#B79EA2
(183,158,162)
#C3ADB1
(195,173,177)
#CFBCC0
(207,188,192)
#DBCBCF
(219,203,207)
#E7DADE
(231,218,222)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5357; }

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

This text font color is #7B5357.


Background Color

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

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

This div background color is #7B5357.


Border color

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

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

This div border color is #7B5357.


Opacity

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

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

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

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

This text has shadow with #7B5357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5357 on black background.


Color preview on white background

This text has color #7B5357 on white background.



Black color preview on #7B5357 background

This text has black color on #7B5357 background.


White color preview on #7B5357 background

This text has white color on #7B5357 background.