COLOR #7A2519

HEX: #7A2519
RGB: (122,37,25)

Color info

#7A2519 contains mainly red color. Web safe color of #7A2519 is #663300 (or #630).

RGB color model

#7A2519 color RGB value is (122,37,25).

  • red value is 122;
  • green value is 37;
  • blue value is 25.
RGB:
(122,37,25)
(48%,15%,10%)

RGB channels and saturation

R 122 of 255 = 48%
G 37 of 255 = 15%
B 25 of 255 = 10%

122
37
25

R + G + B ~ 24%. #7A2519 is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 37 + 25 = 184 (100%)
R 122 of 184 ~ 66.3%
G 37 of 184 ~ 20.11%
B 25 of 184 ~ 13.59%

%66.3
%20.11
%13.59

CMYK color model

#7A2519 color CMYK value is (0,70,80,52).

  • cyan value is 0.00%
  • magenta value is 69.67%
  • yellow value is 79.51%
  • key color value is 52.16%
CMYK:
(0,70,80,52)
C0M70Y80K52 
(0%,70%,80%,52%)
(0.00/0.70/0.80/0.52)	

CMYK percentages

%0
%69.67
%79.51
%52.16

Codes

Color #7A2519 in popluar color models

7A2519
RGB1223725
HSL65.99%28.82%
HSB/HSV79.51%47.84%
CMYK0.00%69.67%79.51%
52.16%

Color #7A2519 in popluar number systems.

HEX7A2519
Decimal1223725
Binary111101010010111001
Octal1724531

Shades and tints

Shades of #7A2519

#7A2519
(122,37,25)
#6F2217
(111,34,23)
#641F15
(100,31,21)
#591C13
(89,28,19)
#4E1911
(78,25,17)
#43160F
(67,22,15)
#38130D
(56,19,13)
#2D100B
(45,16,11)
#220D09
(34,13,9)
#170A07
(23,10,7)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #7A2519

#7A2519
(122,37,25)
#86382D
(134,56,45)
#924B41
(146,75,65)
#9E5E55
(158,94,85)
#AA7169
(170,113,105)
#B6847D
(182,132,125)
#C29791
(194,151,145)
#CEAAA5
(206,170,165)
#DABDB9
(218,189,185)
#E6D0CD
(230,208,205)
#F2E3E1
(242,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2519 color. Also use rgb(122,37,25) instead hex code.

Text Font Color

.myTextColor { color: #7A2519; }

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

This text font color is #7A2519.


Background Color

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

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

This div background color is #7A2519.


Border color

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

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

This div border color is #7A2519.


Opacity

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

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

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

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

This text has shadow with #7A2519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2519 on black background.


Color preview on white background

This text has color #7A2519 on white background.



Black color preview on #7A2519 background

This text has black color on #7A2519 background.


White color preview on #7A2519 background

This text has white color on #7A2519 background.