COLOR #7B5C51

HEX: #7B5C51
RGB: (123,92,81)

Color info

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

RGB color model

#7B5C51 color RGB value is (123,92,81).

  • red value is 123;
  • green value is 92;
  • blue value is 81.
RGB:
(123,92,81)
(48%,36%,32%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 81 of 255 = 32%

123
92
81

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

Portions of RGB colors in percentages

R + G + B =
123 + 92 + 81 = 296 (100%)
R 123 of 296 ~ 41.55%
G 92 of 296 ~ 31.08%
B 81 of 296 ~ 27.36%

%41.55
%31.08
%27.36

CMYK color model

#7B5C51 color CMYK value is (0,25,34,52).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(0,25,34,52)
C0M25Y34K52 
(0%,25%,34%,52%)
(0.00/0.25/0.34/0.52)	

CMYK percentages

%0
%25.2
%34.15
%51.76

Codes

Color #7B5C51 in popluar color models

7B5C51
RGB1239281
HSL16°20.59%40.00%
HSB/HSV16°34.15%48.24%
CMYK0.00%25.20%34.15%
51.76%

Color #7B5C51 in popluar number systems.

HEX7B5C51
Decimal1239281
Binary111101110111001010001
Octal173134121

Shades and tints

Shades of #7B5C51

#7B5C51
(123,92,81)
#70544A
(112,84,74)
#654C43
(101,76,67)
#5A443C
(90,68,60)
#4F3C35
(79,60,53)
#44342E
(68,52,46)
#392C27
(57,44,39)
#2E2420
(46,36,32)
#231C19
(35,28,25)
#181412
(24,20,18)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #7B5C51

#7B5C51
(123,92,81)
#876A60
(135,106,96)
#93786F
(147,120,111)
#9F867E
(159,134,126)
#AB948D
(171,148,141)
#B7A29C
(183,162,156)
#C3B0AB
(195,176,171)
#CFBEBA
(207,190,186)
#DBCCC9
(219,204,201)
#E7DAD8
(231,218,216)
#F3E8E7
(243,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5C51 color. Also use rgb(123,92,81) instead hex code.

Text Font Color

.myTextColor { color: #7B5C51; }

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

This text font color is #7B5C51.


Background Color

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

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

This div background color is #7B5C51.


Border color

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

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

This div border color is #7B5C51.


Opacity

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

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

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

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

This text has shadow with #7B5C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5C51 on black background.


Color preview on white background

This text has color #7B5C51 on white background.



Black color preview on #7B5C51 background

This text has black color on #7B5C51 background.


White color preview on #7B5C51 background

This text has white color on #7B5C51 background.