COLOR #7A513E

HEX: #7A513E
RGB: (122,81,62)

Color info

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

RGB color model

#7A513E color RGB value is (122,81,62).

  • red value is 122;
  • green value is 81;
  • blue value is 62.
RGB:
(122,81,62)
(48%,32%,24%)

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 62 of 255 = 24%

122
81
62

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

Portions of RGB colors in percentages

R + G + B =
122 + 81 + 62 = 265 (100%)
R 122 of 265 ~ 46.04%
G 81 of 265 ~ 30.57%
B 62 of 265 ~ 23.4%

%46.04
%30.57
%23.4

CMYK color model

#7A513E color CMYK value is (0,34,49,52).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 49.18%
  • key color value is 52.16%
CMYK:
(0,34,49,52)
C0M34Y49K52 
(0%,34%,49%,52%)
(0.00/0.34/0.49/0.52)	

CMYK percentages

%0
%33.61
%49.18
%52.16

Codes

Color #7A513E in popluar color models

7A513E
RGB1228162
HSL19°32.61%36.08%
HSB/HSV19°49.18%47.84%
CMYK0.00%33.61%49.18%
52.16%

Color #7A513E in popluar number systems.

HEX7A513E
Decimal1228162
Binary11110101010001111110
Octal17212176

Shades and tints

Shades of #7A513E

#7A513E
(122,81,62)
#6F4A39
(111,74,57)
#644334
(100,67,52)
#593C2F
(89,60,47)
#4E352A
(78,53,42)
#432E25
(67,46,37)
#382720
(56,39,32)
#2D201B
(45,32,27)
#221916
(34,25,22)
#171211
(23,18,17)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #7A513E

#7A513E
(122,81,62)
#86604F
(134,96,79)
#926F60
(146,111,96)
#9E7E71
(158,126,113)
#AA8D82
(170,141,130)
#B69C93
(182,156,147)
#C2ABA4
(194,171,164)
#CEBAB5
(206,186,181)
#DAC9C6
(218,201,198)
#E6D8D7
(230,216,215)
#F2E7E8
(242,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A513E color. Also use rgb(122,81,62) instead hex code.

Text Font Color

.myTextColor { color: #7A513E; }

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

This text font color is #7A513E.


Background Color

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

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

This div background color is #7A513E.


Border color

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

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

This div border color is #7A513E.


Opacity

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

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

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

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

This text has shadow with #7A513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A513E on black background.


Color preview on white background

This text has color #7A513E on white background.



Black color preview on #7A513E background

This text has black color on #7A513E background.


White color preview on #7A513E background

This text has white color on #7A513E background.