COLOR #4B1525

HEX: #4B1525 RGB: (75,21,37)

Color info

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

RGB color model

#4B1525 color RGB value is (75,21,37).

RGB: (75,21,37) (29%, 8%, 15%)

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 37 of 255 = 15%

75
21
37

R + G + B ~ 17%. #4B1525 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 21 + 37 = 133 (100%)
R 75 of 133 ~ 56.39%
G 21 of 133 ~ 15.79%
B 37 of 133 ~ 27.82'%

%56.39
%15.79
%27.82

CMYK color model

#4B1525 color CMYK value is (0,72,51,71).

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

CMYK: (0,72,51,71)
C0M72Y51K71 (0%, 72%, 51%, 71%)
(0.00 / 0.72 / 0.51 / 0.71)

CMYK percentages

%0
%72
%50.67
%70.59

Codes

Color #4B1525 in popluar color models

4B 15 25
RGB 75 21 37
HSL 342° 56.25% 18.82%
HSB/HSV 342° 72.00% 29.41%
CMYK 0.00% 72.00% 50.67%
70.59%

Color #4B1525 in popluar number systems.

HEX 4B 15 25
Decimal 75 21 37
Binary 1001011 10101 100101
Octal 113 25 45

Shades and tints

Shades of #4B1525

#4B1525
(75,21,37)
#451422
(69,20,34)
#3F131F
(63,19,31)
#39121C
(57,18,28)
#331119
(51,17,25)
#2D1016
(45,16,22)
#270F13
(39,15,19)
#210E10
(33,14,16)
#1B0D0D
(27,13,13)
#150C0A
(21,12,10)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B1525

#4B1525
(75,21,37)
#5B2A38
(91,42,56)
#6B3F4B
(107,63,75)
#7B545E
(123,84,94)
#8B6971
(139,105,113)
#9B7E84
(155,126,132)
#AB9397
(171,147,151)
#BBA8AA
(187,168,170)
#CBBDBD
(203,189,189)
#DBD2D0
(219,210,208)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1525; }

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

This text font color is #4B1525.

Background Color

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

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

This div background color is #4B1525.

Border color

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

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

This div border color is #4B1525.

Opacity

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

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

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

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

This text has shadow with #4B1525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1525.

Preview

Color preview on black background

This text has color #4B1525 on black background.


Color preview on white background

This text has color #4B1525 on white background.


Black color preview on #4B1525 background

This text has black color on #4B1525 background.


White color preview on #4B1525 background

This text has white color on #4B1525 background.


Related colors

Complementary color

Complementary color for #hex is #B4EADA.


I love getcolorcode.com

Triadic colors

1 #254B15 and #15254B with #4B1525 are triadic colors.

2 #25154B and #154B25 with #4B1525 are triadic colors.