COLOR #7B3D6F

HEX: #7B3D6F
RGB: (123,61,111)

Color info

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

RGB color model

#7B3D6F color RGB value is (123,61,111).

  • red value is 123;
  • green value is 61;
  • blue value is 111.
RGB:
(123,61,111)
(48%,24%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 61 of 255 = 24%
B 111 of 255 = 44%

123
61
111

R + G + B ~ 39%. #7B3D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 61 + 111 = 295 (100%)
R 123 of 295 ~ 41.69%
G 61 of 295 ~ 20.68%
B 111 of 295 ~ 37.63%

%41.69
%20.68
%37.63

CMYK color model

#7B3D6F color CMYK value is (0,50,10,52).

  • cyan value is 0.00%
  • magenta value is 50.41%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(0,50,10,52)
C0M50Y10K52 
(0%,50%,10%,52%)
(0.00/0.50/0.10/0.52)	

CMYK percentages

%0
%50.41
%9.76
%51.76

Codes

Color #7B3D6F in popluar color models

7B3D6F
RGB12361111
HSL312°33.70%36.08%
HSB/HSV312°50.41%48.24%
CMYK0.00%50.41%9.76%
51.76%

Color #7B3D6F in popluar number systems.

HEX7B3D6F
Decimal12361111
Binary11110111111011101111
Octal17375157

Shades and tints

Shades of #7B3D6F

#7B3D6F
(123,61,111)
#703865
(112,56,101)
#65335B
(101,51,91)
#5A2E51
(90,46,81)
#4F2947
(79,41,71)
#44243D
(68,36,61)
#391F33
(57,31,51)
#2E1A29
(46,26,41)
#23151F
(35,21,31)
#181015
(24,16,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #7B3D6F

#7B3D6F
(123,61,111)
#874E7C
(135,78,124)
#935F89
(147,95,137)
#9F7096
(159,112,150)
#AB81A3
(171,129,163)
#B792B0
(183,146,176)
#C3A3BD
(195,163,189)
#CFB4CA
(207,180,202)
#DBC5D7
(219,197,215)
#E7D6E4
(231,214,228)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3D6F color. Also use rgb(123,61,111) instead hex code.

Text Font Color

.myTextColor { color: #7B3D6F; }

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

This text font color is #7B3D6F.


Background Color

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

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

This div background color is #7B3D6F.


Border color

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

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

This div border color is #7B3D6F.


Opacity

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

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

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

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

This text has shadow with #7B3D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3D6F on black background.


Color preview on white background

This text has color #7B3D6F on white background.



Black color preview on #7B3D6F background

This text has black color on #7B3D6F background.


White color preview on #7B3D6F background

This text has white color on #7B3D6F background.