COLOR #4B012A

HEX: #4B012A
RGB: (75,1,42)

Color info

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

RGB color model

#4B012A color RGB value is (75,1,42).

  • red value is 75;
  • green value is 1;
  • blue value is 42.
RGB:
(75,1,42)
(29%,0%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 1 of 255 = 0%
B 42 of 255 = 16%

75
1
42

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

Portions of RGB colors in percentages

R + G + B =
75 + 1 + 42 = 118 (100%)
R 75 of 118 ~ 63.56%
G 1 of 118 ~ 0.85%
B 42 of 118 ~ 35.59%

%63.56
%35.59

CMYK color model

#4B012A color CMYK value is (0,99,44,71).

  • cyan value is 0.00%
  • magenta value is 98.67%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,99,44,71)
C0M99Y44K71 
(0%,99%,44%,71%)
(0.00/0.99/0.44/0.71)	

CMYK percentages

%0
%98.67
%44
%70.59

Codes

Color #4B012A in popluar color models

4B012A
RGB75142
HSL327°97.37%14.90%
HSB/HSV327°98.67%29.41%
CMYK0.00%98.67%44.00%
70.59%

Color #4B012A in popluar number systems.

HEX4B012A
Decimal75142
Binary10010111101010
Octal113152

Shades and tints

Shades of #4B012A

#4B012A
(75,1,42)
#450127
(69,1,39)
#3F0124
(63,1,36)
#390121
(57,1,33)
#33011E
(51,1,30)
#2D011B
(45,1,27)
#270118
(39,1,24)
#210115
(33,1,21)
#1B0112
(27,1,18)
#15010F
(21,1,15)
#0F010C
(15,1,12)
#000000
(0,0,0)

Tints of #4B012A

#4B012A
(75,1,42)
#5B183D
(91,24,61)
#6B2F50
(107,47,80)
#7B4663
(123,70,99)
#8B5D76
(139,93,118)
#9B7489
(155,116,137)
#AB8B9C
(171,139,156)
#BBA2AF
(187,162,175)
#CBB9C2
(203,185,194)
#DBD0D5
(219,208,213)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B012A color. Also use rgb(75,1,42) instead hex code.

Text Font Color

.myTextColor { color: #4B012A; }

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

This text font color is #4B012A.


Background Color

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

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

This div background color is #4B012A.


Border color

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

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

This div border color is #4B012A.


Opacity

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

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

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

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

This text has shadow with #4B012A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B012A on black background.


Color preview on white background

This text has color #4B012A on white background.



Black color preview on #4B012A background

This text has black color on #4B012A background.


White color preview on #4B012A background

This text has white color on #4B012A background.