COLOR #7B594E

HEX: #7B594E
RGB: (123,89,78)

Color info

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

RGB color model

#7B594E color RGB value is (123,89,78).

  • red value is 123;
  • green value is 89;
  • blue value is 78.
RGB:
(123,89,78)
(48%,35%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 78 of 255 = 31%

123
89
78

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

Portions of RGB colors in percentages

R + G + B =
123 + 89 + 78 = 290 (100%)
R 123 of 290 ~ 42.41%
G 89 of 290 ~ 30.69%
B 78 of 290 ~ 26.9%

%42.41
%30.69
%26.9

CMYK color model

#7B594E color CMYK value is (0,28,37,52).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 36.59%
  • key color value is 51.76%
CMYK:
(0,28,37,52)
C0M28Y37K52 
(0%,28%,37%,52%)
(0.00/0.28/0.37/0.52)	

CMYK percentages

%0
%27.64
%36.59
%51.76

Codes

Color #7B594E in popluar color models

7B594E
RGB1238978
HSL15°22.39%39.41%
HSB/HSV15°36.59%48.24%
CMYK0.00%27.64%36.59%
51.76%

Color #7B594E in popluar number systems.

HEX7B594E
Decimal1238978
Binary111101110110011001110
Octal173131116

Shades and tints

Shades of #7B594E

#7B594E
(123,89,78)
#705147
(112,81,71)
#654940
(101,73,64)
#5A4139
(90,65,57)
#4F3932
(79,57,50)
#44312B
(68,49,43)
#392924
(57,41,36)
#2E211D
(46,33,29)
#231916
(35,25,22)
#18110F
(24,17,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #7B594E

#7B594E
(123,89,78)
#87685E
(135,104,94)
#93776E
(147,119,110)
#9F867E
(159,134,126)
#AB958E
(171,149,142)
#B7A49E
(183,164,158)
#C3B3AE
(195,179,174)
#CFC2BE
(207,194,190)
#DBD1CE
(219,209,206)
#E7E0DE
(231,224,222)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B594E color. Also use rgb(123,89,78) instead hex code.

Text Font Color

.myTextColor { color: #7B594E; }

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

This text font color is #7B594E.


Background Color

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

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

This div background color is #7B594E.


Border color

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

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

This div border color is #7B594E.


Opacity

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

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

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

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

This text has shadow with #7B594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B594E on black background.


Color preview on white background

This text has color #7B594E on white background.



Black color preview on #7B594E background

This text has black color on #7B594E background.


White color preview on #7B594E background

This text has white color on #7B594E background.