COLOR #4B221D

HEX: #4B221D RGB: (75,34,29)

Color info

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

RGB color model

#4B221D color RGB value is (75,34,29).

RGB: (75,34,29) (29%, 13%, 11%)

RGB channels and saturation

R 75 of 255 = 29%
G 34 of 255 = 13%
B 29 of 255 = 11%

75
34
29

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

Portions of RGB colors in percentages

R + G + B = 75 + 34 + 29 = 138 (100%)
R 75 of 138 ~ 54.35%
G 34 of 138 ~ 24.64%
B 29 of 138 ~ 21.01'%

%54.35
%24.64
%21.01

CMYK color model

#4B221D color CMYK value is (0,55,61,71).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 61.33%
  • key color value is 70.59%

CMYK: (0,55,61,71)
C0M55Y61K71 (0%, 55%, 61%, 71%)
(0.00 / 0.55 / 0.61 / 0.71)

CMYK percentages

%0
%54.67
%61.33
%70.59

Codes

Color #4B221D in popluar color models

4B 22 1D
RGB 75 34 29
HSL 44.23% 20.39%
HSB/HSV 61.33% 29.41%
CMYK 0.00% 54.67% 61.33%
70.59%

Color #4B221D in popluar number systems.

HEX 4B 22 1D
Decimal 75 34 29
Binary 1001011 100010 11101
Octal 113 42 35

Shades and tints

Shades of #4B221D

#4B221D
(75,34,29)
#451F1B
(69,31,27)
#3F1C19
(63,28,25)
#391917
(57,25,23)
#331615
(51,22,21)
#2D1313
(45,19,19)
#271011
(39,16,17)
#210D0F
(33,13,15)
#1B0A0D
(27,10,13)
#15070B
(21,7,11)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #4B221D

#4B221D
(75,34,29)
#5B3631
(91,54,49)
#6B4A45
(107,74,69)
#7B5E59
(123,94,89)
#8B726D
(139,114,109)
#9B8681
(155,134,129)
#AB9A95
(171,154,149)
#BBAEA9
(187,174,169)
#CBC2BD
(203,194,189)
#DBD6D1
(219,214,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B221D; }

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

This text font color is #4B221D.

Background Color

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

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

This div background color is #4B221D.

Border color

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

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

This div border color is #4B221D.

Opacity

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

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

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

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

This text has shadow with #4B221D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B221D.

Preview

Color preview on black background

This text has color #4B221D on black background.


Color preview on white background

This text has color #4B221D on white background.


Black color preview on #4B221D background

This text has black color on #4B221D background.


White color preview on #4B221D background

This text has white color on #4B221D background.


Related colors

Complementary color

Complementary color for #hex is #B4DDE2.


I love getcolorcode.com

Triadic colors

1 #1D4B22 and #221D4B with #4B221D are triadic colors.

2 #1D224B and #224B1D with #4B221D are triadic colors.