COLOR #4B190C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
25
12

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

Portions of RGB colors in percentages

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

%66.96
%22.32
%10.71

CMYK color model

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

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

CMYK percentages

%0
%66.67
%84
%70.59

Codes

Color #4B190C in popluar color models

4B190C
RGB752512
HSL12°72.41%17.06%
HSB/HSV12°84.00%29.41%
CMYK0.00%66.67%84.00%
70.59%

Color #4B190C in popluar number systems.

HEX4B190C
Decimal752512
Binary1001011110011100
Octal1133114

Shades and tints

Shades of #4B190C

#4B190C
(75,25,12)
#45170B
(69,23,11)
#3F150A
(63,21,10)
#391309
(57,19,9)
#331108
(51,17,8)
#2D0F07
(45,15,7)
#270D06
(39,13,6)
#210B05
(33,11,5)
#1B0904
(27,9,4)
#150703
(21,7,3)
#0F0502
(15,5,2)
#000000
(0,0,0)

Tints of #4B190C

#4B190C
(75,25,12)
#5B2D22
(91,45,34)
#6B4138
(107,65,56)
#7B554E
(123,85,78)
#8B6964
(139,105,100)
#9B7D7A
(155,125,122)
#AB9190
(171,145,144)
#BBA5A6
(187,165,166)
#CBB9BC
(203,185,188)
#DBCDD2
(219,205,210)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B190C; }

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

This text font color is #4B190C.


Background Color

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

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

This div background color is #4B190C.


Border color

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

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

This div border color is #4B190C.


Opacity

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

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

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

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

This text has shadow with #4B190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B190C on black background.


Color preview on white background

This text has color #4B190C on white background.



Black color preview on #4B190C background

This text has black color on #4B190C background.


White color preview on #4B190C background

This text has white color on #4B190C background.