COLOR #7A1837

HEX: #7A1837
RGB: (122,24,55)

Color info

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

RGB color model

#7A1837 color RGB value is (122,24,55).

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

RGB channels and saturation

R 122 of 255 = 48%
G 24 of 255 = 9%
B 55 of 255 = 22%

122
24
55

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

Portions of RGB colors in percentages

R + G + B =
122 + 24 + 55 = 201 (100%)
R 122 of 201 ~ 60.7%
G 24 of 201 ~ 11.94%
B 55 of 201 ~ 27.36%

%60.7
%11.94
%27.36

CMYK color model

#7A1837 color CMYK value is (0,80,55,52).

  • cyan value is 0.00%
  • magenta value is 80.33%
  • yellow value is 54.92%
  • key color value is 52.16%
CMYK:
(0,80,55,52)
C0M80Y55K52 
(0%,80%,55%,52%)
(0.00/0.80/0.55/0.52)	

CMYK percentages

%0
%80.33
%54.92
%52.16

Codes

Color #7A1837 in popluar color models

7A1837
RGB1222455
HSL341°67.12%28.63%
HSB/HSV341°80.33%47.84%
CMYK0.00%80.33%54.92%
52.16%

Color #7A1837 in popluar number systems.

HEX7A1837
Decimal1222455
Binary111101011000110111
Octal1723067

Shades and tints

Shades of #7A1837

#7A1837
(122,24,55)
#6F1632
(111,22,50)
#64142D
(100,20,45)
#591228
(89,18,40)
#4E1023
(78,16,35)
#430E1E
(67,14,30)
#380C19
(56,12,25)
#2D0A14
(45,10,20)
#22080F
(34,8,15)
#17060A
(23,6,10)
#0C0405
(12,4,5)
#000000
(0,0,0)

Tints of #7A1837

#7A1837
(122,24,55)
#862D49
(134,45,73)
#92425B
(146,66,91)
#9E576D
(158,87,109)
#AA6C7F
(170,108,127)
#B68191
(182,129,145)
#C296A3
(194,150,163)
#CEABB5
(206,171,181)
#DAC0C7
(218,192,199)
#E6D5D9
(230,213,217)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1837; }

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

This text font color is #7A1837.


Background Color

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

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

This div background color is #7A1837.


Border color

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

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

This div border color is #7A1837.


Opacity

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

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

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

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

This text has shadow with #7A1837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1837 on black background.


Color preview on white background

This text has color #7A1837 on white background.



Black color preview on #7A1837 background

This text has black color on #7A1837 background.


White color preview on #7A1837 background

This text has white color on #7A1837 background.