COLOR #7A5E51

HEX: #7A5E51
RGB: (122,94,81)

Color info

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

RGB color model

#7A5E51 color RGB value is (122,94,81).

  • red value is 122;
  • green value is 94;
  • blue value is 81.
RGB:
(122,94,81)
(48%,37%,32%)

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 81 of 255 = 32%

122
94
81

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 81 = 297 (100%)
R 122 of 297 ~ 41.08%
G 94 of 297 ~ 31.65%
B 81 of 297 ~ 27.27%

%41.08
%31.65
%27.27

CMYK color model

#7A5E51 color CMYK value is (0,23,34,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 33.61%
  • key color value is 52.16%
CMYK:
(0,23,34,52)
C0M23Y34K52 
(0%,23%,34%,52%)
(0.00/0.23/0.34/0.52)	

CMYK percentages

%0
%22.95
%33.61
%52.16

Codes

Color #7A5E51 in popluar color models

7A5E51
RGB1229481
HSL19°20.20%39.80%
HSB/HSV19°33.61%47.84%
CMYK0.00%22.95%33.61%
52.16%

Color #7A5E51 in popluar number systems.

HEX7A5E51
Decimal1229481
Binary111101010111101010001
Octal172136121

Shades and tints

Shades of #7A5E51

#7A5E51
(122,94,81)
#6F564A
(111,86,74)
#644E43
(100,78,67)
#59463C
(89,70,60)
#4E3E35
(78,62,53)
#43362E
(67,54,46)
#382E27
(56,46,39)
#2D2620
(45,38,32)
#221E19
(34,30,25)
#171612
(23,22,18)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A5E51

#7A5E51
(122,94,81)
#866C60
(134,108,96)
#927A6F
(146,122,111)
#9E887E
(158,136,126)
#AA968D
(170,150,141)
#B6A49C
(182,164,156)
#C2B2AB
(194,178,171)
#CEC0BA
(206,192,186)
#DACEC9
(218,206,201)
#E6DCD8
(230,220,216)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5E51 color. Also use rgb(122,94,81) instead hex code.

Text Font Color

.myTextColor { color: #7A5E51; }

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

This text font color is #7A5E51.


Background Color

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

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

This div background color is #7A5E51.


Border color

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

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

This div border color is #7A5E51.


Opacity

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

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

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

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

This text has shadow with #7A5E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E51 on black background.


Color preview on white background

This text has color #7A5E51 on white background.



Black color preview on #7A5E51 background

This text has black color on #7A5E51 background.


White color preview on #7A5E51 background

This text has white color on #7A5E51 background.