COLOR #7A3F5F

HEX: #7A3F5F
RGB: (122,63,95)

Color info

#7A3F5F contains red, green and blue colors in about the same proportion. Web safe color of #7A3F5F is #663366 (or #636).

RGB color model

#7A3F5F color RGB value is (122,63,95).

  • red value is 122;
  • green value is 63;
  • blue value is 95.
RGB:
(122,63,95)
(48%,25%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 63 of 255 = 25%
B 95 of 255 = 37%

122
63
95

R + G + B ~ 37%. #7A3F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 63 + 95 = 280 (100%)
R 122 of 280 ~ 43.57%
G 63 of 280 ~ 22.5%
B 95 of 280 ~ 33.93%

%43.57
%22.5
%33.93

CMYK color model

#7A3F5F color CMYK value is (0,48,22,52).

  • cyan value is 0.00%
  • magenta value is 48.36%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(0,48,22,52)
C0M48Y22K52 
(0%,48%,22%,52%)
(0.00/0.48/0.22/0.52)	

CMYK percentages

%0
%48.36
%22.13
%52.16

Codes

Color #7A3F5F in popluar color models

7A3F5F
RGB1226395
HSL327°31.89%36.27%
HSB/HSV327°48.36%47.84%
CMYK0.00%48.36%22.13%
52.16%

Color #7A3F5F in popluar number systems.

HEX7A3F5F
Decimal1226395
Binary11110101111111011111
Octal17277137

Shades and tints

Shades of #7A3F5F

#7A3F5F
(122,63,95)
#6F3A57
(111,58,87)
#64354F
(100,53,79)
#593047
(89,48,71)
#4E2B3F
(78,43,63)
#432637
(67,38,55)
#38212F
(56,33,47)
#2D1C27
(45,28,39)
#22171F
(34,23,31)
#171217
(23,18,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #7A3F5F

#7A3F5F
(122,63,95)
#86506D
(134,80,109)
#92617B
(146,97,123)
#9E7289
(158,114,137)
#AA8397
(170,131,151)
#B694A5
(182,148,165)
#C2A5B3
(194,165,179)
#CEB6C1
(206,182,193)
#DAC7CF
(218,199,207)
#E6D8DD
(230,216,221)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3F5F color. Also use rgb(122,63,95) instead hex code.

Text Font Color

.myTextColor { color: #7A3F5F; }

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

This text font color is #7A3F5F.


Background Color

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

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

This div background color is #7A3F5F.


Border color

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

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

This div border color is #7A3F5F.


Opacity

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

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

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

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

This text has shadow with #7A3F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3F5F on black background.


Color preview on white background

This text has color #7A3F5F on white background.



Black color preview on #7A3F5F background

This text has black color on #7A3F5F background.


White color preview on #7A3F5F background

This text has white color on #7A3F5F background.