COLOR #7A4E1C

HEX: #7A4E1C
RGB: (122,78,28)

Color info

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

RGB color model

#7A4E1C color RGB value is (122,78,28).

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

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 28 of 255 = 11%

122
78
28

R + G + B ~ 30%. #7A4E1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 28 = 228 (100%)
R 122 of 228 ~ 53.51%
G 78 of 228 ~ 34.21%
B 28 of 228 ~ 12.28%

%53.51
%34.21
%12.28

CMYK color model

#7A4E1C color CMYK value is (0,36,77,52).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 77.05%
  • key color value is 52.16%
CMYK:
(0,36,77,52)
C0M36Y77K52 
(0%,36%,77%,52%)
(0.00/0.36/0.77/0.52)	

CMYK percentages

%0
%36.07
%77.05
%52.16

Codes

Color #7A4E1C in popluar color models

7A4E1C
RGB1227828
HSL32°62.67%29.41%
HSB/HSV32°77.05%47.84%
CMYK0.00%36.07%77.05%
52.16%

Color #7A4E1C in popluar number systems.

HEX7A4E1C
Decimal1227828
Binary1111010100111011100
Octal17211634

Shades and tints

Shades of #7A4E1C

#7A4E1C
(122,78,28)
#6F471A
(111,71,26)
#644018
(100,64,24)
#593916
(89,57,22)
#4E3214
(78,50,20)
#432B12
(67,43,18)
#382410
(56,36,16)
#2D1D0E
(45,29,14)
#22160C
(34,22,12)
#170F0A
(23,15,10)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #7A4E1C

#7A4E1C
(122,78,28)
#865E30
(134,94,48)
#926E44
(146,110,68)
#9E7E58
(158,126,88)
#AA8E6C
(170,142,108)
#B69E80
(182,158,128)
#C2AE94
(194,174,148)
#CEBEA8
(206,190,168)
#DACEBC
(218,206,188)
#E6DED0
(230,222,208)
#F2EEE4
(242,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4E1C; }

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

This text font color is #7A4E1C.


Background Color

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

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

This div background color is #7A4E1C.


Border color

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

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

This div border color is #7A4E1C.


Opacity

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

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

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

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

This text has shadow with #7A4E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4E1C on black background.


Color preview on white background

This text has color #7A4E1C on white background.



Black color preview on #7A4E1C background

This text has black color on #7A4E1C background.


White color preview on #7A4E1C background

This text has white color on #7A4E1C background.