COLOR #4B010A

HEX: #4B010A
RGB: (75,1,10)

Color info

#4B010A contains mainly red color. Web safe color of #4B010A is #330000 (or #300).

RGB color model

#4B010A color RGB value is (75,1,10).

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

RGB channels and saturation

R 75 of 255 = 29%
G 1 of 255 = 0%
B 10 of 255 = 4%

75
1
10

R + G + B ~ 11%. #4B010A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 1 + 10 = 86 (100%)
R 75 of 86 ~ 87.21%
G 1 of 86 ~ 1.16%
B 10 of 86 ~ 11.63%

%87.21
%11.63

CMYK color model

#4B010A color CMYK value is (0,99,87,71).

  • cyan value is 0.00%
  • magenta value is 98.67%
  • yellow value is 86.67%
  • key color value is 70.59%
CMYK:
(0,99,87,71)
C0M99Y87K71 
(0%,99%,87%,71%)
(0.00/0.99/0.87/0.71)	

CMYK percentages

%0
%98.67
%86.67
%70.59

Codes

Color #4B010A in popluar color models

4B010A
RGB75110
HSL353°97.37%14.90%
HSB/HSV353°98.67%29.41%
CMYK0.00%98.67%86.67%
70.59%

Color #4B010A in popluar number systems.

HEX4B010A
Decimal75110
Binary100101111010
Octal113112

Shades and tints

Shades of #4B010A

#4B010A
(75,1,10)
#45010A
(69,1,10)
#3F010A
(63,1,10)
#39010A
(57,1,10)
#33010A
(51,1,10)
#2D010A
(45,1,10)
#27010A
(39,1,10)
#21010A
(33,1,10)
#1B010A
(27,1,10)
#15010A
(21,1,10)
#0F010A
(15,1,10)
#000000
(0,0,0)

Tints of #4B010A

#4B010A
(75,1,10)
#5B1820
(91,24,32)
#6B2F36
(107,47,54)
#7B464C
(123,70,76)
#8B5D62
(139,93,98)
#9B7478
(155,116,120)
#AB8B8E
(171,139,142)
#BBA2A4
(187,162,164)
#CBB9BA
(203,185,186)
#DBD0D0
(219,208,208)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B010A; }

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

This text font color is #4B010A.


Background Color

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

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

This div background color is #4B010A.


Border color

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

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

This div border color is #4B010A.


Opacity

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

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

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

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

This text has shadow with #4B010A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B010A on black background.


Color preview on white background

This text has color #4B010A on white background.



Black color preview on #4B010A background

This text has black color on #4B010A background.


White color preview on #4B010A background

This text has white color on #4B010A background.