COLOR #4B1518

HEX: #4B1518
RGB: (75,21,24)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
21
24

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

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 24 = 120 (100%)
R 75 of 120 ~ 62.5%
G 21 of 120 ~ 17.5%
B 24 of 120 ~ 20%

%62.5
%17.5
%20

CMYK color model

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

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

CMYK percentages

%0
%72
%68
%70.59

Codes

Color #4B1518 in popluar color models

4B1518
RGB752124
HSL357°56.25%18.82%
HSB/HSV357°72.00%29.41%
CMYK0.00%72.00%68.00%
70.59%

Color #4B1518 in popluar number systems.

HEX4B1518
Decimal752124
Binary10010111010111000
Octal1132530

Shades and tints

Shades of #4B1518

#4B1518
(75,21,24)
#451416
(69,20,22)
#3F1314
(63,19,20)
#391212
(57,18,18)
#331110
(51,17,16)
#2D100E
(45,16,14)
#270F0C
(39,15,12)
#210E0A
(33,14,10)
#1B0D08
(27,13,8)
#150C06
(21,12,6)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #4B1518

#4B1518
(75,21,24)
#5B2A2D
(91,42,45)
#6B3F42
(107,63,66)
#7B5457
(123,84,87)
#8B696C
(139,105,108)
#9B7E81
(155,126,129)
#AB9396
(171,147,150)
#BBA8AB
(187,168,171)
#CBBDC0
(203,189,192)
#DBD2D5
(219,210,213)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1518; }

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

This text font color is #4B1518.


Background Color

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

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

This div background color is #4B1518.


Border color

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

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

This div border color is #4B1518.


Opacity

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

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

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

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

This text has shadow with #4B1518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1518 on black background.


Color preview on white background

This text has color #4B1518 on white background.



Black color preview on #4B1518 background

This text has black color on #4B1518 background.


White color preview on #4B1518 background

This text has white color on #4B1518 background.