COLOR #7A273D

HEX: #7A273D RGB: (122,39,61)

Color info

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

RGB color model

#7A273D color RGB value is (122,39,61).

RGB: (122,39,61) (48%, 15%, 24%)

RGB channels and saturation

R 122 of 255 = 48%
G 39 of 255 = 15%
B 61 of 255 = 24%

122
39
61

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

Portions of RGB colors in percentages

R + G + B = 122 + 39 + 61 = 222 (100%)
R 122 of 222 ~ 54.95%
G 39 of 222 ~ 17.57%
B 61 of 222 ~ 27.48'%

%54.95
%17.57
%27.48

CMYK color model

#7A273D color CMYK value is (0,68,50,52).

  • cyan value is 0.00%
  • magenta value is 68.03%
  • yellow value is 50.00%
  • key color value is 52.16%

CMYK: (0,68,50,52)
C0M68Y50K52 (0%, 68%, 50%, 52%)
(0.00 / 0.68 / 0.50 / 0.52)

CMYK percentages

%0
%68.03
%50
%52.16

Codes

Color #7A273D in popluar color models

7A 27 3D
RGB 122 39 61
HSL 344° 51.55% 31.57%
HSB/HSV 344° 68.03% 47.84%
CMYK 0.00% 68.03% 50.00%
52.16%

Color #7A273D in popluar number systems.

HEX 7A 27 3D
Decimal 122 39 61
Binary 1111010 100111 111101
Octal 172 47 75

Shades and tints

Shades of #7A273D

#7A273D
(122,39,61)
#6F2438
(111,36,56)
#642133
(100,33,51)
#591E2E
(89,30,46)
#4E1B29
(78,27,41)
#431824
(67,24,36)
#38151F
(56,21,31)
#2D121A
(45,18,26)
#220F15
(34,15,21)
#170C10
(23,12,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #7A273D

#7A273D
(122,39,61)
#863A4E
(134,58,78)
#924D5F
(146,77,95)
#9E6070
(158,96,112)
#AA7381
(170,115,129)
#B68692
(182,134,146)
#C299A3
(194,153,163)
#CEACB4
(206,172,180)
#DABFC5
(218,191,197)
#E6D2D6
(230,210,214)
#F2E5E7
(242,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A273D color. Also use rgb(122,39,61) instead hex code.

Text Font Color

.myTextColor { color: #7A273D; }

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

This text font color is #7A273D.

Background Color

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

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

This div background color is #7A273D.

Border color

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

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

This div border color is #7A273D.

Opacity

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

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

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

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

This text has shadow with #7A273D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A273D.

Preview

Color preview on black background

This text has color #7A273D on black background.


Color preview on white background

This text has color #7A273D on white background.


Black color preview on #7A273D background

This text has black color on #7A273D background.


White color preview on #7A273D background

This text has white color on #7A273D background.


Related colors

Complementary color

Complementary color for #hex is #85D8C2.


I love getcolorcode.com

Triadic colors

1 #3D7A27 and #273D7A with #7A273D are triadic colors.

2 #3D277A and #277A3D with #7A273D are triadic colors.