COLOR #7B3F62

HEX: #7B3F62
RGB: (123,63,98)

Color info

#7B3F62 contains mainly red and blue colors. Web safe color of #7B3F62 is #663366 (or #636).

RGB color model

#7B3F62 color RGB value is (123,63,98).

  • red value is 123;
  • green value is 63;
  • blue value is 98.
RGB:
(123,63,98)
(48%,25%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 63 of 255 = 25%
B 98 of 255 = 38%

123
63
98

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

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 98 = 284 (100%)
R 123 of 284 ~ 43.31%
G 63 of 284 ~ 22.18%
B 98 of 284 ~ 34.51%

%43.31
%22.18
%34.51

CMYK color model

#7B3F62 color CMYK value is (0,49,20,52).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(0,49,20,52)
C0M49Y20K52 
(0%,49%,20%,52%)
(0.00/0.49/0.20/0.52)	

CMYK percentages

%0
%48.78
%20.33
%51.76

Codes

Color #7B3F62 in popluar color models

7B3F62
RGB1236398
HSL325°32.26%36.47%
HSB/HSV325°48.78%48.24%
CMYK0.00%48.78%20.33%
51.76%

Color #7B3F62 in popluar number systems.

HEX7B3F62
Decimal1236398
Binary11110111111111100010
Octal17377142

Shades and tints

Shades of #7B3F62

#7B3F62
(123,63,98)
#703A5A
(112,58,90)
#653552
(101,53,82)
#5A304A
(90,48,74)
#4F2B42
(79,43,66)
#44263A
(68,38,58)
#392132
(57,33,50)
#2E1C2A
(46,28,42)
#231722
(35,23,34)
#18121A
(24,18,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #7B3F62

#7B3F62
(123,63,98)
#875070
(135,80,112)
#93617E
(147,97,126)
#9F728C
(159,114,140)
#AB839A
(171,131,154)
#B794A8
(183,148,168)
#C3A5B6
(195,165,182)
#CFB6C4
(207,182,196)
#DBC7D2
(219,199,210)
#E7D8E0
(231,216,224)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3F62 color. Also use rgb(123,63,98) instead hex code.

Text Font Color

.myTextColor { color: #7B3F62; }

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

This text font color is #7B3F62.


Background Color

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

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

This div background color is #7B3F62.


Border color

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

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

This div border color is #7B3F62.


Opacity

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

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

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

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

This text has shadow with #7B3F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F62 on black background.


Color preview on white background

This text has color #7B3F62 on white background.



Black color preview on #7B3F62 background

This text has black color on #7B3F62 background.


White color preview on #7B3F62 background

This text has white color on #7B3F62 background.