COLOR #4B1918

HEX: #4B1918
RGB: (75,25,24)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
25
24

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

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 24 = 124 (100%)
R 75 of 124 ~ 60.48%
G 25 of 124 ~ 20.16%
B 24 of 124 ~ 19.35%

%60.48
%20.16
%19.35

CMYK color model

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

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

CMYK percentages

%0
%66.67
%68
%70.59

Codes

Color #4B1918 in popluar color models

4B1918
RGB752524
HSL51.52%19.41%
HSB/HSV68.00%29.41%
CMYK0.00%66.67%68.00%
70.59%

Color #4B1918 in popluar number systems.

HEX4B1918
Decimal752524
Binary10010111100111000
Octal1133130

Shades and tints

Shades of #4B1918

#4B1918
(75,25,24)
#451716
(69,23,22)
#3F1514
(63,21,20)
#391312
(57,19,18)
#331110
(51,17,16)
#2D0F0E
(45,15,14)
#270D0C
(39,13,12)
#210B0A
(33,11,10)
#1B0908
(27,9,8)
#150706
(21,7,6)
#0F0504
(15,5,4)
#000000
(0,0,0)

Tints of #4B1918

#4B1918
(75,25,24)
#5B2D2D
(91,45,45)
#6B4142
(107,65,66)
#7B5557
(123,85,87)
#8B696C
(139,105,108)
#9B7D81
(155,125,129)
#AB9196
(171,145,150)
#BBA5AB
(187,165,171)
#CBB9C0
(203,185,192)
#DBCDD5
(219,205,213)
#EBE1EA
(235,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1918; }

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

This text font color is #4B1918.


Background Color

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

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

This div background color is #4B1918.


Border color

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

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

This div border color is #4B1918.


Opacity

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

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

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

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

This text has shadow with #4B1918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1918 on black background.


Color preview on white background

This text has color #4B1918 on white background.



Black color preview on #4B1918 background

This text has black color on #4B1918 background.


White color preview on #4B1918 background

This text has white color on #4B1918 background.