COLOR #4B3136

HEX: #4B3136
RGB: (75,49,54)

Color info

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

RGB color model

#4B3136 color RGB value is (75,49,54).

  • red value is 75;
  • green value is 49;
  • blue value is 54.
RGB:
(75,49,54)
(29%,19%,21%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 54 of 255 = 21%

75
49
54

R + G + B ~ 23%. #4B3136 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 49 + 54 = 178 (100%)
R 75 of 178 ~ 42.13%
G 49 of 178 ~ 27.53%
B 54 of 178 ~ 30.34%

%42.13
%27.53
%30.34

CMYK color model

#4B3136 color CMYK value is (0,35,28,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 28.00%
  • key color value is 70.59%
CMYK:
(0,35,28,71)
C0M35Y28K71 
(0%,35%,28%,71%)
(0.00/0.35/0.28/0.71)	

CMYK percentages

%0
%34.67
%28
%70.59

Codes

Color #4B3136 in popluar color models

4B3136
RGB754954
HSL348°20.97%24.31%
HSB/HSV348°34.67%29.41%
CMYK0.00%34.67%28.00%
70.59%

Color #4B3136 in popluar number systems.

HEX4B3136
Decimal754954
Binary1001011110001110110
Octal1136166

Shades and tints

Shades of #4B3136

#4B3136
(75,49,54)
#452D32
(69,45,50)
#3F292E
(63,41,46)
#39252A
(57,37,42)
#332126
(51,33,38)
#2D1D22
(45,29,34)
#27191E
(39,25,30)
#21151A
(33,21,26)
#1B1116
(27,17,22)
#150D12
(21,13,18)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #4B3136

#4B3136
(75,49,54)
#5B4348
(91,67,72)
#6B555A
(107,85,90)
#7B676C
(123,103,108)
#8B797E
(139,121,126)
#9B8B90
(155,139,144)
#AB9DA2
(171,157,162)
#BBAFB4
(187,175,180)
#CBC1C6
(203,193,198)
#DBD3D8
(219,211,216)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3136 color. Also use rgb(75,49,54) instead hex code.

Text Font Color

.myTextColor { color: #4B3136; }

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

This text font color is #4B3136.


Background Color

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

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

This div background color is #4B3136.


Border color

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

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

This div border color is #4B3136.


Opacity

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

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

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

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

This text has shadow with #4B3136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3136 on black background.


Color preview on white background

This text has color #4B3136 on white background.



Black color preview on #4B3136 background

This text has black color on #4B3136 background.


White color preview on #4B3136 background

This text has white color on #4B3136 background.