COLOR #7A4E30

HEX: #7A4E30
RGB: (122,78,48)

Color info

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

RGB color model

#7A4E30 color RGB value is (122,78,48).

  • red value is 122;
  • green value is 78;
  • blue value is 48.
RGB:
(122,78,48)
(48%,31%,19%)

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 48 of 255 = 19%

122
78
48

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

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 48 = 248 (100%)
R 122 of 248 ~ 49.19%
G 78 of 248 ~ 31.45%
B 48 of 248 ~ 19.35%

%49.19
%31.45
%19.35

CMYK color model

#7A4E30 color CMYK value is (0,36,61,52).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 60.66%
  • key color value is 52.16%
CMYK:
(0,36,61,52)
C0M36Y61K52 
(0%,36%,61%,52%)
(0.00/0.36/0.61/0.52)	

CMYK percentages

%0
%36.07
%60.66
%52.16

Codes

Color #7A4E30 in popluar color models

7A4E30
RGB1227848
HSL24°43.53%33.33%
HSB/HSV24°60.66%47.84%
CMYK0.00%36.07%60.66%
52.16%

Color #7A4E30 in popluar number systems.

HEX7A4E30
Decimal1227848
Binary11110101001110110000
Octal17211660

Shades and tints

Shades of #7A4E30

#7A4E30
(122,78,48)
#6F472C
(111,71,44)
#644028
(100,64,40)
#593924
(89,57,36)
#4E3220
(78,50,32)
#432B1C
(67,43,28)
#382418
(56,36,24)
#2D1D14
(45,29,20)
#221610
(34,22,16)
#170F0C
(23,15,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #7A4E30

#7A4E30
(122,78,48)
#865E42
(134,94,66)
#926E54
(146,110,84)
#9E7E66
(158,126,102)
#AA8E78
(170,142,120)
#B69E8A
(182,158,138)
#C2AE9C
(194,174,156)
#CEBEAE
(206,190,174)
#DACEC0
(218,206,192)
#E6DED2
(230,222,210)
#F2EEE4
(242,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4E30 color. Also use rgb(122,78,48) instead hex code.

Text Font Color

.myTextColor { color: #7A4E30; }

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

This text font color is #7A4E30.


Background Color

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

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

This div background color is #7A4E30.


Border color

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

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

This div border color is #7A4E30.


Opacity

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

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

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

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

This text has shadow with #7A4E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4E30 on black background.


Color preview on white background

This text has color #7A4E30 on white background.



Black color preview on #7A4E30 background

This text has black color on #7A4E30 background.


White color preview on #7A4E30 background

This text has white color on #7A4E30 background.