COLOR #7A573F

HEX: #7A573F RGB: (122,87,63)

Color info

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

RGB color model

#7A573F color RGB value is (122,87,63).

RGB: (122,87,63) (48%, 34%, 25%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 63 of 255 = 25%

122
87
63

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

Portions of RGB colors in percentages

R + G + B = 122 + 87 + 63 = 272 (100%)
R 122 of 272 ~ 44.85%
G 87 of 272 ~ 31.99%
B 63 of 272 ~ 23.16'%

%44.85
%31.99
%23.16

CMYK color model

#7A573F color CMYK value is (0,29,48,52).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 48.36%
  • key color value is 52.16%
CMYK: (0,29,48,52) C0M29Y48K52 (0%,29%,48%,52%) (0.00/0.29/0.48/0.52) 

CMYK percentages

%0
%28.69
%48.36
%52.16

Codes

Color #7A573F in popluar color models

7A 57 3F
RGB 122 87 63
HSL 24° 31.89% 36.27%
HSB/HSV 24° 48.36% 47.84%
CMYK 0.00% 28.69% 48.36%
52.16%

Color #7A573F in popluar number systems.

HEX 7A 57 3F
Decimal 122 87 63
Binary 1111010 1010111 111111
Octal 172 127 77

Shades and tints

Shades of #7A573F

#7A573F
(122,87,63)
#6F503A
(111,80,58)
#644935
(100,73,53)
#594230
(89,66,48)
#4E3B2B
(78,59,43)
#433426
(67,52,38)
#382D21
(56,45,33)
#2D261C
(45,38,28)
#221F17
(34,31,23)
#171812
(23,24,18)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A573F

#7A573F
(122,87,63)
#866650
(134,102,80)
#927561
(146,117,97)
#9E8472
(158,132,114)
#AA9383
(170,147,131)
#B6A294
(182,162,148)
#C2B1A5
(194,177,165)
#CEC0B6
(206,192,182)
#DACFC7
(218,207,199)
#E6DED8
(230,222,216)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A573F color. Also use rgb(122,87,63) instead hex code.

Text Font Color

.myTextColor { color: #7A573F; }

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

This text font color is #7A573F.

Background Color

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

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

This div background color is #7A573F.

Border color

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

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

This div border color is #7A573F.

Opacity

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

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

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

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

This text has shadow with #7A573F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A573F.

Preview

Color preview on black background

This text has color #7A573F on black background.


Color preview on white background

This text has color #7A573F on white background.


Black color preview on #7A573F background

This text has black color on #7A573F background.


White color preview on #7A573F background

This text has white color on #7A573F background.


Related colors

Complementary color

Complementary color for #hex is #85A8C0.


I love getcolorcode.com

Triadic colors

1 #3F7A57 and #573F7A with #7A573F are triadic colors.

2 #3F577A and #577A3F with #7A573F are triadic colors.