COLOR #4B192A

HEX: #4B192A
RGB: (75,25,42)

Color info

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

RGB color model

#4B192A color RGB value is (75,25,42).

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

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 42 of 255 = 16%

75
25
42

R + G + B ~ 18%. #4B192A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 42 = 142 (100%)
R 75 of 142 ~ 52.82%
G 25 of 142 ~ 17.61%
B 42 of 142 ~ 29.58%

%52.82
%17.61
%29.58

CMYK color model

#4B192A color CMYK value is (0,67,44,71).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,67,44,71)
C0M67Y44K71 
(0%,67%,44%,71%)
(0.00/0.67/0.44/0.71)	

CMYK percentages

%0
%66.67
%44
%70.59

Codes

Color #4B192A in popluar color models

4B192A
RGB752542
HSL340°50.00%19.61%
HSB/HSV340°66.67%29.41%
CMYK0.00%66.67%44.00%
70.59%

Color #4B192A in popluar number systems.

HEX4B192A
Decimal752542
Binary100101111001101010
Octal1133152

Shades and tints

Shades of #4B192A

#4B192A
(75,25,42)
#451727
(69,23,39)
#3F1524
(63,21,36)
#391321
(57,19,33)
#33111E
(51,17,30)
#2D0F1B
(45,15,27)
#270D18
(39,13,24)
#210B15
(33,11,21)
#1B0912
(27,9,18)
#15070F
(21,7,15)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #4B192A

#4B192A
(75,25,42)
#5B2D3D
(91,45,61)
#6B4150
(107,65,80)
#7B5563
(123,85,99)
#8B6976
(139,105,118)
#9B7D89
(155,125,137)
#AB919C
(171,145,156)
#BBA5AF
(187,165,175)
#CBB9C2
(203,185,194)
#DBCDD5
(219,205,213)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B192A; }

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

This text font color is #4B192A.


Background Color

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

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

This div background color is #4B192A.


Border color

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

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

This div border color is #4B192A.


Opacity

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

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

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

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

This text has shadow with #4B192A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B192A on black background.


Color preview on white background

This text has color #4B192A on white background.



Black color preview on #4B192A background

This text has black color on #4B192A background.


White color preview on #4B192A background

This text has white color on #4B192A background.