COLOR #7A5E39

HEX: #7A5E39
RGB: (122,94,57)

Color info

#7A5E39 contains mainly red and green colors. Web safe color of #7A5E39 is #666633 (or #663).

RGB color model

#7A5E39 color RGB value is (122,94,57).

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

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 57 of 255 = 22%

122
94
57

R + G + B ~ 36%. #7A5E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 57 = 273 (100%)
R 122 of 273 ~ 44.69%
G 94 of 273 ~ 34.43%
B 57 of 273 ~ 20.88%

%44.69
%34.43
%20.88

CMYK color model

#7A5E39 color CMYK value is (0,23,53,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(0,23,53,52)
C0M23Y53K52 
(0%,23%,53%,52%)
(0.00/0.23/0.53/0.52)	

CMYK percentages

%0
%22.95
%53.28
%52.16

Codes

Color #7A5E39 in popluar color models

7A5E39
RGB1229457
HSL34°36.31%35.10%
HSB/HSV34°53.28%47.84%
CMYK0.00%22.95%53.28%
52.16%

Color #7A5E39 in popluar number systems.

HEX7A5E39
Decimal1229457
Binary11110101011110111001
Octal17213671

Shades and tints

Shades of #7A5E39

#7A5E39
(122,94,57)
#6F5634
(111,86,52)
#644E2F
(100,78,47)
#59462A
(89,70,42)
#4E3E25
(78,62,37)
#433620
(67,54,32)
#382E1B
(56,46,27)
#2D2616
(45,38,22)
#221E11
(34,30,17)
#17160C
(23,22,12)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #7A5E39

#7A5E39
(122,94,57)
#866C4B
(134,108,75)
#927A5D
(146,122,93)
#9E886F
(158,136,111)
#AA9681
(170,150,129)
#B6A493
(182,164,147)
#C2B2A5
(194,178,165)
#CEC0B7
(206,192,183)
#DACEC9
(218,206,201)
#E6DCDB
(230,220,219)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5E39; }

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

This text font color is #7A5E39.


Background Color

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

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

This div background color is #7A5E39.


Border color

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

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

This div border color is #7A5E39.


Opacity

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

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

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

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

This text has shadow with #7A5E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E39 on black background.


Color preview on white background

This text has color #7A5E39 on white background.



Black color preview on #7A5E39 background

This text has black color on #7A5E39 background.


White color preview on #7A5E39 background

This text has white color on #7A5E39 background.