COLOR #4B4441

HEX: #4B4441
RGB: (75,68,65)

Color info

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

RGB color model

#4B4441 color RGB value is (75,68,65).

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

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 65 of 255 = 25%

75
68
65

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

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 65 = 208 (100%)
R 75 of 208 ~ 36.06%
G 68 of 208 ~ 32.69%
B 65 of 208 ~ 31.25%

%36.06
%32.69
%31.25

CMYK color model

#4B4441 color CMYK value is (0,9,13,71).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 13.33%
  • key color value is 70.59%
CMYK:
(0,9,13,71)
C0M9Y13K71 
(0%,9%,13%,71%)
(0.00/0.09/0.13/0.71)	

CMYK percentages

%0
%9.33
%13.33
%70.59

Codes

Color #4B4441 in popluar color models

4B4441
RGB756865
HSL18°7.14%27.45%
HSB/HSV18°13.33%29.41%
CMYK0.00%9.33%13.33%
70.59%

Color #4B4441 in popluar number systems.

HEX4B4441
Decimal756865
Binary100101110001001000001
Octal113104101

Shades and tints

Shades of #4B4441

#4B4441
(75,68,65)
#453E3C
(69,62,60)
#3F3837
(63,56,55)
#393232
(57,50,50)
#332C2D
(51,44,45)
#2D2628
(45,38,40)
#272023
(39,32,35)
#211A1E
(33,26,30)
#1B1419
(27,20,25)
#150E14
(21,14,20)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B4441

#4B4441
(75,68,65)
#5B5552
(91,85,82)
#6B6663
(107,102,99)
#7B7774
(123,119,116)
#8B8885
(139,136,133)
#9B9996
(155,153,150)
#ABAAA7
(171,170,167)
#BBBBB8
(187,187,184)
#CBCCC9
(203,204,201)
#DBDDDA
(219,221,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4441; }

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

This text font color is #4B4441.


Background Color

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

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

This div background color is #4B4441.


Border color

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

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

This div border color is #4B4441.


Opacity

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

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

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

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

This text has shadow with #4B4441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4441 on black background.


Color preview on white background

This text has color #4B4441 on white background.



Black color preview on #4B4441 background

This text has black color on #4B4441 background.


White color preview on #4B4441 background

This text has white color on #4B4441 background.