COLOR #7B5358

HEX: #7B5358
RGB: (123,83,88)

Color info

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

RGB color model

#7B5358 color RGB value is (123,83,88).

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

RGB channels and saturation

R 123 of 255 = 48%
G 83 of 255 = 33%
B 88 of 255 = 35%

123
83
88

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

Portions of RGB colors in percentages

R + G + B =
123 + 83 + 88 = 294 (100%)
R 123 of 294 ~ 41.84%
G 83 of 294 ~ 28.23%
B 88 of 294 ~ 29.93%

%41.84
%28.23
%29.93

CMYK color model

#7B5358 color CMYK value is (0,33,28,52).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 28.46%
  • key color value is 51.76%
CMYK:
(0,33,28,52)
C0M33Y28K52 
(0%,33%,28%,52%)
(0.00/0.33/0.28/0.52)	

CMYK percentages

%0
%32.52
%28.46
%51.76

Codes

Color #7B5358 in popluar color models

7B5358
RGB1238388
HSL353°19.42%40.39%
HSB/HSV353°32.52%48.24%
CMYK0.00%32.52%28.46%
51.76%

Color #7B5358 in popluar number systems.

HEX7B5358
Decimal1238388
Binary111101110100111011000
Octal173123130

Shades and tints

Shades of #7B5358

#7B5358
(123,83,88)
#704C50
(112,76,80)
#654548
(101,69,72)
#5A3E40
(90,62,64)
#4F3738
(79,55,56)
#443030
(68,48,48)
#392928
(57,41,40)
#2E2220
(46,34,32)
#231B18
(35,27,24)
#181410
(24,20,16)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #7B5358

#7B5358
(123,83,88)
#876267
(135,98,103)
#937176
(147,113,118)
#9F8085
(159,128,133)
#AB8F94
(171,143,148)
#B79EA3
(183,158,163)
#C3ADB2
(195,173,178)
#CFBCC1
(207,188,193)
#DBCBD0
(219,203,208)
#E7DADF
(231,218,223)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5358; }

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

This text font color is #7B5358.


Background Color

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

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

This div background color is #7B5358.


Border color

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

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

This div border color is #7B5358.


Opacity

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

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

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

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

This text has shadow with #7B5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5358 on black background.


Color preview on white background

This text has color #7B5358 on white background.



Black color preview on #7B5358 background

This text has black color on #7B5358 background.


White color preview on #7B5358 background

This text has white color on #7B5358 background.