COLOR #7B5451

HEX: #7B5451
RGB: (123,84,81)

Color info

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

RGB color model

#7B5451 color RGB value is (123,84,81).

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

RGB channels and saturation

R 123 of 255 = 48%
G 84 of 255 = 33%
B 81 of 255 = 32%

123
84
81

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

Portions of RGB colors in percentages

R + G + B =
123 + 84 + 81 = 288 (100%)
R 123 of 288 ~ 42.71%
G 84 of 288 ~ 29.17%
B 81 of 288 ~ 28.13%

%42.71
%29.17
%28.13

CMYK color model

#7B5451 color CMYK value is (0,32,34,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(0,32,34,52)
C0M32Y34K52 
(0%,32%,34%,52%)
(0.00/0.32/0.34/0.52)	

CMYK percentages

%0
%31.71
%34.15
%51.76

Codes

Color #7B5451 in popluar color models

7B5451
RGB1238481
HSL20.59%40.00%
HSB/HSV34.15%48.24%
CMYK0.00%31.71%34.15%
51.76%

Color #7B5451 in popluar number systems.

HEX7B5451
Decimal1238481
Binary111101110101001010001
Octal173124121

Shades and tints

Shades of #7B5451

#7B5451
(123,84,81)
#704D4A
(112,77,74)
#654643
(101,70,67)
#5A3F3C
(90,63,60)
#4F3835
(79,56,53)
#44312E
(68,49,46)
#392A27
(57,42,39)
#2E2320
(46,35,32)
#231C19
(35,28,25)
#181512
(24,21,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B5451

#7B5451
(123,84,81)
#876360
(135,99,96)
#93726F
(147,114,111)
#9F817E
(159,129,126)
#AB908D
(171,144,141)
#B79F9C
(183,159,156)
#C3AEAB
(195,174,171)
#CFBDBA
(207,189,186)
#DBCCC9
(219,204,201)
#E7DBD8
(231,219,216)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5451; }

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

This text font color is #7B5451.


Background Color

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

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

This div background color is #7B5451.


Border color

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

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

This div border color is #7B5451.


Opacity

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

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

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

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

This text has shadow with #7B5451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5451 on black background.


Color preview on white background

This text has color #7B5451 on white background.



Black color preview on #7B5451 background

This text has black color on #7B5451 background.


White color preview on #7B5451 background

This text has white color on #7B5451 background.