COLOR #7A5A39

HEX: #7A5A39
RGB: (122,90,57)

Color info

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

RGB color model

#7A5A39 color RGB value is (122,90,57).

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

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 57 of 255 = 22%

122
90
57

R + G + B ~ 35%. #7A5A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 57 = 269 (100%)
R 122 of 269 ~ 45.35%
G 90 of 269 ~ 33.46%
B 57 of 269 ~ 21.19%

%45.35
%33.46
%21.19

CMYK color model

#7A5A39 color CMYK value is (0,26,53,52).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(0,26,53,52)
C0M26Y53K52 
(0%,26%,53%,52%)
(0.00/0.26/0.53/0.52)	

CMYK percentages

%0
%26.23
%53.28
%52.16

Codes

Color #7A5A39 in popluar color models

7A5A39
RGB1229057
HSL30°36.31%35.10%
HSB/HSV30°53.28%47.84%
CMYK0.00%26.23%53.28%
52.16%

Color #7A5A39 in popluar number systems.

HEX7A5A39
Decimal1229057
Binary11110101011010111001
Octal17213271

Shades and tints

Shades of #7A5A39

#7A5A39
(122,90,57)
#6F5234
(111,82,52)
#644A2F
(100,74,47)
#59422A
(89,66,42)
#4E3A25
(78,58,37)
#433220
(67,50,32)
#382A1B
(56,42,27)
#2D2216
(45,34,22)
#221A11
(34,26,17)
#17120C
(23,18,12)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #7A5A39

#7A5A39
(122,90,57)
#86694B
(134,105,75)
#92785D
(146,120,93)
#9E876F
(158,135,111)
#AA9681
(170,150,129)
#B6A593
(182,165,147)
#C2B4A5
(194,180,165)
#CEC3B7
(206,195,183)
#DAD2C9
(218,210,201)
#E6E1DB
(230,225,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A39; }

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

This text font color is #7A5A39.


Background Color

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

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

This div background color is #7A5A39.


Border color

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

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

This div border color is #7A5A39.


Opacity

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

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

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

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

This text has shadow with #7A5A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5A39 on black background.


Color preview on white background

This text has color #7A5A39 on white background.



Black color preview on #7A5A39 background

This text has black color on #7A5A39 background.


White color preview on #7A5A39 background

This text has white color on #7A5A39 background.