COLOR #4B0E36

HEX: #4B0E36
RGB: (75,14,54)

Color info

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

RGB color model

#4B0E36 color RGB value is (75,14,54).

  • red value is 75;
  • green value is 14;
  • blue value is 54.
RGB:
(75,14,54)
(29%,5%,21%)

RGB channels and saturation

R 75 of 255 = 29%
G 14 of 255 = 5%
B 54 of 255 = 21%

75
14
54

R + G + B ~ 18%. #4B0E36 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 14 + 54 = 143 (100%)
R 75 of 143 ~ 52.45%
G 14 of 143 ~ 9.79%
B 54 of 143 ~ 37.76%

%52.45
%9.79
%37.76

CMYK color model

#4B0E36 color CMYK value is (0,81,28,71).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 28.00%
  • key color value is 70.59%
CMYK:
(0,81,28,71)
C0M81Y28K71 
(0%,81%,28%,71%)
(0.00/0.81/0.28/0.71)	

CMYK percentages

%0
%81.33
%28
%70.59

Codes

Color #4B0E36 in popluar color models

4B0E36
RGB751454
HSL321°68.54%17.45%
HSB/HSV321°81.33%29.41%
CMYK0.00%81.33%28.00%
70.59%

Color #4B0E36 in popluar number systems.

HEX4B0E36
Decimal751454
Binary10010111110110110
Octal1131666

Shades and tints

Shades of #4B0E36

#4B0E36
(75,14,54)
#450D32
(69,13,50)
#3F0C2E
(63,12,46)
#390B2A
(57,11,42)
#330A26
(51,10,38)
#2D0922
(45,9,34)
#27081E
(39,8,30)
#21071A
(33,7,26)
#1B0616
(27,6,22)
#150512
(21,5,18)
#0F040E
(15,4,14)
#000000
(0,0,0)

Tints of #4B0E36

#4B0E36
(75,14,54)
#5B2348
(91,35,72)
#6B385A
(107,56,90)
#7B4D6C
(123,77,108)
#8B627E
(139,98,126)
#9B7790
(155,119,144)
#AB8CA2
(171,140,162)
#BBA1B4
(187,161,180)
#CBB6C6
(203,182,198)
#DBCBD8
(219,203,216)
#EBE0EA
(235,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0E36 color. Also use rgb(75,14,54) instead hex code.

Text Font Color

.myTextColor { color: #4B0E36; }

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

This text font color is #4B0E36.


Background Color

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

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

This div background color is #4B0E36.


Border color

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

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

This div border color is #4B0E36.


Opacity

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

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

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

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

This text has shadow with #4B0E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0E36 on black background.


Color preview on white background

This text has color #4B0E36 on white background.



Black color preview on #4B0E36 background

This text has black color on #4B0E36 background.


White color preview on #4B0E36 background

This text has white color on #4B0E36 background.