COLOR #4B321F

HEX: #4B321F
RGB: (75,50,31)

Color info

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

RGB color model

#4B321F color RGB value is (75,50,31).

  • red value is 75;
  • green value is 50;
  • blue value is 31.
RGB:
(75,50,31)
(29%,20%,12%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 31 of 255 = 12%

75
50
31

R + G + B ~ 20%. #4B321F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 31 = 156 (100%)
R 75 of 156 ~ 48.08%
G 50 of 156 ~ 32.05%
B 31 of 156 ~ 19.87%

%48.08
%32.05
%19.87

CMYK color model

#4B321F color CMYK value is (0,33,59,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 58.67%
  • key color value is 70.59%
CMYK:
(0,33,59,71)
C0M33Y59K71 
(0%,33%,59%,71%)
(0.00/0.33/0.59/0.71)	

CMYK percentages

%0
%33.33
%58.67
%70.59

Codes

Color #4B321F in popluar color models

4B321F
RGB755031
HSL26°41.51%20.78%
HSB/HSV26°58.67%29.41%
CMYK0.00%33.33%58.67%
70.59%

Color #4B321F in popluar number systems.

HEX4B321F
Decimal755031
Binary100101111001011111
Octal1136237

Shades and tints

Shades of #4B321F

#4B321F
(75,50,31)
#452E1D
(69,46,29)
#3F2A1B
(63,42,27)
#392619
(57,38,25)
#332217
(51,34,23)
#2D1E15
(45,30,21)
#271A13
(39,26,19)
#211611
(33,22,17)
#1B120F
(27,18,15)
#150E0D
(21,14,13)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #4B321F

#4B321F
(75,50,31)
#5B4433
(91,68,51)
#6B5647
(107,86,71)
#7B685B
(123,104,91)
#8B7A6F
(139,122,111)
#9B8C83
(155,140,131)
#AB9E97
(171,158,151)
#BBB0AB
(187,176,171)
#CBC2BF
(203,194,191)
#DBD4D3
(219,212,211)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B321F color. Also use rgb(75,50,31) instead hex code.

Text Font Color

.myTextColor { color: #4B321F; }

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

This text font color is #4B321F.


Background Color

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

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

This div background color is #4B321F.


Border color

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

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

This div border color is #4B321F.


Opacity

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

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

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

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

This text has shadow with #4B321F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B321F on black background.


Color preview on white background

This text has color #4B321F on white background.



Black color preview on #4B321F background

This text has black color on #4B321F background.


White color preview on #4B321F background

This text has white color on #4B321F background.