COLOR #4B2B2F

HEX: #4B2B2F
RGB: (75,43,47)

Color info

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

RGB color model

#4B2B2F color RGB value is (75,43,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 47 of 255 = 18%

75
43
47

R + G + B ~ 21%. #4B2B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 47 = 165 (100%)
R 75 of 165 ~ 45.45%
G 43 of 165 ~ 26.06%
B 47 of 165 ~ 28.48%

%45.45
%26.06
%28.48

CMYK color model

#4B2B2F color CMYK value is (0,43,37,71).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(0,43,37,71)
C0M43Y37K71 
(0%,43%,37%,71%)
(0.00/0.43/0.37/0.71)	

CMYK percentages

%0
%42.67
%37.33
%70.59

Codes

Color #4B2B2F in popluar color models

4B2B2F
RGB754347
HSL353°27.12%23.14%
HSB/HSV353°42.67%29.41%
CMYK0.00%42.67%37.33%
70.59%

Color #4B2B2F in popluar number systems.

HEX4B2B2F
Decimal754347
Binary1001011101011101111
Octal1135357

Shades and tints

Shades of #4B2B2F

#4B2B2F
(75,43,47)
#45282B
(69,40,43)
#3F2527
(63,37,39)
#392223
(57,34,35)
#331F1F
(51,31,31)
#2D1C1B
(45,28,27)
#271917
(39,25,23)
#211613
(33,22,19)
#1B130F
(27,19,15)
#15100B
(21,16,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #4B2B2F

#4B2B2F
(75,43,47)
#5B3E41
(91,62,65)
#6B5153
(107,81,83)
#7B6465
(123,100,101)
#8B7777
(139,119,119)
#9B8A89
(155,138,137)
#AB9D9B
(171,157,155)
#BBB0AD
(187,176,173)
#CBC3BF
(203,195,191)
#DBD6D1
(219,214,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2B2F; }

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

This text font color is #4B2B2F.


Background Color

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

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

This div background color is #4B2B2F.


Border color

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

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

This div border color is #4B2B2F.


Opacity

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

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

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

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

This text has shadow with #4B2B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B2F on black background.


Color preview on white background

This text has color #4B2B2F on white background.



Black color preview on #4B2B2F background

This text has black color on #4B2B2F background.


White color preview on #4B2B2F background

This text has white color on #4B2B2F background.