COLOR #4B3436

HEX: #4B3436
RGB: (75,52,54)

Color info

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

RGB color model

#4B3436 color RGB value is (75,52,54).

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

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 54 of 255 = 21%

75
52
54

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 54 = 181 (100%)
R 75 of 181 ~ 41.44%
G 52 of 181 ~ 28.73%
B 54 of 181 ~ 29.83%

%41.44
%28.73
%29.83

CMYK color model

#4B3436 color CMYK value is (0,31,28,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 28.00%
  • key color value is 70.59%
CMYK:
(0,31,28,71)
C0M31Y28K71 
(0%,31%,28%,71%)
(0.00/0.31/0.28/0.71)	

CMYK percentages

%0
%30.67
%28
%70.59

Codes

Color #4B3436 in popluar color models

4B3436
RGB755254
HSL355°18.11%24.90%
HSB/HSV355°30.67%29.41%
CMYK0.00%30.67%28.00%
70.59%

Color #4B3436 in popluar number systems.

HEX4B3436
Decimal755254
Binary1001011110100110110
Octal1136466

Shades and tints

Shades of #4B3436

#4B3436
(75,52,54)
#453032
(69,48,50)
#3F2C2E
(63,44,46)
#39282A
(57,40,42)
#332426
(51,36,38)
#2D2022
(45,32,34)
#271C1E
(39,28,30)
#21181A
(33,24,26)
#1B1416
(27,20,22)
#151012
(21,16,18)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B3436

#4B3436
(75,52,54)
#5B4648
(91,70,72)
#6B585A
(107,88,90)
#7B6A6C
(123,106,108)
#8B7C7E
(139,124,126)
#9B8E90
(155,142,144)
#ABA0A2
(171,160,162)
#BBB2B4
(187,178,180)
#CBC4C6
(203,196,198)
#DBD6D8
(219,214,216)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3436; }

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

This text font color is #4B3436.


Background Color

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

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

This div background color is #4B3436.


Border color

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

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

This div border color is #4B3436.


Opacity

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

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

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

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

This text has shadow with #4B3436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3436 on black background.


Color preview on white background

This text has color #4B3436 on white background.



Black color preview on #4B3436 background

This text has black color on #4B3436 background.


White color preview on #4B3436 background

This text has white color on #4B3436 background.