COLOR #4B3020

HEX: #4B3020
RGB: (75,48,32)

Color info

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

RGB color model

#4B3020 color RGB value is (75,48,32).

  • red value is 75;
  • green value is 48;
  • blue value is 32.
RGB:
(75,48,32)
(29%,19%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 32 of 255 = 13%

75
48
32

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

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 32 = 155 (100%)
R 75 of 155 ~ 48.39%
G 48 of 155 ~ 30.97%
B 32 of 155 ~ 20.65%

%48.39
%30.97
%20.65

CMYK color model

#4B3020 color CMYK value is (0,36,57,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 57.33%
  • key color value is 70.59%
CMYK:
(0,36,57,71)
C0M36Y57K71 
(0%,36%,57%,71%)
(0.00/0.36/0.57/0.71)	

CMYK percentages

%0
%36
%57.33
%70.59

Codes

Color #4B3020 in popluar color models

4B3020
RGB754832
HSL22°40.19%20.98%
HSB/HSV22°57.33%29.41%
CMYK0.00%36.00%57.33%
70.59%

Color #4B3020 in popluar number systems.

HEX4B3020
Decimal754832
Binary1001011110000100000
Octal1136040

Shades and tints

Shades of #4B3020

#4B3020
(75,48,32)
#452C1E
(69,44,30)
#3F281C
(63,40,28)
#39241A
(57,36,26)
#332018
(51,32,24)
#2D1C16
(45,28,22)
#271814
(39,24,20)
#211412
(33,20,18)
#1B1010
(27,16,16)
#150C0E
(21,12,14)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B3020

#4B3020
(75,48,32)
#5B4234
(91,66,52)
#6B5448
(107,84,72)
#7B665C
(123,102,92)
#8B7870
(139,120,112)
#9B8A84
(155,138,132)
#AB9C98
(171,156,152)
#BBAEAC
(187,174,172)
#CBC0C0
(203,192,192)
#DBD2D4
(219,210,212)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3020 color. Also use rgb(75,48,32) instead hex code.

Text Font Color

.myTextColor { color: #4B3020; }

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

This text font color is #4B3020.


Background Color

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

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

This div background color is #4B3020.


Border color

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

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

This div border color is #4B3020.


Opacity

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

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

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

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

This text has shadow with #4B3020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3020 on black background.


Color preview on white background

This text has color #4B3020 on white background.



Black color preview on #4B3020 background

This text has black color on #4B3020 background.


White color preview on #4B3020 background

This text has white color on #4B3020 background.