COLOR #7A591C

HEX: #7A591C
RGB: (122,89,28)

Color info

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

RGB color model

#7A591C color RGB value is (122,89,28).

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

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 28 of 255 = 11%

122
89
28

R + G + B ~ 31%. #7A591C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 28 = 239 (100%)
R 122 of 239 ~ 51.05%
G 89 of 239 ~ 37.24%
B 28 of 239 ~ 11.72%

%51.05
%37.24
%11.72

CMYK color model

#7A591C color CMYK value is (0,27,77,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 77.05%
  • key color value is 52.16%
CMYK:
(0,27,77,52)
C0M27Y77K52 
(0%,27%,77%,52%)
(0.00/0.27/0.77/0.52)	

CMYK percentages

%0
%27.05
%77.05
%52.16

Codes

Color #7A591C in popluar color models

7A591C
RGB1228928
HSL39°62.67%29.41%
HSB/HSV39°77.05%47.84%
CMYK0.00%27.05%77.05%
52.16%

Color #7A591C in popluar number systems.

HEX7A591C
Decimal1228928
Binary1111010101100111100
Octal17213134

Shades and tints

Shades of #7A591C

#7A591C
(122,89,28)
#6F511A
(111,81,26)
#644918
(100,73,24)
#594116
(89,65,22)
#4E3914
(78,57,20)
#433112
(67,49,18)
#382910
(56,41,16)
#2D210E
(45,33,14)
#22190C
(34,25,12)
#17110A
(23,17,10)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #7A591C

#7A591C
(122,89,28)
#866830
(134,104,48)
#927744
(146,119,68)
#9E8658
(158,134,88)
#AA956C
(170,149,108)
#B6A480
(182,164,128)
#C2B394
(194,179,148)
#CEC2A8
(206,194,168)
#DAD1BC
(218,209,188)
#E6E0D0
(230,224,208)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A591C; }

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

This text font color is #7A591C.


Background Color

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

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

This div background color is #7A591C.


Border color

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

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

This div border color is #7A591C.


Opacity

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

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

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

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

This text has shadow with #7A591C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A591C on black background.


Color preview on white background

This text has color #7A591C on white background.



Black color preview on #7A591C background

This text has black color on #7A591C background.


White color preview on #7A591C background

This text has white color on #7A591C background.