COLOR #4B444E

HEX: #4B444E
RGB: (75,68,78)

Color info

#4B444E contains red, green and blue colors in about the same proportion. Web safe color of #4B444E is #333366 (or #336).

RGB color model

#4B444E color RGB value is (75,68,78).

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

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 78 of 255 = 31%

75
68
78

R + G + B ~ 29%. #4B444E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 78 = 221 (100%)
R 75 of 221 ~ 33.94%
G 68 of 221 ~ 30.77%
B 78 of 221 ~ 35.29%

%33.94
%30.77
%35.29

CMYK color model

#4B444E color CMYK value is (4,13,0,69).

  • cyan value is 3.85%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(4,13,0,69)
C4M13Y0K69 
(4%,13%,0%,69%)
(0.04/0.13/0.00/0.69)	

CMYK percentages

%3.85
%12.82
%0
%69.41

Codes

Color #4B444E in popluar color models

4B444E
RGB756878
HSL282°6.85%28.63%
HSB/HSV282°12.82%30.59%
CMYK3.85%12.82%0.00%
69.41%

Color #4B444E in popluar number systems.

HEX4B444E
Decimal756878
Binary100101110001001001110
Octal113104116

Shades and tints

Shades of #4B444E

#4B444E
(75,68,78)
#453E47
(69,62,71)
#3F3840
(63,56,64)
#393239
(57,50,57)
#332C32
(51,44,50)
#2D262B
(45,38,43)
#272024
(39,32,36)
#211A1D
(33,26,29)
#1B1416
(27,20,22)
#150E0F
(21,14,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B444E

#4B444E
(75,68,78)
#5B555E
(91,85,94)
#6B666E
(107,102,110)
#7B777E
(123,119,126)
#8B888E
(139,136,142)
#9B999E
(155,153,158)
#ABAAAE
(171,170,174)
#BBBBBE
(187,187,190)
#CBCCCE
(203,204,206)
#DBDDDE
(219,221,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B444E; }

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

This text font color is #4B444E.


Background Color

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

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

This div background color is #4B444E.


Border color

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

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

This div border color is #4B444E.


Opacity

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

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

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

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

This text has shadow with #4B444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B444E on black background.


Color preview on white background

This text has color #4B444E on white background.



Black color preview on #4B444E background

This text has black color on #4B444E background.


White color preview on #4B444E background

This text has white color on #4B444E background.