COLOR #4B1752

HEX: #4B1752 RGB: (75,23,82)

Color info

#4B1752 contains red, green and blue colors in about the same proportion. Web safe color of #4B1752 is #330066 (or #306).

RGB color model

#4B1752 color RGB value is (75,23,82).

RGB: (75,23,82) (29%, 9%, 32%)

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 82 of 255 = 32%

75
23
82

R + G + B ~ 23%. #4B1752 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 23 + 82 = 180 (100%)
R 75 of 180 ~ 41.67%
G 23 of 180 ~ 12.78%
B 82 of 180 ~ 45.56'%

%41.67
%12.78
%45.56

CMYK color model

#4B1752 color CMYK value is (9,72,0,68).

  • cyan value is 8.54%
  • magenta value is 71.95%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (9,72,0,68)
C9M72Y0K68 (9%, 72%, 0%, 68%)
(0.09 / 0.72 / 0.00 / 0.68)

CMYK percentages

%8.54
%71.95
%0
%67.84

Codes

Color #4B1752 in popluar color models

4B 17 52
RGB 75 23 82
HSL 293° 56.19% 20.59%
HSB/HSV 293° 71.95% 32.16%
CMYK 8.54% 71.95% 0.00%
67.84%

Color #4B1752 in popluar number systems.

HEX 4B 17 52
Decimal 75 23 82
Binary 1001011 10111 1010010
Octal 113 27 122

Shades and tints

Shades of #4B1752

#4B1752
(75,23,82)
#45154B
(69,21,75)
#3F1344
(63,19,68)
#39113D
(57,17,61)
#330F36
(51,15,54)
#2D0D2F
(45,13,47)
#270B28
(39,11,40)
#210921
(33,9,33)
#1B071A
(27,7,26)
#150513
(21,5,19)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #4B1752

#4B1752
(75,23,82)
#5B2C61
(91,44,97)
#6B4170
(107,65,112)
#7B567F
(123,86,127)
#8B6B8E
(139,107,142)
#9B809D
(155,128,157)
#AB95AC
(171,149,172)
#BBAABB
(187,170,187)
#CBBFCA
(203,191,202)
#DBD4D9
(219,212,217)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1752 color. Also use rgb(75,23,82) instead hex code.

Text Font Color

.myTextColor { color: #4B1752; }

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

This text font color is #4B1752.

Background Color

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

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

This div background color is #4B1752.

Border color

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

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

This div border color is #4B1752.

Opacity

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

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

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

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

This text has shadow with #4B1752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1752.

Preview

Color preview on black background

This text has color #4B1752 on black background.


Color preview on white background

This text has color #4B1752 on white background.


Black color preview on #4B1752 background

This text has black color on #4B1752 background.


White color preview on #4B1752 background

This text has white color on #4B1752 background.


Related colors

Complementary color

Complementary color for #hex is #B4E8AD.


I love getcolorcode.com

Triadic colors

1 #524B17 and #17524B with #4B1752 are triadic colors.

2 #52174B and #174B52 with #4B1752 are triadic colors.