COLOR #4B0D19

HEX: #4B0D19
RGB: (75,13,25)

Color info

#4B0D19 contains mainly red and blue colors. Web safe color of #4B0D19 is #330000 (or #300).

RGB color model

#4B0D19 color RGB value is (75,13,25).

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

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 25 of 255 = 10%

75
13
25

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

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 25 = 113 (100%)
R 75 of 113 ~ 66.37%
G 13 of 113 ~ 11.5%
B 25 of 113 ~ 22.12%

%66.37
%11.5
%22.12

CMYK color model

#4B0D19 color CMYK value is (0,83,67,71).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(0,83,67,71)
C0M83Y67K71 
(0%,83%,67%,71%)
(0.00/0.83/0.67/0.71)	

CMYK percentages

%0
%82.67
%66.67
%70.59

Codes

Color #4B0D19 in popluar color models

4B0D19
RGB751325
HSL348°70.45%17.25%
HSB/HSV348°82.67%29.41%
CMYK0.00%82.67%66.67%
70.59%

Color #4B0D19 in popluar number systems.

HEX4B0D19
Decimal751325
Binary1001011110111001
Octal1131531

Shades and tints

Shades of #4B0D19

#4B0D19
(75,13,25)
#450C17
(69,12,23)
#3F0B15
(63,11,21)
#390A13
(57,10,19)
#330911
(51,9,17)
#2D080F
(45,8,15)
#27070D
(39,7,13)
#21060B
(33,6,11)
#1B0509
(27,5,9)
#150407
(21,4,7)
#0F0305
(15,3,5)
#000000
(0,0,0)

Tints of #4B0D19

#4B0D19
(75,13,25)
#5B232D
(91,35,45)
#6B3941
(107,57,65)
#7B4F55
(123,79,85)
#8B6569
(139,101,105)
#9B7B7D
(155,123,125)
#AB9191
(171,145,145)
#BBA7A5
(187,167,165)
#CBBDB9
(203,189,185)
#DBD3CD
(219,211,205)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0D19; }

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

This text font color is #4B0D19.


Background Color

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

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

This div background color is #4B0D19.


Border color

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

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

This div border color is #4B0D19.


Opacity

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

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

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

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

This text has shadow with #4B0D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D19 on black background.


Color preview on white background

This text has color #4B0D19 on white background.



Black color preview on #4B0D19 background

This text has black color on #4B0D19 background.


White color preview on #4B0D19 background

This text has white color on #4B0D19 background.