COLOR #4B0C19

HEX: #4B0C19
RGB: (75,12,25)

Color info

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

RGB color model

#4B0C19 color RGB value is (75,12,25).

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

RGB channels and saturation

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

75
12
25

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

Portions of RGB colors in percentages

R + G + B =
75 + 12 + 25 = 112 (100%)
R 75 of 112 ~ 66.96%
G 12 of 112 ~ 10.71%
B 25 of 112 ~ 22.32%

%66.96
%10.71
%22.32

CMYK color model

#4B0C19 color CMYK value is (0,84,67,71).

  • cyan value is 0.00%
  • magenta value is 84.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(0,84,67,71)
C0M84Y67K71 
(0%,84%,67%,71%)
(0.00/0.84/0.67/0.71)	

CMYK percentages

%0
%84
%66.67
%70.59

Codes

Color #4B0C19 in popluar color models

4B0C19
RGB751225
HSL348°72.41%17.06%
HSB/HSV348°84.00%29.41%
CMYK0.00%84.00%66.67%
70.59%

Color #4B0C19 in popluar number systems.

HEX4B0C19
Decimal751225
Binary1001011110011001
Octal1131431

Shades and tints

Shades of #4B0C19

#4B0C19
(75,12,25)
#450B17
(69,11,23)
#3F0A15
(63,10,21)
#390913
(57,9,19)
#330811
(51,8,17)
#2D070F
(45,7,15)
#27060D
(39,6,13)
#21050B
(33,5,11)
#1B0409
(27,4,9)
#150307
(21,3,7)
#0F0205
(15,2,5)
#000000
(0,0,0)

Tints of #4B0C19

#4B0C19
(75,12,25)
#5B222D
(91,34,45)
#6B3841
(107,56,65)
#7B4E55
(123,78,85)
#8B6469
(139,100,105)
#9B7A7D
(155,122,125)
#AB9091
(171,144,145)
#BBA6A5
(187,166,165)
#CBBCB9
(203,188,185)
#DBD2CD
(219,210,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0C19; }

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

This text font color is #4B0C19.


Background Color

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

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

This div background color is #4B0C19.


Border color

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

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

This div border color is #4B0C19.


Opacity

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

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

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

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

This text has shadow with #4B0C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0C19 on black background.


Color preview on white background

This text has color #4B0C19 on white background.



Black color preview on #4B0C19 background

This text has black color on #4B0C19 background.


White color preview on #4B0C19 background

This text has white color on #4B0C19 background.