COLOR #4B2116

HEX: #4B2116
RGB: (75,33,22)

Color info

#4B2116 contains red, green and blue colors in about the same proportion. Web safe color of #4B2116 is #333300 (or #330).

RGB color model

#4B2116 color RGB value is (75,33,22).

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

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 22 of 255 = 9%

75
33
22

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

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 22 = 130 (100%)
R 75 of 130 ~ 57.69%
G 33 of 130 ~ 25.38%
B 22 of 130 ~ 16.92%

%57.69
%25.38
%16.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 70.67%
  • key color value is 70.59%
CMYK:
(0,56,71,71)
C0M56Y71K71 
(0%,56%,71%,71%)
(0.00/0.56/0.71/0.71)	

CMYK percentages

%0
%56
%70.67
%70.59

Codes

Color #4B2116 in popluar color models

4B2116
RGB753322
HSL12°54.64%19.02%
HSB/HSV12°70.67%29.41%
CMYK0.00%56.00%70.67%
70.59%

Color #4B2116 in popluar number systems.

HEX4B2116
Decimal753322
Binary100101110000110110
Octal1134126

Shades and tints

Shades of #4B2116

#4B2116
(75,33,22)
#451E14
(69,30,20)
#3F1B12
(63,27,18)
#391810
(57,24,16)
#33150E
(51,21,14)
#2D120C
(45,18,12)
#270F0A
(39,15,10)
#210C08
(33,12,8)
#1B0906
(27,9,6)
#150604
(21,6,4)
#0F0302
(15,3,2)
#000000
(0,0,0)

Tints of #4B2116

#4B2116
(75,33,22)
#5B352B
(91,53,43)
#6B4940
(107,73,64)
#7B5D55
(123,93,85)
#8B716A
(139,113,106)
#9B857F
(155,133,127)
#AB9994
(171,153,148)
#BBADA9
(187,173,169)
#CBC1BE
(203,193,190)
#DBD5D3
(219,213,211)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2116; }

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

This text font color is #4B2116.


Background Color

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

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

This div background color is #4B2116.


Border color

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

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

This div border color is #4B2116.


Opacity

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

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

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

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

This text has shadow with #4B2116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2116 on black background.


Color preview on white background

This text has color #4B2116 on white background.



Black color preview on #4B2116 background

This text has black color on #4B2116 background.


White color preview on #4B2116 background

This text has white color on #4B2116 background.