COLOR #4B1226

HEX: #4B1226
RGB: (75,18,38)

Color info

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

RGB color model

#4B1226 color RGB value is (75,18,38).

  • red value is 75;
  • green value is 18;
  • blue value is 38.
RGB:
(75,18,38)
(29%,7%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 38 of 255 = 15%

75
18
38

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

Portions of RGB colors in percentages

R + G + B =
75 + 18 + 38 = 131 (100%)
R 75 of 131 ~ 57.25%
G 18 of 131 ~ 13.74%
B 38 of 131 ~ 29.01%

%57.25
%13.74
%29.01

CMYK color model

#4B1226 color CMYK value is (0,76,49,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 49.33%
  • key color value is 70.59%
CMYK:
(0,76,49,71)
C0M76Y49K71 
(0%,76%,49%,71%)
(0.00/0.76/0.49/0.71)	

CMYK percentages

%0
%76
%49.33
%70.59

Codes

Color #4B1226 in popluar color models

4B1226
RGB751838
HSL339°61.29%18.24%
HSB/HSV339°76.00%29.41%
CMYK0.00%76.00%49.33%
70.59%

Color #4B1226 in popluar number systems.

HEX4B1226
Decimal751838
Binary100101110010100110
Octal1132246

Shades and tints

Shades of #4B1226

#4B1226
(75,18,38)
#451123
(69,17,35)
#3F1020
(63,16,32)
#390F1D
(57,15,29)
#330E1A
(51,14,26)
#2D0D17
(45,13,23)
#270C14
(39,12,20)
#210B11
(33,11,17)
#1B0A0E
(27,10,14)
#15090B
(21,9,11)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B1226

#4B1226
(75,18,38)
#5B2739
(91,39,57)
#6B3C4C
(107,60,76)
#7B515F
(123,81,95)
#8B6672
(139,102,114)
#9B7B85
(155,123,133)
#AB9098
(171,144,152)
#BBA5AB
(187,165,171)
#CBBABE
(203,186,190)
#DBCFD1
(219,207,209)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1226 color. Also use rgb(75,18,38) instead hex code.

Text Font Color

.myTextColor { color: #4B1226; }

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

This text font color is #4B1226.


Background Color

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

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

This div background color is #4B1226.


Border color

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

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

This div border color is #4B1226.


Opacity

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

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

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

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

This text has shadow with #4B1226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1226 on black background.


Color preview on white background

This text has color #4B1226 on white background.



Black color preview on #4B1226 background

This text has black color on #4B1226 background.


White color preview on #4B1226 background

This text has white color on #4B1226 background.