COLOR #4B2226

HEX: #4B2226
RGB: (75,34,38)

Color info

#4B2226 contains red, green and blue colors in about the same proportion. Web safe color of #4B2226 is #333333 (or #333).

RGB color model

#4B2226 color RGB value is (75,34,38).

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

RGB channels and saturation

R 75 of 255 = 29%
G 34 of 255 = 13%
B 38 of 255 = 15%

75
34
38

R + G + B ~ 19%. #4B2226 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 34 + 38 = 147 (100%)
R 75 of 147 ~ 51.02%
G 34 of 147 ~ 23.13%
B 38 of 147 ~ 25.85%

%51.02
%23.13
%25.85

CMYK color model

#4B2226 color CMYK value is (0,55,49,71).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 49.33%
  • key color value is 70.59%
CMYK:
(0,55,49,71)
C0M55Y49K71 
(0%,55%,49%,71%)
(0.00/0.55/0.49/0.71)	

CMYK percentages

%0
%54.67
%49.33
%70.59

Codes

Color #4B2226 in popluar color models

4B2226
RGB753438
HSL354°37.61%21.37%
HSB/HSV354°54.67%29.41%
CMYK0.00%54.67%49.33%
70.59%

Color #4B2226 in popluar number systems.

HEX4B2226
Decimal753438
Binary1001011100010100110
Octal1134246

Shades and tints

Shades of #4B2226

#4B2226
(75,34,38)
#451F23
(69,31,35)
#3F1C20
(63,28,32)
#39191D
(57,25,29)
#33161A
(51,22,26)
#2D1317
(45,19,23)
#271014
(39,16,20)
#210D11
(33,13,17)
#1B0A0E
(27,10,14)
#15070B
(21,7,11)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #4B2226

#4B2226
(75,34,38)
#5B3639
(91,54,57)
#6B4A4C
(107,74,76)
#7B5E5F
(123,94,95)
#8B7272
(139,114,114)
#9B8685
(155,134,133)
#AB9A98
(171,154,152)
#BBAEAB
(187,174,171)
#CBC2BE
(203,194,190)
#DBD6D1
(219,214,209)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2226; }

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

This text font color is #4B2226.


Background Color

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

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

This div background color is #4B2226.


Border color

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

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

This div border color is #4B2226.


Opacity

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

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

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

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

This text has shadow with #4B2226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2226 on black background.


Color preview on white background

This text has color #4B2226 on white background.



Black color preview on #4B2226 background

This text has black color on #4B2226 background.


White color preview on #4B2226 background

This text has white color on #4B2226 background.