COLOR #7B5C49

HEX: #7B5C49
RGB: (123,92,73)

Color info

#7B5C49 contains red, green and blue colors in about the same proportion. Web safe color of #7B5C49 is #666633 (or #663).

RGB color model

#7B5C49 color RGB value is (123,92,73).

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

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 73 of 255 = 29%

123
92
73

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

Portions of RGB colors in percentages

R + G + B =
123 + 92 + 73 = 288 (100%)
R 123 of 288 ~ 42.71%
G 92 of 288 ~ 31.94%
B 73 of 288 ~ 25.35%

%42.71
%31.94
%25.35

CMYK color model

#7B5C49 color CMYK value is (0,25,41,52).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 40.65%
  • key color value is 51.76%
CMYK:
(0,25,41,52)
C0M25Y41K52 
(0%,25%,41%,52%)
(0.00/0.25/0.41/0.52)	

CMYK percentages

%0
%25.2
%40.65
%51.76

Codes

Color #7B5C49 in popluar color models

7B5C49
RGB1239273
HSL23°25.51%38.43%
HSB/HSV23°40.65%48.24%
CMYK0.00%25.20%40.65%
51.76%

Color #7B5C49 in popluar number systems.

HEX7B5C49
Decimal1239273
Binary111101110111001001001
Octal173134111

Shades and tints

Shades of #7B5C49

#7B5C49
(123,92,73)
#705443
(112,84,67)
#654C3D
(101,76,61)
#5A4437
(90,68,55)
#4F3C31
(79,60,49)
#44342B
(68,52,43)
#392C25
(57,44,37)
#2E241F
(46,36,31)
#231C19
(35,28,25)
#181413
(24,20,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #7B5C49

#7B5C49
(123,92,73)
#876A59
(135,106,89)
#937869
(147,120,105)
#9F8679
(159,134,121)
#AB9489
(171,148,137)
#B7A299
(183,162,153)
#C3B0A9
(195,176,169)
#CFBEB9
(207,190,185)
#DBCCC9
(219,204,201)
#E7DAD9
(231,218,217)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5C49; }

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

This text font color is #7B5C49.


Background Color

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

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

This div background color is #7B5C49.


Border color

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

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

This div border color is #7B5C49.


Opacity

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

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

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

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

This text has shadow with #7B5C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5C49 on black background.


Color preview on white background

This text has color #7B5C49 on white background.



Black color preview on #7B5C49 background

This text has black color on #7B5C49 background.


White color preview on #7B5C49 background

This text has white color on #7B5C49 background.