COLOR #4B321B

HEX: #4B321B
RGB: (75,50,27)

Color info

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

RGB color model

#4B321B color RGB value is (75,50,27).

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

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 27 of 255 = 11%

75
50
27

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 27 = 152 (100%)
R 75 of 152 ~ 49.34%
G 50 of 152 ~ 32.89%
B 27 of 152 ~ 17.76%

%49.34
%32.89
%17.76

CMYK color model

#4B321B color CMYK value is (0,33,64,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,33,64,71)
C0M33Y64K71 
(0%,33%,64%,71%)
(0.00/0.33/0.64/0.71)	

CMYK percentages

%0
%33.33
%64
%70.59

Codes

Color #4B321B in popluar color models

4B321B
RGB755027
HSL29°47.06%20.00%
HSB/HSV29°64.00%29.41%
CMYK0.00%33.33%64.00%
70.59%

Color #4B321B in popluar number systems.

HEX4B321B
Decimal755027
Binary100101111001011011
Octal1136233

Shades and tints

Shades of #4B321B

#4B321B
(75,50,27)
#452E19
(69,46,25)
#3F2A17
(63,42,23)
#392615
(57,38,21)
#332213
(51,34,19)
#2D1E11
(45,30,17)
#271A0F
(39,26,15)
#21160D
(33,22,13)
#1B120B
(27,18,11)
#150E09
(21,14,9)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B321B

#4B321B
(75,50,27)
#5B442F
(91,68,47)
#6B5643
(107,86,67)
#7B6857
(123,104,87)
#8B7A6B
(139,122,107)
#9B8C7F
(155,140,127)
#AB9E93
(171,158,147)
#BBB0A7
(187,176,167)
#CBC2BB
(203,194,187)
#DBD4CF
(219,212,207)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B321B; }

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

This text font color is #4B321B.


Background Color

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

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

This div background color is #4B321B.


Border color

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

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

This div border color is #4B321B.


Opacity

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

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

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

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

This text has shadow with #4B321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B321B on black background.


Color preview on white background

This text has color #4B321B on white background.



Black color preview on #4B321B background

This text has black color on #4B321B background.


White color preview on #4B321B background

This text has white color on #4B321B background.