COLOR #4B1E07

HEX: #4B1E07
RGB: (75,30,7)

Color info

#4B1E07 contains mainly red and green colors. Web safe color of #4B1E07 is #333300 (or #330).

RGB color model

#4B1E07 color RGB value is (75,30,7).

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

RGB channels and saturation

R 75 of 255 = 29%
G 30 of 255 = 12%
B 7 of 255 = 3%

75
30
7

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

Portions of RGB colors in percentages

R + G + B =
75 + 30 + 7 = 112 (100%)
R 75 of 112 ~ 66.96%
G 30 of 112 ~ 26.79%
B 7 of 112 ~ 6.25%

%66.96
%26.79

CMYK color model

#4B1E07 color CMYK value is (0,60,91,71).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 90.67%
  • key color value is 70.59%
CMYK:
(0,60,91,71)
C0M60Y91K71 
(0%,60%,91%,71%)
(0.00/0.60/0.91/0.71)	

CMYK percentages

%0
%60
%90.67
%70.59

Codes

Color #4B1E07 in popluar color models

4B1E07
RGB75307
HSL20°82.93%16.08%
HSB/HSV20°90.67%29.41%
CMYK0.00%60.00%90.67%
70.59%

Color #4B1E07 in popluar number systems.

HEX4B1E07
Decimal75307
Binary100101111110111
Octal113367

Shades and tints

Shades of #4B1E07

#4B1E07
(75,30,7)
#451C07
(69,28,7)
#3F1A07
(63,26,7)
#391807
(57,24,7)
#331607
(51,22,7)
#2D1407
(45,20,7)
#271207
(39,18,7)
#211007
(33,16,7)
#1B0E07
(27,14,7)
#150C07
(21,12,7)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B1E07

#4B1E07
(75,30,7)
#5B321D
(91,50,29)
#6B4633
(107,70,51)
#7B5A49
(123,90,73)
#8B6E5F
(139,110,95)
#9B8275
(155,130,117)
#AB968B
(171,150,139)
#BBAAA1
(187,170,161)
#CBBEB7
(203,190,183)
#DBD2CD
(219,210,205)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1E07; }

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

This text font color is #4B1E07.


Background Color

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

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

This div background color is #4B1E07.


Border color

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

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

This div border color is #4B1E07.


Opacity

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

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

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

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

This text has shadow with #4B1E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1E07 on black background.


Color preview on white background

This text has color #4B1E07 on white background.



Black color preview on #4B1E07 background

This text has black color on #4B1E07 background.


White color preview on #4B1E07 background

This text has white color on #4B1E07 background.