COLOR #7A5D48

HEX: #7A5D48
RGB: (122,93,72)

Color info

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

RGB color model

#7A5D48 color RGB value is (122,93,72).

  • red value is 122;
  • green value is 93;
  • blue value is 72.
RGB:
(122,93,72)
(48%,36%,28%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 72 of 255 = 28%

122
93
72

R + G + B ~ 37%. #7A5D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 93 + 72 = 287 (100%)
R 122 of 287 ~ 42.51%
G 93 of 287 ~ 32.4%
B 72 of 287 ~ 25.09%

%42.51
%32.4
%25.09

CMYK color model

#7A5D48 color CMYK value is (0,24,41,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(0,24,41,52)
C0M24Y41K52 
(0%,24%,41%,52%)
(0.00/0.24/0.41/0.52)	

CMYK percentages

%0
%23.77
%40.98
%52.16

Codes

Color #7A5D48 in popluar color models

7A5D48
RGB1229372
HSL25°25.77%38.04%
HSB/HSV25°40.98%47.84%
CMYK0.00%23.77%40.98%
52.16%

Color #7A5D48 in popluar number systems.

HEX7A5D48
Decimal1229372
Binary111101010111011001000
Octal172135110

Shades and tints

Shades of #7A5D48

#7A5D48
(122,93,72)
#6F5542
(111,85,66)
#644D3C
(100,77,60)
#594536
(89,69,54)
#4E3D30
(78,61,48)
#43352A
(67,53,42)
#382D24
(56,45,36)
#2D251E
(45,37,30)
#221D18
(34,29,24)
#171512
(23,21,18)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A5D48

#7A5D48
(122,93,72)
#866B58
(134,107,88)
#927968
(146,121,104)
#9E8778
(158,135,120)
#AA9588
(170,149,136)
#B6A398
(182,163,152)
#C2B1A8
(194,177,168)
#CEBFB8
(206,191,184)
#DACDC8
(218,205,200)
#E6DBD8
(230,219,216)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5D48 color. Also use rgb(122,93,72) instead hex code.

Text Font Color

.myTextColor { color: #7A5D48; }

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

This text font color is #7A5D48.


Background Color

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

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

This div background color is #7A5D48.


Border color

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

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

This div border color is #7A5D48.


Opacity

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

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

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

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

This text has shadow with #7A5D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5D48 on black background.


Color preview on white background

This text has color #7A5D48 on white background.



Black color preview on #7A5D48 background

This text has black color on #7A5D48 background.


White color preview on #7A5D48 background

This text has white color on #7A5D48 background.