COLOR #4B3844

HEX: #4B3844
RGB: (75,56,68)

Color info

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

RGB color model

#4B3844 color RGB value is (75,56,68).

  • red value is 75;
  • green value is 56;
  • blue value is 68.
RGB:
(75,56,68)
(29%,22%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 68 of 255 = 27%

75
56
68

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

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 68 = 199 (100%)
R 75 of 199 ~ 37.69%
G 56 of 199 ~ 28.14%
B 68 of 199 ~ 34.17%

%37.69
%28.14
%34.17

CMYK color model

#4B3844 color CMYK value is (0,25,9,71).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 9.33%
  • key color value is 70.59%
CMYK:
(0,25,9,71)
C0M25Y9K71 
(0%,25%,9%,71%)
(0.00/0.25/0.09/0.71)	

CMYK percentages

%0
%25.33
%9.33
%70.59

Codes

Color #4B3844 in popluar color models

4B3844
RGB755668
HSL322°14.50%25.69%
HSB/HSV322°25.33%29.41%
CMYK0.00%25.33%9.33%
70.59%

Color #4B3844 in popluar number systems.

HEX4B3844
Decimal755668
Binary10010111110001000100
Octal11370104

Shades and tints

Shades of #4B3844

#4B3844
(75,56,68)
#45333E
(69,51,62)
#3F2E38
(63,46,56)
#392932
(57,41,50)
#33242C
(51,36,44)
#2D1F26
(45,31,38)
#271A20
(39,26,32)
#21151A
(33,21,26)
#1B1014
(27,16,20)
#150B0E
(21,11,14)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #4B3844

#4B3844
(75,56,68)
#5B4A55
(91,74,85)
#6B5C66
(107,92,102)
#7B6E77
(123,110,119)
#8B8088
(139,128,136)
#9B9299
(155,146,153)
#ABA4AA
(171,164,170)
#BBB6BB
(187,182,187)
#CBC8CC
(203,200,204)
#DBDADD
(219,218,221)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3844 color. Also use rgb(75,56,68) instead hex code.

Text Font Color

.myTextColor { color: #4B3844; }

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

This text font color is #4B3844.


Background Color

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

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

This div background color is #4B3844.


Border color

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

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

This div border color is #4B3844.


Opacity

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

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

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

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

This text has shadow with #4B3844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3844 on black background.


Color preview on white background

This text has color #4B3844 on white background.



Black color preview on #4B3844 background

This text has black color on #4B3844 background.


White color preview on #4B3844 background

This text has white color on #4B3844 background.