COLOR #7A4F41

HEX: #7A4F41
RGB: (122,79,65)

Color info

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

RGB color model

#7A4F41 color RGB value is (122,79,65).

  • red value is 122;
  • green value is 79;
  • blue value is 65.
RGB:
(122,79,65)
(48%,31%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 79 of 255 = 31%
B 65 of 255 = 25%

122
79
65

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

Portions of RGB colors in percentages

R + G + B =
122 + 79 + 65 = 266 (100%)
R 122 of 266 ~ 45.86%
G 79 of 266 ~ 29.7%
B 65 of 266 ~ 24.44%

%45.86
%29.7
%24.44

CMYK color model

#7A4F41 color CMYK value is (0,35,47,52).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 46.72%
  • key color value is 52.16%
CMYK:
(0,35,47,52)
C0M35Y47K52 
(0%,35%,47%,52%)
(0.00/0.35/0.47/0.52)	

CMYK percentages

%0
%35.25
%46.72
%52.16

Codes

Color #7A4F41 in popluar color models

7A4F41
RGB1227965
HSL15°30.48%36.67%
HSB/HSV15°46.72%47.84%
CMYK0.00%35.25%46.72%
52.16%

Color #7A4F41 in popluar number systems.

HEX7A4F41
Decimal1227965
Binary111101010011111000001
Octal172117101

Shades and tints

Shades of #7A4F41

#7A4F41
(122,79,65)
#6F483C
(111,72,60)
#644137
(100,65,55)
#593A32
(89,58,50)
#4E332D
(78,51,45)
#432C28
(67,44,40)
#382523
(56,37,35)
#2D1E1E
(45,30,30)
#221719
(34,23,25)
#171014
(23,16,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #7A4F41

#7A4F41
(122,79,65)
#865F52
(134,95,82)
#926F63
(146,111,99)
#9E7F74
(158,127,116)
#AA8F85
(170,143,133)
#B69F96
(182,159,150)
#C2AFA7
(194,175,167)
#CEBFB8
(206,191,184)
#DACFC9
(218,207,201)
#E6DFDA
(230,223,218)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4F41 color. Also use rgb(122,79,65) instead hex code.

Text Font Color

.myTextColor { color: #7A4F41; }

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

This text font color is #7A4F41.


Background Color

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

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

This div background color is #7A4F41.


Border color

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

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

This div border color is #7A4F41.


Opacity

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

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

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

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

This text has shadow with #7A4F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4F41 on black background.


Color preview on white background

This text has color #7A4F41 on white background.



Black color preview on #7A4F41 background

This text has black color on #7A4F41 background.


White color preview on #7A4F41 background

This text has white color on #7A4F41 background.