COLOR #4B1419

HEX: #4B1419
RGB: (75,20,25)

Color info

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

RGB color model

#4B1419 color RGB value is (75,20,25).

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

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 25 of 255 = 10%

75
20
25

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

Portions of RGB colors in percentages

R + G + B =
75 + 20 + 25 = 120 (100%)
R 75 of 120 ~ 62.5%
G 20 of 120 ~ 16.67%
B 25 of 120 ~ 20.83%

%62.5
%16.67
%20.83

CMYK color model

#4B1419 color CMYK value is (0,73,67,71).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(0,73,67,71)
C0M73Y67K71 
(0%,73%,67%,71%)
(0.00/0.73/0.67/0.71)	

CMYK percentages

%0
%73.33
%66.67
%70.59

Codes

Color #4B1419 in popluar color models

4B1419
RGB752025
HSL355°57.89%18.63%
HSB/HSV355°73.33%29.41%
CMYK0.00%73.33%66.67%
70.59%

Color #4B1419 in popluar number systems.

HEX4B1419
Decimal752025
Binary10010111010011001
Octal1132431

Shades and tints

Shades of #4B1419

#4B1419
(75,20,25)
#451317
(69,19,23)
#3F1215
(63,18,21)
#391113
(57,17,19)
#331011
(51,16,17)
#2D0F0F
(45,15,15)
#270E0D
(39,14,13)
#210D0B
(33,13,11)
#1B0C09
(27,12,9)
#150B07
(21,11,7)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #4B1419

#4B1419
(75,20,25)
#5B292D
(91,41,45)
#6B3E41
(107,62,65)
#7B5355
(123,83,85)
#8B6869
(139,104,105)
#9B7D7D
(155,125,125)
#AB9291
(171,146,145)
#BBA7A5
(187,167,165)
#CBBCB9
(203,188,185)
#DBD1CD
(219,209,205)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1419; }

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

This text font color is #4B1419.


Background Color

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

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

This div background color is #4B1419.


Border color

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

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

This div border color is #4B1419.


Opacity

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

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

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

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

This text has shadow with #4B1419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1419 on black background.


Color preview on white background

This text has color #4B1419 on white background.



Black color preview on #4B1419 background

This text has black color on #4B1419 background.


White color preview on #4B1419 background

This text has white color on #4B1419 background.