COLOR #4B2D37

HEX: #4B2D37
RGB: (75,45,55)

Color info

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

RGB color model

#4B2D37 color RGB value is (75,45,55).

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

RGB channels and saturation

R 75 of 255 = 29%
G 45 of 255 = 18%
B 55 of 255 = 22%

75
45
55

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

Portions of RGB colors in percentages

R + G + B =
75 + 45 + 55 = 175 (100%)
R 75 of 175 ~ 42.86%
G 45 of 175 ~ 25.71%
B 55 of 175 ~ 31.43%

%42.86
%25.71
%31.43

CMYK color model

#4B2D37 color CMYK value is (0,40,27,71).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 26.67%
  • key color value is 70.59%
CMYK:
(0,40,27,71)
C0M40Y27K71 
(0%,40%,27%,71%)
(0.00/0.40/0.27/0.71)	

CMYK percentages

%0
%40
%26.67
%70.59

Codes

Color #4B2D37 in popluar color models

4B2D37
RGB754555
HSL340°25.00%23.53%
HSB/HSV340°40.00%29.41%
CMYK0.00%40.00%26.67%
70.59%

Color #4B2D37 in popluar number systems.

HEX4B2D37
Decimal754555
Binary1001011101101110111
Octal1135567

Shades and tints

Shades of #4B2D37

#4B2D37
(75,45,55)
#452932
(69,41,50)
#3F252D
(63,37,45)
#392128
(57,33,40)
#331D23
(51,29,35)
#2D191E
(45,25,30)
#271519
(39,21,25)
#211114
(33,17,20)
#1B0D0F
(27,13,15)
#15090A
(21,9,10)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #4B2D37

#4B2D37
(75,45,55)
#5B4049
(91,64,73)
#6B535B
(107,83,91)
#7B666D
(123,102,109)
#8B797F
(139,121,127)
#9B8C91
(155,140,145)
#AB9FA3
(171,159,163)
#BBB2B5
(187,178,181)
#CBC5C7
(203,197,199)
#DBD8D9
(219,216,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2D37; }

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

This text font color is #4B2D37.


Background Color

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

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

This div background color is #4B2D37.


Border color

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

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

This div border color is #4B2D37.


Opacity

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

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

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

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

This text has shadow with #4B2D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2D37 on black background.


Color preview on white background

This text has color #4B2D37 on white background.



Black color preview on #4B2D37 background

This text has black color on #4B2D37 background.


White color preview on #4B2D37 background

This text has white color on #4B2D37 background.