COLOR #4B191C

HEX: #4B191C
RGB: (75,25,28)

Color info

#4B191C contains red, green and blue colors in about the same proportion. Web safe color of #4B191C is #330033 (or #303).

RGB color model

#4B191C color RGB value is (75,25,28).

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

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 28 of 255 = 11%

75
25
28

R + G + B ~ 17%. #4B191C is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 28 = 128 (100%)
R 75 of 128 ~ 58.59%
G 25 of 128 ~ 19.53%
B 28 of 128 ~ 21.88%

%58.59
%19.53
%21.88

CMYK color model

#4B191C color CMYK value is (0,67,63,71).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 62.67%
  • key color value is 70.59%
CMYK:
(0,67,63,71)
C0M67Y63K71 
(0%,67%,63%,71%)
(0.00/0.67/0.63/0.71)	

CMYK percentages

%0
%66.67
%62.67
%70.59

Codes

Color #4B191C in popluar color models

4B191C
RGB752528
HSL356°50.00%19.61%
HSB/HSV356°66.67%29.41%
CMYK0.00%66.67%62.67%
70.59%

Color #4B191C in popluar number systems.

HEX4B191C
Decimal752528
Binary10010111100111100
Octal1133134

Shades and tints

Shades of #4B191C

#4B191C
(75,25,28)
#45171A
(69,23,26)
#3F1518
(63,21,24)
#391316
(57,19,22)
#331114
(51,17,20)
#2D0F12
(45,15,18)
#270D10
(39,13,16)
#210B0E
(33,11,14)
#1B090C
(27,9,12)
#15070A
(21,7,10)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #4B191C

#4B191C
(75,25,28)
#5B2D30
(91,45,48)
#6B4144
(107,65,68)
#7B5558
(123,85,88)
#8B696C
(139,105,108)
#9B7D80
(155,125,128)
#AB9194
(171,145,148)
#BBA5A8
(187,165,168)
#CBB9BC
(203,185,188)
#DBCDD0
(219,205,208)
#EBE1E4
(235,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B191C; }

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

This text font color is #4B191C.


Background Color

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

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

This div background color is #4B191C.


Border color

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

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

This div border color is #4B191C.


Opacity

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

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

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

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

This text has shadow with #4B191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B191C on black background.


Color preview on white background

This text has color #4B191C on white background.



Black color preview on #4B191C background

This text has black color on #4B191C background.


White color preview on #4B191C background

This text has white color on #4B191C background.