COLOR #4B3648

HEX: #4B3648
RGB: (75,54,72)

Color info

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

RGB color model

#4B3648 color RGB value is (75,54,72).

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

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 72 of 255 = 28%

75
54
72

R + G + B ~ 26%. #4B3648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 72 = 201 (100%)
R 75 of 201 ~ 37.31%
G 54 of 201 ~ 26.87%
B 72 of 201 ~ 35.82%

%37.31
%26.87
%35.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(0,28,4,71)
C0M28Y4K71 
(0%,28%,4%,71%)
(0.00/0.28/0.04/0.71)	

CMYK percentages

%0
%28
%4
%70.59

Codes

Color #4B3648 in popluar color models

4B3648
RGB755472
HSL309°16.28%25.29%
HSB/HSV309°28.00%29.41%
CMYK0.00%28.00%4.00%
70.59%

Color #4B3648 in popluar number systems.

HEX4B3648
Decimal755472
Binary10010111101101001000
Octal11366110

Shades and tints

Shades of #4B3648

#4B3648
(75,54,72)
#453242
(69,50,66)
#3F2E3C
(63,46,60)
#392A36
(57,42,54)
#332630
(51,38,48)
#2D222A
(45,34,42)
#271E24
(39,30,36)
#211A1E
(33,26,30)
#1B1618
(27,22,24)
#151212
(21,18,18)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B3648

#4B3648
(75,54,72)
#5B4858
(91,72,88)
#6B5A68
(107,90,104)
#7B6C78
(123,108,120)
#8B7E88
(139,126,136)
#9B9098
(155,144,152)
#ABA2A8
(171,162,168)
#BBB4B8
(187,180,184)
#CBC6C8
(203,198,200)
#DBD8D8
(219,216,216)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3648; }

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

This text font color is #4B3648.


Background Color

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

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

This div background color is #4B3648.


Border color

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

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

This div border color is #4B3648.


Opacity

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

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

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

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

This text has shadow with #4B3648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3648 on black background.


Color preview on white background

This text has color #4B3648 on white background.



Black color preview on #4B3648 background

This text has black color on #4B3648 background.


White color preview on #4B3648 background

This text has white color on #4B3648 background.