COLOR #7B3048

HEX: #7B3048 RGB: (123,48,72)

Color info

#7B3048 contains mainly red and blue colors. Web safe color of #7B3048 is #663333 (or #633).

RGB color model

#7B3048 color RGB value is (123,48,72).

RGB: (123,48,72) (48%, 19%, 28%)

RGB channels and saturation

R 123 of 255 = 48%
G 48 of 255 = 19%
B 72 of 255 = 28%

123
48
72

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

Portions of RGB colors in percentages

R + G + B = 123 + 48 + 72 = 243 (100%)
R 123 of 243 ~ 50.62%
G 48 of 243 ~ 19.75%
B 72 of 243 ~ 29.63'%

%50.62
%19.75
%29.63

CMYK color model

#7B3048 color CMYK value is (0,61,41,52).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 41.46%
  • key color value is 51.76%
CMYK: (0,61,41,52) C0M61Y41K52 (0%,61%,41%,52%) (0.00/0.61/0.41/0.52) 

CMYK percentages

%0
%60.98
%41.46
%51.76

Codes

Color #7B3048 in popluar color models

7B 30 48
RGB 123 48 72
HSL 341° 43.86% 33.53%
HSB/HSV 341° 60.98% 48.24%
CMYK 0.00% 60.98% 41.46%
51.76%

Color #7B3048 in popluar number systems.

HEX 7B 30 48
Decimal 123 48 72
Binary 1111011 110000 1001000
Octal 173 60 110

Shades and tints

Shades of #7B3048

#7B3048
(123,48,72)
#702C42
(112,44,66)
#65283C
(101,40,60)
#5A2436
(90,36,54)
#4F2030
(79,32,48)
#441C2A
(68,28,42)
#391824
(57,24,36)
#2E141E
(46,20,30)
#231018
(35,16,24)
#180C12
(24,12,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #7B3048

#7B3048
(123,48,72)
#874258
(135,66,88)
#935468
(147,84,104)
#9F6678
(159,102,120)
#AB7888
(171,120,136)
#B78A98
(183,138,152)
#C39CA8
(195,156,168)
#CFAEB8
(207,174,184)
#DBC0C8
(219,192,200)
#E7D2D8
(231,210,216)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3048 color. Also use rgb(123,48,72) instead hex code.

Text Font Color

.myTextColor { color: #7B3048; }

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

This text font color is #7B3048.

Background Color

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

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

This div background color is #7B3048.

Border color

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

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

This div border color is #7B3048.

Opacity

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

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

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

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

This text has shadow with #7B3048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3048.

Preview

Color preview on black background

This text has color #7B3048 on black background.


Color preview on white background

This text has color #7B3048 on white background.


Black color preview on #7B3048 background

This text has black color on #7B3048 background.


White color preview on #7B3048 background

This text has white color on #7B3048 background.


Related colors

Complementary color

Complementary color for #hex is #84CFB7.


I love getcolorcode.com

Triadic colors

1 #487B30 and #30487B with #7B3048 are triadic colors.

2 #48307B and #307B48 with #7B3048 are triadic colors.