COLOR #4B3D44

HEX: #4B3D44
RGB: (75,61,68)

Color info

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

RGB color model

#4B3D44 color RGB value is (75,61,68).

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

RGB channels and saturation

R 75 of 255 = 29%
G 61 of 255 = 24%
B 68 of 255 = 27%

75
61
68

R + G + B ~ 27%. #4B3D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 61 + 68 = 204 (100%)
R 75 of 204 ~ 36.76%
G 61 of 204 ~ 29.9%
B 68 of 204 ~ 33.33%

%36.76
%29.9
%33.33

CMYK color model

#4B3D44 color CMYK value is (0,19,9,71).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 9.33%
  • key color value is 70.59%
CMYK:
(0,19,9,71)
C0M19Y9K71 
(0%,19%,9%,71%)
(0.00/0.19/0.09/0.71)	

CMYK percentages

%0
%18.67
%9.33
%70.59

Codes

Color #4B3D44 in popluar color models

4B3D44
RGB756168
HSL330°10.29%26.67%
HSB/HSV330°18.67%29.41%
CMYK0.00%18.67%9.33%
70.59%

Color #4B3D44 in popluar number systems.

HEX4B3D44
Decimal756168
Binary10010111111011000100
Octal11375104

Shades and tints

Shades of #4B3D44

#4B3D44
(75,61,68)
#45383E
(69,56,62)
#3F3338
(63,51,56)
#392E32
(57,46,50)
#33292C
(51,41,44)
#2D2426
(45,36,38)
#271F20
(39,31,32)
#211A1A
(33,26,26)
#1B1514
(27,21,20)
#15100E
(21,16,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #4B3D44

#4B3D44
(75,61,68)
#5B4E55
(91,78,85)
#6B5F66
(107,95,102)
#7B7077
(123,112,119)
#8B8188
(139,129,136)
#9B9299
(155,146,153)
#ABA3AA
(171,163,170)
#BBB4BB
(187,180,187)
#CBC5CC
(203,197,204)
#DBD6DD
(219,214,221)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3D44; }

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

This text font color is #4B3D44.


Background Color

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

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

This div background color is #4B3D44.


Border color

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

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

This div border color is #4B3D44.


Opacity

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

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

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

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

This text has shadow with #4B3D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3D44 on black background.


Color preview on white background

This text has color #4B3D44 on white background.



Black color preview on #4B3D44 background

This text has black color on #4B3D44 background.


White color preview on #4B3D44 background

This text has white color on #4B3D44 background.