COLOR #7A594B

HEX: #7A594B
RGB: (122,89,75)

Color info

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

RGB color model

#7A594B color RGB value is (122,89,75).

  • red value is 122;
  • green value is 89;
  • blue value is 75.
RGB:
(122,89,75)
(48%,35%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 75 of 255 = 29%

122
89
75

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

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 75 = 286 (100%)
R 122 of 286 ~ 42.66%
G 89 of 286 ~ 31.12%
B 75 of 286 ~ 26.22%

%42.66
%31.12
%26.22

CMYK color model

#7A594B color CMYK value is (0,27,39,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK:
(0,27,39,52)
C0M27Y39K52 
(0%,27%,39%,52%)
(0.00/0.27/0.39/0.52)	

CMYK percentages

%0
%27.05
%38.52
%52.16

Codes

Color #7A594B in popluar color models

7A594B
RGB1228975
HSL18°23.86%38.63%
HSB/HSV18°38.52%47.84%
CMYK0.00%27.05%38.52%
52.16%

Color #7A594B in popluar number systems.

HEX7A594B
Decimal1228975
Binary111101010110011001011
Octal172131113

Shades and tints

Shades of #7A594B

#7A594B
(122,89,75)
#6F5145
(111,81,69)
#64493F
(100,73,63)
#594139
(89,65,57)
#4E3933
(78,57,51)
#43312D
(67,49,45)
#382927
(56,41,39)
#2D2121
(45,33,33)
#22191B
(34,25,27)
#171115
(23,17,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #7A594B

#7A594B
(122,89,75)
#86685B
(134,104,91)
#92776B
(146,119,107)
#9E867B
(158,134,123)
#AA958B
(170,149,139)
#B6A49B
(182,164,155)
#C2B3AB
(194,179,171)
#CEC2BB
(206,194,187)
#DAD1CB
(218,209,203)
#E6E0DB
(230,224,219)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A594B color. Also use rgb(122,89,75) instead hex code.

Text Font Color

.myTextColor { color: #7A594B; }

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

This text font color is #7A594B.


Background Color

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

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

This div background color is #7A594B.


Border color

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

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

This div border color is #7A594B.


Opacity

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

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

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

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

This text has shadow with #7A594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A594B on black background.


Color preview on white background

This text has color #7A594B on white background.



Black color preview on #7A594B background

This text has black color on #7A594B background.


White color preview on #7A594B background

This text has white color on #7A594B background.