COLOR #7A5C1D

HEX: #7A5C1D
RGB: (122,92,29)

Color info

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

RGB color model

#7A5C1D color RGB value is (122,92,29).

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

RGB channels and saturation

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

122
92
29

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

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 29 = 243 (100%)
R 122 of 243 ~ 50.21%
G 92 of 243 ~ 37.86%
B 29 of 243 ~ 11.93%

%50.21
%37.86
%11.93

CMYK color model

#7A5C1D color CMYK value is (0,25,76,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 76.23%
  • key color value is 52.16%
CMYK:
(0,25,76,52)
C0M25Y76K52 
(0%,25%,76%,52%)
(0.00/0.25/0.76/0.52)	

CMYK percentages

%0
%24.59
%76.23
%52.16

Codes

Color #7A5C1D in popluar color models

7A5C1D
RGB1229229
HSL41°61.59%29.61%
HSB/HSV41°76.23%47.84%
CMYK0.00%24.59%76.23%
52.16%

Color #7A5C1D in popluar number systems.

HEX7A5C1D
Decimal1229229
Binary1111010101110011101
Octal17213435

Shades and tints

Shades of #7A5C1D

#7A5C1D
(122,92,29)
#6F541B
(111,84,27)
#644C19
(100,76,25)
#594417
(89,68,23)
#4E3C15
(78,60,21)
#433413
(67,52,19)
#382C11
(56,44,17)
#2D240F
(45,36,15)
#221C0D
(34,28,13)
#17140B
(23,20,11)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #7A5C1D

#7A5C1D
(122,92,29)
#866A31
(134,106,49)
#927845
(146,120,69)
#9E8659
(158,134,89)
#AA946D
(170,148,109)
#B6A281
(182,162,129)
#C2B095
(194,176,149)
#CEBEA9
(206,190,169)
#DACCBD
(218,204,189)
#E6DAD1
(230,218,209)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5C1D; }

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

This text font color is #7A5C1D.


Background Color

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

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

This div background color is #7A5C1D.


Border color

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

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

This div border color is #7A5C1D.


Opacity

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

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

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

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

This text has shadow with #7A5C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5C1D on black background.


Color preview on white background

This text has color #7A5C1D on white background.



Black color preview on #7A5C1D background

This text has black color on #7A5C1D background.


White color preview on #7A5C1D background

This text has white color on #7A5C1D background.