COLOR #7A5015

HEX: #7A5015
RGB: (122,80,21)

Color info

#7A5015 contains mainly red and green colors. Web safe color of #7A5015 is #666600 (or #660).

RGB color model

#7A5015 color RGB value is (122,80,21).

  • red value is 122;
  • green value is 80;
  • blue value is 21.
RGB:
(122,80,21)
(48%,31%,8%)

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 21 of 255 = 8%

122
80
21

R + G + B ~ 29%. #7A5015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 80 + 21 = 223 (100%)
R 122 of 223 ~ 54.71%
G 80 of 223 ~ 35.87%
B 21 of 223 ~ 9.42%

%54.71
%35.87

CMYK color model

#7A5015 color CMYK value is (0,34,83,52).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 82.79%
  • key color value is 52.16%
CMYK:
(0,34,83,52)
C0M34Y83K52 
(0%,34%,83%,52%)
(0.00/0.34/0.83/0.52)	

CMYK percentages

%0
%34.43
%82.79
%52.16

Codes

Color #7A5015 in popluar color models

7A5015
RGB1228021
HSL35°70.63%28.04%
HSB/HSV35°82.79%47.84%
CMYK0.00%34.43%82.79%
52.16%

Color #7A5015 in popluar number systems.

HEX7A5015
Decimal1228021
Binary1111010101000010101
Octal17212025

Shades and tints

Shades of #7A5015

#7A5015
(122,80,21)
#6F4914
(111,73,20)
#644213
(100,66,19)
#593B12
(89,59,18)
#4E3411
(78,52,17)
#432D10
(67,45,16)
#38260F
(56,38,15)
#2D1F0E
(45,31,14)
#22180D
(34,24,13)
#17110C
(23,17,12)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #7A5015

#7A5015
(122,80,21)
#865F2A
(134,95,42)
#926E3F
(146,110,63)
#9E7D54
(158,125,84)
#AA8C69
(170,140,105)
#B69B7E
(182,155,126)
#C2AA93
(194,170,147)
#CEB9A8
(206,185,168)
#DAC8BD
(218,200,189)
#E6D7D2
(230,215,210)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5015 color. Also use rgb(122,80,21) instead hex code.

Text Font Color

.myTextColor { color: #7A5015; }

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

This text font color is #7A5015.


Background Color

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

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

This div background color is #7A5015.


Border color

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

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

This div border color is #7A5015.


Opacity

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

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

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

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

This text has shadow with #7A5015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5015 on black background.


Color preview on white background

This text has color #7A5015 on white background.



Black color preview on #7A5015 background

This text has black color on #7A5015 background.


White color preview on #7A5015 background

This text has white color on #7A5015 background.