COLOR #4B1123

HEX: #4B1123
RGB: (75,17,35)

Color info

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

RGB color model

#4B1123 color RGB value is (75,17,35).

  • red value is 75;
  • green value is 17;
  • blue value is 35.
RGB:
(75,17,35)
(29%,7%,14%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 35 of 255 = 14%

75
17
35

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

Portions of RGB colors in percentages

R + G + B =
75 + 17 + 35 = 127 (100%)
R 75 of 127 ~ 59.06%
G 17 of 127 ~ 13.39%
B 35 of 127 ~ 27.56%

%59.06
%13.39
%27.56

CMYK color model

#4B1123 color CMYK value is (0,77,53,71).

  • cyan value is 0.00%
  • magenta value is 77.33%
  • yellow value is 53.33%
  • key color value is 70.59%
CMYK:
(0,77,53,71)
C0M77Y53K71 
(0%,77%,53%,71%)
(0.00/0.77/0.53/0.71)	

CMYK percentages

%0
%77.33
%53.33
%70.59

Codes

Color #4B1123 in popluar color models

4B1123
RGB751735
HSL341°63.04%18.04%
HSB/HSV341°77.33%29.41%
CMYK0.00%77.33%53.33%
70.59%

Color #4B1123 in popluar number systems.

HEX4B1123
Decimal751735
Binary100101110001100011
Octal1132143

Shades and tints

Shades of #4B1123

#4B1123
(75,17,35)
#451020
(69,16,32)
#3F0F1D
(63,15,29)
#390E1A
(57,14,26)
#330D17
(51,13,23)
#2D0C14
(45,12,20)
#270B11
(39,11,17)
#210A0E
(33,10,14)
#1B090B
(27,9,11)
#150808
(21,8,8)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #4B1123

#4B1123
(75,17,35)
#5B2637
(91,38,55)
#6B3B4B
(107,59,75)
#7B505F
(123,80,95)
#8B6573
(139,101,115)
#9B7A87
(155,122,135)
#AB8F9B
(171,143,155)
#BBA4AF
(187,164,175)
#CBB9C3
(203,185,195)
#DBCED7
(219,206,215)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1123 color. Also use rgb(75,17,35) instead hex code.

Text Font Color

.myTextColor { color: #4B1123; }

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

This text font color is #4B1123.


Background Color

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

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

This div background color is #4B1123.


Border color

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

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

This div border color is #4B1123.


Opacity

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

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

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

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

This text has shadow with #4B1123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1123 on black background.


Color preview on white background

This text has color #4B1123 on white background.



Black color preview on #4B1123 background

This text has black color on #4B1123 background.


White color preview on #4B1123 background

This text has white color on #4B1123 background.