COLOR #4B1818

HEX: #4B1818
RGB: (75,24,24)

Color info

#4B1818 contains red, green and blue colors in about the same proportion. Web safe color of #4B1818 is #330000 (or #300).

RGB color model

#4B1818 color RGB value is (75,24,24).

  • red value is 75;
  • green value is 24;
  • blue value is 24.
RGB:
(75,24,24)
(29%,9%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 24 of 255 = 9%
B 24 of 255 = 9%

75
24
24

R + G + B ~ 16%. #4B1818 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 24 + 24 = 123 (100%)
R 75 of 123 ~ 60.98%
G 24 of 123 ~ 19.51%
B 24 of 123 ~ 19.51%

%60.98
%19.51
%19.51

CMYK color model

#4B1818 color CMYK value is (0,68,68,71).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 68.00%
  • key color value is 70.59%
CMYK:
(0,68,68,71)
C0M68Y68K71 
(0%,68%,68%,71%)
(0.00/0.68/0.68/0.71)	

CMYK percentages

%0
%68
%68
%70.59

Codes

Color #4B1818 in popluar color models

4B1818
RGB752424
HSL51.52%19.41%
HSB/HSV68.00%29.41%
CMYK0.00%68.00%68.00%
70.59%

Color #4B1818 in popluar number systems.

HEX4B1818
Decimal752424
Binary10010111100011000
Octal1133030

Shades and tints

Shades of #4B1818

#4B1818
(75,24,24)
#451616
(69,22,22)
#3F1414
(63,20,20)
#391212
(57,18,18)
#331010
(51,16,16)
#2D0E0E
(45,14,14)
#270C0C
(39,12,12)
#210A0A
(33,10,10)
#1B0808
(27,8,8)
#150606
(21,6,6)
#0F0404
(15,4,4)
#000000
(0,0,0)

Tints of #4B1818

#4B1818
(75,24,24)
#5B2D2D
(91,45,45)
#6B4242
(107,66,66)
#7B5757
(123,87,87)
#8B6C6C
(139,108,108)
#9B8181
(155,129,129)
#AB9696
(171,150,150)
#BBABAB
(187,171,171)
#CBC0C0
(203,192,192)
#DBD5D5
(219,213,213)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1818; }

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

This text font color is #4B1818.


Background Color

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

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

This div background color is #4B1818.


Border color

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

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

This div border color is #4B1818.


Opacity

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

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

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

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

This text has shadow with #4B1818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1818 on black background.


Color preview on white background

This text has color #4B1818 on white background.



Black color preview on #4B1818 background

This text has black color on #4B1818 background.


White color preview on #4B1818 background

This text has white color on #4B1818 background.