COLOR #7A593D

HEX: #7A593D
RGB: (122,89,61)

Color info

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

RGB color model

#7A593D color RGB value is (122,89,61).

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

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 61 of 255 = 24%

122
89
61

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

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 61 = 272 (100%)
R 122 of 272 ~ 44.85%
G 89 of 272 ~ 32.72%
B 61 of 272 ~ 22.43%

%44.85
%32.72
%22.43

CMYK color model

#7A593D color CMYK value is (0,27,50,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(0,27,50,52)
C0M27Y50K52 
(0%,27%,50%,52%)
(0.00/0.27/0.50/0.52)	

CMYK percentages

%0
%27.05
%50
%52.16

Codes

Color #7A593D in popluar color models

7A593D
RGB1228961
HSL28°33.33%35.88%
HSB/HSV28°50.00%47.84%
CMYK0.00%27.05%50.00%
52.16%

Color #7A593D in popluar number systems.

HEX7A593D
Decimal1228961
Binary11110101011001111101
Octal17213175

Shades and tints

Shades of #7A593D

#7A593D
(122,89,61)
#6F5138
(111,81,56)
#644933
(100,73,51)
#59412E
(89,65,46)
#4E3929
(78,57,41)
#433124
(67,49,36)
#38291F
(56,41,31)
#2D211A
(45,33,26)
#221915
(34,25,21)
#171110
(23,17,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #7A593D

#7A593D
(122,89,61)
#86684E
(134,104,78)
#92775F
(146,119,95)
#9E8670
(158,134,112)
#AA9581
(170,149,129)
#B6A492
(182,164,146)
#C2B3A3
(194,179,163)
#CEC2B4
(206,194,180)
#DAD1C5
(218,209,197)
#E6E0D6
(230,224,214)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A593D; }

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

This text font color is #7A593D.


Background Color

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

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

This div background color is #7A593D.


Border color

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

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

This div border color is #7A593D.


Opacity

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

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

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

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

This text has shadow with #7A593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A593D on black background.


Color preview on white background

This text has color #7A593D on white background.



Black color preview on #7A593D background

This text has black color on #7A593D background.


White color preview on #7A593D background

This text has white color on #7A593D background.