COLOR #7A1539

HEX: #7A1539
RGB: (122,21,57)

Color info

#7A1539 contains mainly red color. Web safe color of #7A1539 is #660033 (or #603).

RGB color model

#7A1539 color RGB value is (122,21,57).

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

RGB channels and saturation

R 122 of 255 = 48%
G 21 of 255 = 8%
B 57 of 255 = 22%

122
21
57

R + G + B ~ 26%. #7A1539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 21 + 57 = 200 (100%)
R 122 of 200 ~ 61%
G 21 of 200 ~ 10.5%
B 57 of 200 ~ 28.5%

%61
%10.5
%28.5

CMYK color model

#7A1539 color CMYK value is (0,83,53,52).

  • cyan value is 0.00%
  • magenta value is 82.79%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(0,83,53,52)
C0M83Y53K52 
(0%,83%,53%,52%)
(0.00/0.83/0.53/0.52)	

CMYK percentages

%0
%82.79
%53.28
%52.16

Codes

Color #7A1539 in popluar color models

7A1539
RGB1222157
HSL339°70.63%28.04%
HSB/HSV339°82.79%47.84%
CMYK0.00%82.79%53.28%
52.16%

Color #7A1539 in popluar number systems.

HEX7A1539
Decimal1222157
Binary111101010101111001
Octal1722571

Shades and tints

Shades of #7A1539

#7A1539
(122,21,57)
#6F1434
(111,20,52)
#64132F
(100,19,47)
#59122A
(89,18,42)
#4E1125
(78,17,37)
#431020
(67,16,32)
#380F1B
(56,15,27)
#2D0E16
(45,14,22)
#220D11
(34,13,17)
#170C0C
(23,12,12)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #7A1539

#7A1539
(122,21,57)
#862A4B
(134,42,75)
#923F5D
(146,63,93)
#9E546F
(158,84,111)
#AA6981
(170,105,129)
#B67E93
(182,126,147)
#C293A5
(194,147,165)
#CEA8B7
(206,168,183)
#DABDC9
(218,189,201)
#E6D2DB
(230,210,219)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1539; }

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

This text font color is #7A1539.


Background Color

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

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

This div background color is #7A1539.


Border color

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

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

This div border color is #7A1539.


Opacity

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

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

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

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

This text has shadow with #7A1539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1539 on black background.


Color preview on white background

This text has color #7A1539 on white background.



Black color preview on #7A1539 background

This text has black color on #7A1539 background.


White color preview on #7A1539 background

This text has white color on #7A1539 background.