COLOR #4B1530

HEX: #4B1530 RGB: (75,21,48)

Color info

#4B1530 contains red, green and blue colors in about the same proportion. Web safe color of #4B1530 is #330033 (or #303).

RGB color model

#4B1530 color RGB value is (75,21,48).

RGB: (75,21,48) (29%, 8%, 19%)

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 48 of 255 = 19%

75
21
48

R + G + B ~ 19%. #4B1530 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 21 + 48 = 144 (100%)
R 75 of 144 ~ 52.08%
G 21 of 144 ~ 14.58%
B 48 of 144 ~ 33.33'%

%52.08
%14.58
%33.33

CMYK color model

#4B1530 color CMYK value is (0,72,36,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 36.00%
  • key color value is 70.59%

CMYK: (0,72,36,71)
C0M72Y36K71 (0%, 72%, 36%, 71%)
(0.00 / 0.72 / 0.36 / 0.71)

CMYK percentages

%0
%72
%36
%70.59

Codes

Color #4B1530 in popluar color models

4B 15 30
RGB 75 21 48
HSL 330° 56.25% 18.82%
HSB/HSV 330° 72.00% 29.41%
CMYK 0.00% 72.00% 36.00%
70.59%

Color #4B1530 in popluar number systems.

HEX 4B 15 30
Decimal 75 21 48
Binary 1001011 10101 110000
Octal 113 25 60

Shades and tints

Shades of #4B1530

#4B1530
(75,21,48)
#45142C
(69,20,44)
#3F1328
(63,19,40)
#391224
(57,18,36)
#331120
(51,17,32)
#2D101C
(45,16,28)
#270F18
(39,15,24)
#210E14
(33,14,20)
#1B0D10
(27,13,16)
#150C0C
(21,12,12)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #4B1530

#4B1530
(75,21,48)
#5B2A42
(91,42,66)
#6B3F54
(107,63,84)
#7B5466
(123,84,102)
#8B6978
(139,105,120)
#9B7E8A
(155,126,138)
#AB939C
(171,147,156)
#BBA8AE
(187,168,174)
#CBBDC0
(203,189,192)
#DBD2D2
(219,210,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1530 color. Also use rgb(75,21,48) instead hex code.

Text Font Color

.myTextColor { color: #4B1530; }

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

This text font color is #4B1530.

Background Color

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

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

This div background color is #4B1530.

Border color

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

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

This div border color is #4B1530.

Opacity

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

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

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

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

This text has shadow with #4B1530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1530.

Preview

Color preview on black background

This text has color #4B1530 on black background.


Color preview on white background

This text has color #4B1530 on white background.


Black color preview on #4B1530 background

This text has black color on #4B1530 background.


White color preview on #4B1530 background

This text has white color on #4B1530 background.


Related colors

Complementary color

Complementary color for #hex is #B4EACF.


I love getcolorcode.com

Triadic colors

1 #304B15 and #15304B with #4B1530 are triadic colors.

2 #30154B and #154B30 with #4B1530 are triadic colors.