COLOR #4B2621

HEX: #4B2621
RGB: (75,38,33)

Color info

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

RGB color model

#4B2621 color RGB value is (75,38,33).

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

RGB channels and saturation

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

75
38
33

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

Portions of RGB colors in percentages

R + G + B =
75 + 38 + 33 = 146 (100%)
R 75 of 146 ~ 51.37%
G 38 of 146 ~ 26.03%
B 33 of 146 ~ 22.6%

%51.37
%26.03
%22.6

CMYK color model

#4B2621 color CMYK value is (0,49,56,71).

  • cyan value is 0.00%
  • magenta value is 49.33%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(0,49,56,71)
C0M49Y56K71 
(0%,49%,56%,71%)
(0.00/0.49/0.56/0.71)	

CMYK percentages

%0
%49.33
%56
%70.59

Codes

Color #4B2621 in popluar color models

4B2621
RGB753833
HSL38.89%21.18%
HSB/HSV56.00%29.41%
CMYK0.00%49.33%56.00%
70.59%

Color #4B2621 in popluar number systems.

HEX4B2621
Decimal753833
Binary1001011100110100001
Octal1134641

Shades and tints

Shades of #4B2621

#4B2621
(75,38,33)
#45231E
(69,35,30)
#3F201B
(63,32,27)
#391D18
(57,29,24)
#331A15
(51,26,21)
#2D1712
(45,23,18)
#27140F
(39,20,15)
#21110C
(33,17,12)
#1B0E09
(27,14,9)
#150B06
(21,11,6)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #4B2621

#4B2621
(75,38,33)
#5B3935
(91,57,53)
#6B4C49
(107,76,73)
#7B5F5D
(123,95,93)
#8B7271
(139,114,113)
#9B8585
(155,133,133)
#AB9899
(171,152,153)
#BBABAD
(187,171,173)
#CBBEC1
(203,190,193)
#DBD1D5
(219,209,213)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2621; }

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

This text font color is #4B2621.


Background Color

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

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

This div background color is #4B2621.


Border color

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

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

This div border color is #4B2621.


Opacity

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

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

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

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

This text has shadow with #4B2621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2621 on black background.


Color preview on white background

This text has color #4B2621 on white background.



Black color preview on #4B2621 background

This text has black color on #4B2621 background.


White color preview on #4B2621 background

This text has white color on #4B2621 background.