COLOR #4B071A

HEX: #4B071A
RGB: (75,7,26)

Color info

#4B071A contains mainly red and blue colors. Web safe color of #4B071A is #330000 (or #300).

RGB color model

#4B071A color RGB value is (75,7,26).

  • red value is 75;
  • green value is 7;
  • blue value is 26.
RGB:
(75,7,26)
(29%,3%,10%)

RGB channels and saturation

R 75 of 255 = 29%
G 7 of 255 = 3%
B 26 of 255 = 10%

75
7
26

R + G + B ~ 14%. #4B071A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 7 + 26 = 108 (100%)
R 75 of 108 ~ 69.44%
G 7 of 108 ~ 6.48%
B 26 of 108 ~ 24.07%

%69.44
%24.07

CMYK color model

#4B071A color CMYK value is (0,91,65,71).

  • cyan value is 0.00%
  • magenta value is 90.67%
  • yellow value is 65.33%
  • key color value is 70.59%
CMYK:
(0,91,65,71)
C0M91Y65K71 
(0%,91%,65%,71%)
(0.00/0.91/0.65/0.71)	

CMYK percentages

%0
%90.67
%65.33
%70.59

Codes

Color #4B071A in popluar color models

4B071A
RGB75726
HSL343°82.93%16.08%
HSB/HSV343°90.67%29.41%
CMYK0.00%90.67%65.33%
70.59%

Color #4B071A in popluar number systems.

HEX4B071A
Decimal75726
Binary100101111111010
Octal113732

Shades and tints

Shades of #4B071A

#4B071A
(75,7,26)
#450718
(69,7,24)
#3F0716
(63,7,22)
#390714
(57,7,20)
#330712
(51,7,18)
#2D0710
(45,7,16)
#27070E
(39,7,14)
#21070C
(33,7,12)
#1B070A
(27,7,10)
#150708
(21,7,8)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #4B071A

#4B071A
(75,7,26)
#5B1D2E
(91,29,46)
#6B3342
(107,51,66)
#7B4956
(123,73,86)
#8B5F6A
(139,95,106)
#9B757E
(155,117,126)
#AB8B92
(171,139,146)
#BBA1A6
(187,161,166)
#CBB7BA
(203,183,186)
#DBCDCE
(219,205,206)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B071A color. Also use rgb(75,7,26) instead hex code.

Text Font Color

.myTextColor { color: #4B071A; }

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

This text font color is #4B071A.


Background Color

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

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

This div background color is #4B071A.


Border color

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

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

This div border color is #4B071A.


Opacity

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

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

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

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

This text has shadow with #4B071A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B071A on black background.


Color preview on white background

This text has color #4B071A on white background.



Black color preview on #4B071A background

This text has black color on #4B071A background.


White color preview on #4B071A background

This text has white color on #4B071A background.