COLOR #7A4839

HEX: #7A4839
RGB: (122,72,57)

Color info

#7A4839 contains mainly red and green colors. Web safe color of #7A4839 is #663333 (or #633).

RGB color model

#7A4839 color RGB value is (122,72,57).

  • red value is 122;
  • green value is 72;
  • blue value is 57.
RGB:
(122,72,57)
(48%,28%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 57 of 255 = 22%

122
72
57

R + G + B ~ 33%. #7A4839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 72 + 57 = 251 (100%)
R 122 of 251 ~ 48.61%
G 72 of 251 ~ 28.69%
B 57 of 251 ~ 22.71%

%48.61
%28.69
%22.71

CMYK color model

#7A4839 color CMYK value is (0,41,53,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(0,41,53,52)
C0M41Y53K52 
(0%,41%,53%,52%)
(0.00/0.41/0.53/0.52)	

CMYK percentages

%0
%40.98
%53.28
%52.16

Codes

Color #7A4839 in popluar color models

7A4839
RGB1227257
HSL14°36.31%35.10%
HSB/HSV14°53.28%47.84%
CMYK0.00%40.98%53.28%
52.16%

Color #7A4839 in popluar number systems.

HEX7A4839
Decimal1227257
Binary11110101001000111001
Octal17211071

Shades and tints

Shades of #7A4839

#7A4839
(122,72,57)
#6F4234
(111,66,52)
#643C2F
(100,60,47)
#59362A
(89,54,42)
#4E3025
(78,48,37)
#432A20
(67,42,32)
#38241B
(56,36,27)
#2D1E16
(45,30,22)
#221811
(34,24,17)
#17120C
(23,18,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #7A4839

#7A4839
(122,72,57)
#86584B
(134,88,75)
#92685D
(146,104,93)
#9E786F
(158,120,111)
#AA8881
(170,136,129)
#B69893
(182,152,147)
#C2A8A5
(194,168,165)
#CEB8B7
(206,184,183)
#DAC8C9
(218,200,201)
#E6D8DB
(230,216,219)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4839 color. Also use rgb(122,72,57) instead hex code.

Text Font Color

.myTextColor { color: #7A4839; }

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

This text font color is #7A4839.


Background Color

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

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

This div background color is #7A4839.


Border color

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

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

This div border color is #7A4839.


Opacity

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

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

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

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

This text has shadow with #7A4839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4839 on black background.


Color preview on white background

This text has color #7A4839 on white background.



Black color preview on #7A4839 background

This text has black color on #7A4839 background.


White color preview on #7A4839 background

This text has white color on #7A4839 background.