COLOR #7A3231

HEX: #7A3231 RGB: (122,50,49)

Color info

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

RGB color model

#7A3231 color RGB value is (122,50,49).

RGB: (122,50,49) (48%, 20%, 19%)

RGB channels and saturation

R 122 of 255 = 48%
G 50 of 255 = 20%
B 49 of 255 = 19%

122
50
49

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

Portions of RGB colors in percentages

R + G + B = 122 + 50 + 49 = 221 (100%)
R 122 of 221 ~ 55.2%
G 50 of 221 ~ 22.62%
B 49 of 221 ~ 22.17'%

%55.2
%22.62
%22.17

CMYK color model

#7A3231 color CMYK value is (0,59,60,52).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 59.84%
  • key color value is 52.16%

CMYK: (0,59,60,52)
C0M59Y60K52 (0%, 59%, 60%, 52%)
(0.00 / 0.59 / 0.60 / 0.52)

CMYK percentages

%0
%59.02
%59.84
%52.16

Codes

Color #7A3231 in popluar color models

7A 32 31
RGB 122 50 49
HSL 42.69% 33.53%
HSB/HSV 59.84% 47.84%
CMYK 0.00% 59.02% 59.84%
52.16%

Color #7A3231 in popluar number systems.

HEX 7A 32 31
Decimal 122 50 49
Binary 1111010 110010 110001
Octal 172 62 61

Shades and tints

Shades of #7A3231

#7A3231
(122,50,49)
#6F2E2D
(111,46,45)
#642A29
(100,42,41)
#592625
(89,38,37)
#4E2221
(78,34,33)
#431E1D
(67,30,29)
#381A19
(56,26,25)
#2D1615
(45,22,21)
#221211
(34,18,17)
#170E0D
(23,14,13)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #7A3231

#7A3231
(122,50,49)
#864443
(134,68,67)
#925655
(146,86,85)
#9E6867
(158,104,103)
#AA7A79
(170,122,121)
#B68C8B
(182,140,139)
#C29E9D
(194,158,157)
#CEB0AF
(206,176,175)
#DAC2C1
(218,194,193)
#E6D4D3
(230,212,211)
#F2E6E5
(242,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3231 color. Also use rgb(122,50,49) instead hex code.

Text Font Color

.myTextColor { color: #7A3231; }

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

This text font color is #7A3231.

Background Color

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

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

This div background color is #7A3231.

Border color

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

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

This div border color is #7A3231.

Opacity

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

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

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

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

This text has shadow with #7A3231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A3231.

Preview

Color preview on black background

This text has color #7A3231 on black background.


Color preview on white background

This text has color #7A3231 on white background.


Black color preview on #7A3231 background

This text has black color on #7A3231 background.


White color preview on #7A3231 background

This text has white color on #7A3231 background.


Related colors

Complementary color

Complementary color for #hex is #85CDCE.


I love getcolorcode.com

Triadic colors

1 #317A32 and #32317A with #7A3231 are triadic colors.

2 #31327A and #327A31 with #7A3231 are triadic colors.