COLOR #7A5C1C

HEX: #7A5C1C
RGB: (122,92,28)

Color info

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

RGB color model

#7A5C1C color RGB value is (122,92,28).

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

RGB channels and saturation

R 122 of 255 = 48%
G 92 of 255 = 36%
B 28 of 255 = 11%

122
92
28

R + G + B ~ 32%. #7A5C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 28 = 242 (100%)
R 122 of 242 ~ 50.41%
G 92 of 242 ~ 38.02%
B 28 of 242 ~ 11.57%

%50.41
%38.02
%11.57

CMYK color model

#7A5C1C color CMYK value is (0,25,77,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 77.05%
  • key color value is 52.16%
CMYK:
(0,25,77,52)
C0M25Y77K52 
(0%,25%,77%,52%)
(0.00/0.25/0.77/0.52)	

CMYK percentages

%0
%24.59
%77.05
%52.16

Codes

Color #7A5C1C in popluar color models

7A5C1C
RGB1229228
HSL41°62.67%29.41%
HSB/HSV41°77.05%47.84%
CMYK0.00%24.59%77.05%
52.16%

Color #7A5C1C in popluar number systems.

HEX7A5C1C
Decimal1229228
Binary1111010101110011100
Octal17213434

Shades and tints

Shades of #7A5C1C

#7A5C1C
(122,92,28)
#6F541A
(111,84,26)
#644C18
(100,76,24)
#594416
(89,68,22)
#4E3C14
(78,60,20)
#433412
(67,52,18)
#382C10
(56,44,16)
#2D240E
(45,36,14)
#221C0C
(34,28,12)
#17140A
(23,20,10)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #7A5C1C

#7A5C1C
(122,92,28)
#866A30
(134,106,48)
#927844
(146,120,68)
#9E8658
(158,134,88)
#AA946C
(170,148,108)
#B6A280
(182,162,128)
#C2B094
(194,176,148)
#CEBEA8
(206,190,168)
#DACCBC
(218,204,188)
#E6DAD0
(230,218,208)
#F2E8E4
(242,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5C1C; }

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

This text font color is #7A5C1C.


Background Color

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

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

This div background color is #7A5C1C.


Border color

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

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

This div border color is #7A5C1C.


Opacity

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

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

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

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

This text has shadow with #7A5C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5C1C on black background.


Color preview on white background

This text has color #7A5C1C on white background.



Black color preview on #7A5C1C background

This text has black color on #7A5C1C background.


White color preview on #7A5C1C background

This text has white color on #7A5C1C background.