COLOR #7A253E

HEX: #7A253E
RGB: (122,37,62)

Color info

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

RGB color model

#7A253E color RGB value is (122,37,62).

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

RGB channels and saturation

R 122 of 255 = 48%
G 37 of 255 = 15%
B 62 of 255 = 24%

122
37
62

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

Portions of RGB colors in percentages

R + G + B =
122 + 37 + 62 = 221 (100%)
R 122 of 221 ~ 55.2%
G 37 of 221 ~ 16.74%
B 62 of 221 ~ 28.05%

%55.2
%16.74
%28.05

CMYK color model

#7A253E color CMYK value is (0,70,49,52).

  • cyan value is 0.00%
  • magenta value is 69.67%
  • yellow value is 49.18%
  • key color value is 52.16%
CMYK:
(0,70,49,52)
C0M70Y49K52 
(0%,70%,49%,52%)
(0.00/0.70/0.49/0.52)	

CMYK percentages

%0
%69.67
%49.18
%52.16

Codes

Color #7A253E in popluar color models

7A253E
RGB1223762
HSL342°53.46%31.18%
HSB/HSV342°69.67%47.84%
CMYK0.00%69.67%49.18%
52.16%

Color #7A253E in popluar number systems.

HEX7A253E
Decimal1223762
Binary1111010100101111110
Octal1724576

Shades and tints

Shades of #7A253E

#7A253E
(122,37,62)
#6F2239
(111,34,57)
#641F34
(100,31,52)
#591C2F
(89,28,47)
#4E192A
(78,25,42)
#431625
(67,22,37)
#381320
(56,19,32)
#2D101B
(45,16,27)
#220D16
(34,13,22)
#170A11
(23,10,17)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #7A253E

#7A253E
(122,37,62)
#86384F
(134,56,79)
#924B60
(146,75,96)
#9E5E71
(158,94,113)
#AA7182
(170,113,130)
#B68493
(182,132,147)
#C297A4
(194,151,164)
#CEAAB5
(206,170,181)
#DABDC6
(218,189,198)
#E6D0D7
(230,208,215)
#F2E3E8
(242,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A253E; }

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

This text font color is #7A253E.


Background Color

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

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

This div background color is #7A253E.


Border color

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

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

This div border color is #7A253E.


Opacity

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

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

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

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

This text has shadow with #7A253E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A253E on black background.


Color preview on white background

This text has color #7A253E on white background.



Black color preview on #7A253E background

This text has black color on #7A253E background.


White color preview on #7A253E background

This text has white color on #7A253E background.