COLOR #4B3437

HEX: #4B3437
RGB: (75,52,55)

Color info

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

RGB color model

#4B3437 color RGB value is (75,52,55).

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

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 55 of 255 = 22%

75
52
55

R + G + B ~ 24%. #4B3437 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 55 = 182 (100%)
R 75 of 182 ~ 41.21%
G 52 of 182 ~ 28.57%
B 55 of 182 ~ 30.22%

%41.21
%28.57
%30.22

CMYK color model

#4B3437 color CMYK value is (0,31,27,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 26.67%
  • key color value is 70.59%
CMYK:
(0,31,27,71)
C0M31Y27K71 
(0%,31%,27%,71%)
(0.00/0.31/0.27/0.71)	

CMYK percentages

%0
%30.67
%26.67
%70.59

Codes

Color #4B3437 in popluar color models

4B3437
RGB755255
HSL352°18.11%24.90%
HSB/HSV352°30.67%29.41%
CMYK0.00%30.67%26.67%
70.59%

Color #4B3437 in popluar number systems.

HEX4B3437
Decimal755255
Binary1001011110100110111
Octal1136467

Shades and tints

Shades of #4B3437

#4B3437
(75,52,55)
#453032
(69,48,50)
#3F2C2D
(63,44,45)
#392828
(57,40,40)
#332423
(51,36,35)
#2D201E
(45,32,30)
#271C19
(39,28,25)
#211814
(33,24,20)
#1B140F
(27,20,15)
#15100A
(21,16,10)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #4B3437

#4B3437
(75,52,55)
#5B4649
(91,70,73)
#6B585B
(107,88,91)
#7B6A6D
(123,106,109)
#8B7C7F
(139,124,127)
#9B8E91
(155,142,145)
#ABA0A3
(171,160,163)
#BBB2B5
(187,178,181)
#CBC4C7
(203,196,199)
#DBD6D9
(219,214,217)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3437; }

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

This text font color is #4B3437.


Background Color

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

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

This div background color is #4B3437.


Border color

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

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

This div border color is #4B3437.


Opacity

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

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

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

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

This text has shadow with #4B3437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3437 on black background.


Color preview on white background

This text has color #4B3437 on white background.



Black color preview on #4B3437 background

This text has black color on #4B3437 background.


White color preview on #4B3437 background

This text has white color on #4B3437 background.