COLOR #4B2749

HEX: #4B2749
RGB: (75,39,73)

Color info

#4B2749 contains red, green and blue colors in about the same proportion. Web safe color of #4B2749 is #333333 (or #333).

RGB color model

#4B2749 color RGB value is (75,39,73).

  • red value is 75;
  • green value is 39;
  • blue value is 73.
RGB:
(75,39,73)
(29%,15%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 39 of 255 = 15%
B 73 of 255 = 29%

75
39
73

R + G + B ~ 24%. #4B2749 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 39 + 73 = 187 (100%)
R 75 of 187 ~ 40.11%
G 39 of 187 ~ 20.86%
B 73 of 187 ~ 39.04%

%40.11
%20.86
%39.04

CMYK color model

#4B2749 color CMYK value is (0,48,3,71).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,48,3,71)
C0M48Y3K71 
(0%,48%,3%,71%)
(0.00/0.48/0.03/0.71)	

CMYK percentages

%0
%48
%2.67
%70.59

Codes

Color #4B2749 in popluar color models

4B2749
RGB753973
HSL303°31.58%22.35%
HSB/HSV303°48.00%29.41%
CMYK0.00%48.00%2.67%
70.59%

Color #4B2749 in popluar number systems.

HEX4B2749
Decimal753973
Binary10010111001111001001
Octal11347111

Shades and tints

Shades of #4B2749

#4B2749
(75,39,73)
#452443
(69,36,67)
#3F213D
(63,33,61)
#391E37
(57,30,55)
#331B31
(51,27,49)
#2D182B
(45,24,43)
#271525
(39,21,37)
#21121F
(33,18,31)
#1B0F19
(27,15,25)
#150C13
(21,12,19)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #4B2749

#4B2749
(75,39,73)
#5B3A59
(91,58,89)
#6B4D69
(107,77,105)
#7B6079
(123,96,121)
#8B7389
(139,115,137)
#9B8699
(155,134,153)
#AB99A9
(171,153,169)
#BBACB9
(187,172,185)
#CBBFC9
(203,191,201)
#DBD2D9
(219,210,217)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2749 color. Also use rgb(75,39,73) instead hex code.

Text Font Color

.myTextColor { color: #4B2749; }

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

This text font color is #4B2749.


Background Color

.myBgColor { background-color: #4B2749; }

<div style="background-color:#4B2749">Inner text</div>

This div background color is #4B2749.


Border color

.myBorderColor { border: 1px solid #4B2749; }

<div style="border:3px solid #4B2749">Div</div>

This div border color is #4B2749.


Opacity

.myOpacity80 { color: #4B2749; opacity: 0.8; }

<p style="color:#4B2749;opacity:0.8;">80%</p>

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

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

This text has shadow with #4B2749 color.

.textShadow {text-shadow: 3px 3px 1px #4B2749, 3px 3px 1px red;}

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

This text has shadow with #4B2749 primary color and red secondary color.


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

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

This text has shadow with #4B2749 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2749 on black background.


Color preview on white background

This text has color #4B2749 on white background.



Black color preview on #4B2749 background

This text has black color on #4B2749 background.


White color preview on #4B2749 background

This text has white color on #4B2749 background.