COLOR #7A3241

HEX: #7A3241
RGB: (122,50,65)

Color info

#7A3241 contains mainly red and blue colors. Web safe color of #7A3241 is #663333 (or #633).

RGB color model

#7A3241 color RGB value is (122,50,65).

  • red value is 122;
  • green value is 50;
  • blue value is 65.
RGB:
(122,50,65)
(48%,20%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 50 of 255 = 20%
B 65 of 255 = 25%

122
50
65

R + G + B ~ 31%. #7A3241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 50 + 65 = 237 (100%)
R 122 of 237 ~ 51.48%
G 50 of 237 ~ 21.1%
B 65 of 237 ~ 27.43%

%51.48
%21.1
%27.43

CMYK color model

#7A3241 color CMYK value is (0,59,47,52).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 46.72%
  • key color value is 52.16%
CMYK:
(0,59,47,52)
C0M59Y47K52 
(0%,59%,47%,52%)
(0.00/0.59/0.47/0.52)	

CMYK percentages

%0
%59.02
%46.72
%52.16

Codes

Color #7A3241 in popluar color models

7A3241
RGB1225065
HSL348°41.86%33.73%
HSB/HSV348°59.02%47.84%
CMYK0.00%59.02%46.72%
52.16%

Color #7A3241 in popluar number systems.

HEX7A3241
Decimal1225065
Binary11110101100101000001
Octal17262101

Shades and tints

Shades of #7A3241

#7A3241
(122,50,65)
#6F2E3C
(111,46,60)
#642A37
(100,42,55)
#592632
(89,38,50)
#4E222D
(78,34,45)
#431E28
(67,30,40)
#381A23
(56,26,35)
#2D161E
(45,22,30)
#221219
(34,18,25)
#170E14
(23,14,20)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #7A3241

#7A3241
(122,50,65)
#864452
(134,68,82)
#925663
(146,86,99)
#9E6874
(158,104,116)
#AA7A85
(170,122,133)
#B68C96
(182,140,150)
#C29EA7
(194,158,167)
#CEB0B8
(206,176,184)
#DAC2C9
(218,194,201)
#E6D4DA
(230,212,218)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3241; }

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

This text font color is #7A3241.


Background Color

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

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

This div background color is #7A3241.


Border color

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

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

This div border color is #7A3241.


Opacity

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

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

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

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

This text has shadow with #7A3241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3241 on black background.


Color preview on white background

This text has color #7A3241 on white background.



Black color preview on #7A3241 background

This text has black color on #7A3241 background.


White color preview on #7A3241 background

This text has white color on #7A3241 background.