COLOR #7B3E58

HEX: #7B3E58
RGB: (123,62,88)

Color info

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

RGB color model

#7B3E58 color RGB value is (123,62,88).

  • red value is 123;
  • green value is 62;
  • blue value is 88.
RGB:
(123,62,88)
(48%,24%,35%)

RGB channels and saturation

R 123 of 255 = 48%
G 62 of 255 = 24%
B 88 of 255 = 35%

123
62
88

R + G + B ~ 36%. #7B3E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 62 + 88 = 273 (100%)
R 123 of 273 ~ 45.05%
G 62 of 273 ~ 22.71%
B 88 of 273 ~ 32.23%

%45.05
%22.71
%32.23

CMYK color model

#7B3E58 color CMYK value is (0,50,28,52).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 28.46%
  • key color value is 51.76%
CMYK:
(0,50,28,52)
C0M50Y28K52 
(0%,50%,28%,52%)
(0.00/0.50/0.28/0.52)	

CMYK percentages

%0
%49.59
%28.46
%51.76

Codes

Color #7B3E58 in popluar color models

7B3E58
RGB1236288
HSL334°32.97%36.27%
HSB/HSV334°49.59%48.24%
CMYK0.00%49.59%28.46%
51.76%

Color #7B3E58 in popluar number systems.

HEX7B3E58
Decimal1236288
Binary11110111111101011000
Octal17376130

Shades and tints

Shades of #7B3E58

#7B3E58
(123,62,88)
#703950
(112,57,80)
#653448
(101,52,72)
#5A2F40
(90,47,64)
#4F2A38
(79,42,56)
#442530
(68,37,48)
#392028
(57,32,40)
#2E1B20
(46,27,32)
#231618
(35,22,24)
#181110
(24,17,16)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #7B3E58

#7B3E58
(123,62,88)
#874F67
(135,79,103)
#936076
(147,96,118)
#9F7185
(159,113,133)
#AB8294
(171,130,148)
#B793A3
(183,147,163)
#C3A4B2
(195,164,178)
#CFB5C1
(207,181,193)
#DBC6D0
(219,198,208)
#E7D7DF
(231,215,223)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3E58 color. Also use rgb(123,62,88) instead hex code.

Text Font Color

.myTextColor { color: #7B3E58; }

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

This text font color is #7B3E58.


Background Color

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

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

This div background color is #7B3E58.


Border color

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

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

This div border color is #7B3E58.


Opacity

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

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

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

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

This text has shadow with #7B3E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3E58 on black background.


Color preview on white background

This text has color #7B3E58 on white background.



Black color preview on #7B3E58 background

This text has black color on #7B3E58 background.


White color preview on #7B3E58 background

This text has white color on #7B3E58 background.