COLOR #4B1000

HEX: #4B1000
RGB: (75,16,0)

Color info

#4B1000 contains only red and green colors. Web safe color of #4B1000 is #330000 (or #300).

RGB color model

#4B1000 color RGB value is (75,16,0).

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

RGB channels and saturation

R 75 of 255 = 29%
G 16 of 255 = 6%
B 0 of 255 = 0%

75
16
0

R + G + B ~ 12%. #4B1000 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 16 + 0 = 91 (100%)
R 75 of 91 ~ 82.42%
G 16 of 91 ~ 17.58%
B 0 of 91 ~ 0%

%82.42
%17.58

CMYK color model

#4B1000 color CMYK value is (0,79,100,71).

  • cyan value is 0.00%
  • magenta value is 78.67%
  • yellow value is 100.00%
  • key color value is 70.59%
CMYK:
(0,79,100,71)
C0M79Y100K71 
(0%,79%,100%,71%)
(0.00/0.79/1.00/0.71)	

CMYK percentages

%0
%78.67
%100
%70.59

Codes

Color #4B1000 in popluar color models

4B1000
RGB75160
HSL13°100.00%14.71%
HSB/HSV13°100.00%29.41%
CMYK0.00%78.67%100.00%
70.59%

Color #4B1000 in popluar number systems.

HEX4B1000
Decimal75160
Binary1001011100000
Octal113200

Shades and tints

Shades of #4B1000

#4B1000
(75,16,0)
#450F00
(69,15,0)
#3F0E00
(63,14,0)
#390D00
(57,13,0)
#330C00
(51,12,0)
#2D0B00
(45,11,0)
#270A00
(39,10,0)
#210900
(33,9,0)
#1B0800
(27,8,0)
#150700
(21,7,0)
#0F0600
(15,6,0)
#000000
(0,0,0)

Tints of #4B1000

#4B1000
(75,16,0)
#5B2517
(91,37,23)
#6B3A2E
(107,58,46)
#7B4F45
(123,79,69)
#8B645C
(139,100,92)
#9B7973
(155,121,115)
#AB8E8A
(171,142,138)
#BBA3A1
(187,163,161)
#CBB8B8
(203,184,184)
#DBCDCF
(219,205,207)
#EBE2E6
(235,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1000 color. Also use rgb(75,16,0) instead hex code.

Text Font Color

.myTextColor { color: #4B1000; }

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

This text font color is #4B1000.


Background Color

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

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

This div background color is #4B1000.


Border color

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

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

This div border color is #4B1000.


Opacity

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

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

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

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

This text has shadow with #4B1000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1000 on black background.


Color preview on white background

This text has color #4B1000 on white background.



Black color preview on #4B1000 background

This text has black color on #4B1000 background.


White color preview on #4B1000 background

This text has white color on #4B1000 background.