COLOR #7B2553

HEX: #7B2553 RGB: (123,37,83)

Color info

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

RGB color model

#7B2553 color RGB value is (123,37,83).

RGB: (123,37,83) (48%, 15%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 37 of 255 = 15%
B 83 of 255 = 33%

123
37
83

R + G + B ~ 32%. #7B2553 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 37 + 83 = 243 (100%)
R 123 of 243 ~ 50.62%
G 37 of 243 ~ 15.23%
B 83 of 243 ~ 34.16'%

%50.62
%15.23
%34.16

CMYK color model

#7B2553 color CMYK value is (0,70,33,52).

  • cyan value is 0.00%
  • magenta value is 69.92%
  • yellow value is 32.52%
  • key color value is 51.76%

CMYK: (0,70,33,52)
C0M70Y33K52 (0%, 70%, 33%, 52%)
(0.00 / 0.70 / 0.33 / 0.52)

CMYK percentages

%0
%69.92
%32.52
%51.76

Codes

Color #7B2553 in popluar color models

7B 25 53
RGB 123 37 83
HSL 328° 53.75% 31.37%
HSB/HSV 328° 69.92% 48.24%
CMYK 0.00% 69.92% 32.52%
51.76%

Color #7B2553 in popluar number systems.

HEX 7B 25 53
Decimal 123 37 83
Binary 1111011 100101 1010011
Octal 173 45 123

Shades and tints

Shades of #7B2553

#7B2553
(123,37,83)
#70224C
(112,34,76)
#651F45
(101,31,69)
#5A1C3E
(90,28,62)
#4F1937
(79,25,55)
#441630
(68,22,48)
#391329
(57,19,41)
#2E1022
(46,16,34)
#230D1B
(35,13,27)
#180A14
(24,10,20)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #7B2553

#7B2553
(123,37,83)
#873862
(135,56,98)
#934B71
(147,75,113)
#9F5E80
(159,94,128)
#AB718F
(171,113,143)
#B7849E
(183,132,158)
#C397AD
(195,151,173)
#CFAABC
(207,170,188)
#DBBDCB
(219,189,203)
#E7D0DA
(231,208,218)
#F3E3E9
(243,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2553 color. Also use rgb(123,37,83) instead hex code.

Text Font Color

.myTextColor { color: #7B2553; }

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

This text font color is #7B2553.

Background Color

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

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

This div background color is #7B2553.

Border color

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

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

This div border color is #7B2553.

Opacity

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

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

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

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

This text has shadow with #7B2553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B2553.

Preview

Color preview on black background

This text has color #7B2553 on black background.


Color preview on white background

This text has color #7B2553 on white background.


Black color preview on #7B2553 background

This text has black color on #7B2553 background.


White color preview on #7B2553 background

This text has white color on #7B2553 background.


Related colors

Complementary color

Complementary color for #hex is #84DAAC.


I love getcolorcode.com

Triadic colors

1 #537B25 and #25537B with #7B2553 are triadic colors.

2 #53257B and #257B53 with #7B2553 are triadic colors.