COLOR #4B0324

HEX: #4B0324
RGB: (75,3,36)

Color info

#4B0324 contains mainly red and blue colors. Web safe color of #4B0324 is #330033 (or #303).

RGB color model

#4B0324 color RGB value is (75,3,36).

  • red value is 75;
  • green value is 3;
  • blue value is 36.
RGB:
(75,3,36)
(29%,1%,14%)

RGB channels and saturation

R 75 of 255 = 29%
G 3 of 255 = 1%
B 36 of 255 = 14%

75
3
36

R + G + B ~ 15%. #4B0324 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 3 + 36 = 114 (100%)
R 75 of 114 ~ 65.79%
G 3 of 114 ~ 2.63%
B 36 of 114 ~ 31.58%

%65.79
%31.58

CMYK color model

#4B0324 color CMYK value is (0,96,52,71).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(0,96,52,71)
C0M96Y52K71 
(0%,96%,52%,71%)
(0.00/0.96/0.52/0.71)	

CMYK percentages

%0
%96
%52
%70.59

Codes

Color #4B0324 in popluar color models

4B0324
RGB75336
HSL333°92.31%15.29%
HSB/HSV333°96.00%29.41%
CMYK0.00%96.00%52.00%
70.59%

Color #4B0324 in popluar number systems.

HEX4B0324
Decimal75336
Binary100101111100100
Octal113344

Shades and tints

Shades of #4B0324

#4B0324
(75,3,36)
#450321
(69,3,33)
#3F031E
(63,3,30)
#39031B
(57,3,27)
#330318
(51,3,24)
#2D0315
(45,3,21)
#270312
(39,3,18)
#21030F
(33,3,15)
#1B030C
(27,3,12)
#150309
(21,3,9)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #4B0324

#4B0324
(75,3,36)
#5B1937
(91,25,55)
#6B2F4A
(107,47,74)
#7B455D
(123,69,93)
#8B5B70
(139,91,112)
#9B7183
(155,113,131)
#AB8796
(171,135,150)
#BB9DA9
(187,157,169)
#CBB3BC
(203,179,188)
#DBC9CF
(219,201,207)
#EBDFE2
(235,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0324 color. Also use rgb(75,3,36) instead hex code.

Text Font Color

.myTextColor { color: #4B0324; }

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

This text font color is #4B0324.


Background Color

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

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

This div background color is #4B0324.


Border color

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

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

This div border color is #4B0324.


Opacity

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

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

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

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

This text has shadow with #4B0324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0324 on black background.


Color preview on white background

This text has color #4B0324 on white background.



Black color preview on #4B0324 background

This text has black color on #4B0324 background.


White color preview on #4B0324 background

This text has white color on #4B0324 background.