COLOR #4B2B19

HEX: #4B2B19
RGB: (75,43,25)

Color info

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

RGB color model

#4B2B19 color RGB value is (75,43,25).

  • red value is 75;
  • green value is 43;
  • blue value is 25.
RGB:
(75,43,25)
(29%,17%,10%)

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 25 of 255 = 10%

75
43
25

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

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 25 = 143 (100%)
R 75 of 143 ~ 52.45%
G 43 of 143 ~ 30.07%
B 25 of 143 ~ 17.48%

%52.45
%30.07
%17.48

CMYK color model

#4B2B19 color CMYK value is (0,43,67,71).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(0,43,67,71)
C0M43Y67K71 
(0%,43%,67%,71%)
(0.00/0.43/0.67/0.71)	

CMYK percentages

%0
%42.67
%66.67
%70.59

Codes

Color #4B2B19 in popluar color models

4B2B19
RGB754325
HSL22°50.00%19.61%
HSB/HSV22°66.67%29.41%
CMYK0.00%42.67%66.67%
70.59%

Color #4B2B19 in popluar number systems.

HEX4B2B19
Decimal754325
Binary100101110101111001
Octal1135331

Shades and tints

Shades of #4B2B19

#4B2B19
(75,43,25)
#452817
(69,40,23)
#3F2515
(63,37,21)
#392213
(57,34,19)
#331F11
(51,31,17)
#2D1C0F
(45,28,15)
#27190D
(39,25,13)
#21160B
(33,22,11)
#1B1309
(27,19,9)
#151007
(21,16,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #4B2B19

#4B2B19
(75,43,25)
#5B3E2D
(91,62,45)
#6B5141
(107,81,65)
#7B6455
(123,100,85)
#8B7769
(139,119,105)
#9B8A7D
(155,138,125)
#AB9D91
(171,157,145)
#BBB0A5
(187,176,165)
#CBC3B9
(203,195,185)
#DBD6CD
(219,214,205)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2B19 color. Also use rgb(75,43,25) instead hex code.

Text Font Color

.myTextColor { color: #4B2B19; }

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

This text font color is #4B2B19.


Background Color

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

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

This div background color is #4B2B19.


Border color

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

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

This div border color is #4B2B19.


Opacity

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

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

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

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

This text has shadow with #4B2B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B19 on black background.


Color preview on white background

This text has color #4B2B19 on white background.



Black color preview on #4B2B19 background

This text has black color on #4B2B19 background.


White color preview on #4B2B19 background

This text has white color on #4B2B19 background.