COLOR #7A5E42

HEX: #7A5E42
RGB: (122,94,66)

Color info

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

RGB color model

#7A5E42 color RGB value is (122,94,66).

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

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 66 of 255 = 26%

122
94
66

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 66 = 282 (100%)
R 122 of 282 ~ 43.26%
G 94 of 282 ~ 33.33%
B 66 of 282 ~ 23.4%

%43.26
%33.33
%23.4

CMYK color model

#7A5E42 color CMYK value is (0,23,46,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 45.90%
  • key color value is 52.16%
CMYK:
(0,23,46,52)
C0M23Y46K52 
(0%,23%,46%,52%)
(0.00/0.23/0.46/0.52)	

CMYK percentages

%0
%22.95
%45.9
%52.16

Codes

Color #7A5E42 in popluar color models

7A5E42
RGB1229466
HSL30°29.79%36.86%
HSB/HSV30°45.90%47.84%
CMYK0.00%22.95%45.90%
52.16%

Color #7A5E42 in popluar number systems.

HEX7A5E42
Decimal1229466
Binary111101010111101000010
Octal172136102

Shades and tints

Shades of #7A5E42

#7A5E42
(122,94,66)
#6F563C
(111,86,60)
#644E36
(100,78,54)
#594630
(89,70,48)
#4E3E2A
(78,62,42)
#433624
(67,54,36)
#382E1E
(56,46,30)
#2D2618
(45,38,24)
#221E12
(34,30,18)
#17160C
(23,22,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #7A5E42

#7A5E42
(122,94,66)
#866C53
(134,108,83)
#927A64
(146,122,100)
#9E8875
(158,136,117)
#AA9686
(170,150,134)
#B6A497
(182,164,151)
#C2B2A8
(194,178,168)
#CEC0B9
(206,192,185)
#DACECA
(218,206,202)
#E6DCDB
(230,220,219)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5E42; }

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

This text font color is #7A5E42.


Background Color

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

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

This div background color is #7A5E42.


Border color

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

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

This div border color is #7A5E42.


Opacity

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

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

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

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

This text has shadow with #7A5E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E42 on black background.


Color preview on white background

This text has color #7A5E42 on white background.



Black color preview on #7A5E42 background

This text has black color on #7A5E42 background.


White color preview on #7A5E42 background

This text has white color on #7A5E42 background.