COLOR #7A1F37

HEX: #7A1F37
RGB: (122,31,55)

Color info

#7A1F37 contains mainly red color. Web safe color of #7A1F37 is #663333 (or #633).

RGB color model

#7A1F37 color RGB value is (122,31,55).

  • red value is 122;
  • green value is 31;
  • blue value is 55.
RGB:
(122,31,55)
(48%,12%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 31 of 255 = 12%
B 55 of 255 = 22%

122
31
55

R + G + B ~ 27%. #7A1F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 31 + 55 = 208 (100%)
R 122 of 208 ~ 58.65%
G 31 of 208 ~ 14.9%
B 55 of 208 ~ 26.44%

%58.65
%14.9
%26.44

CMYK color model

#7A1F37 color CMYK value is (0,75,55,52).

  • cyan value is 0.00%
  • magenta value is 74.59%
  • yellow value is 54.92%
  • key color value is 52.16%
CMYK:
(0,75,55,52)
C0M75Y55K52 
(0%,75%,55%,52%)
(0.00/0.75/0.55/0.52)	

CMYK percentages

%0
%74.59
%54.92
%52.16

Codes

Color #7A1F37 in popluar color models

7A1F37
RGB1223155
HSL344°59.48%30.00%
HSB/HSV344°74.59%47.84%
CMYK0.00%74.59%54.92%
52.16%

Color #7A1F37 in popluar number systems.

HEX7A1F37
Decimal1223155
Binary111101011111110111
Octal1723767

Shades and tints

Shades of #7A1F37

#7A1F37
(122,31,55)
#6F1D32
(111,29,50)
#641B2D
(100,27,45)
#591928
(89,25,40)
#4E1723
(78,23,35)
#43151E
(67,21,30)
#381319
(56,19,25)
#2D1114
(45,17,20)
#220F0F
(34,15,15)
#170D0A
(23,13,10)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #7A1F37

#7A1F37
(122,31,55)
#863349
(134,51,73)
#92475B
(146,71,91)
#9E5B6D
(158,91,109)
#AA6F7F
(170,111,127)
#B68391
(182,131,145)
#C297A3
(194,151,163)
#CEABB5
(206,171,181)
#DABFC7
(218,191,199)
#E6D3D9
(230,211,217)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1F37 color. Also use rgb(122,31,55) instead hex code.

Text Font Color

.myTextColor { color: #7A1F37; }

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

This text font color is #7A1F37.


Background Color

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

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

This div background color is #7A1F37.


Border color

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

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

This div border color is #7A1F37.


Opacity

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

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

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

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

This text has shadow with #7A1F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1F37 on black background.


Color preview on white background

This text has color #7A1F37 on white background.



Black color preview on #7A1F37 background

This text has black color on #7A1F37 background.


White color preview on #7A1F37 background

This text has white color on #7A1F37 background.