COLOR #4B544E

HEX: #4B544E
RGB: (75,84,78)

Color info

#4B544E contains red, green and blue colors in about the same proportion. Web safe color of #4B544E is #336666 (or #366).

RGB color model

#4B544E color RGB value is (75,84,78).

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

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 78 of 255 = 31%

75
84
78

R + G + B ~ 31%. #4B544E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 78 = 237 (100%)
R 75 of 237 ~ 31.65%
G 84 of 237 ~ 35.44%
B 78 of 237 ~ 32.91%

%31.65
%35.44
%32.91

CMYK color model

#4B544E color CMYK value is (11,0,7,67).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(11,0,7,67)
C11M0Y7K67 
(11%,0%,7%,67%)
(0.11/0.00/0.07/0.67)	

CMYK percentages

%10.71
%0
%7.14
%67.06

Codes

Color #4B544E in popluar color models

4B544E
RGB758478
HSL140°5.66%31.18%
HSB/HSV140°10.71%32.94%
CMYK10.71%0.00%7.14%
67.06%

Color #4B544E in popluar number systems.

HEX4B544E
Decimal758478
Binary100101110101001001110
Octal113124116

Shades and tints

Shades of #4B544E

#4B544E
(75,84,78)
#454D47
(69,77,71)
#3F4640
(63,70,64)
#393F39
(57,63,57)
#333832
(51,56,50)
#2D312B
(45,49,43)
#272A24
(39,42,36)
#21231D
(33,35,29)
#1B1C16
(27,28,22)
#15150F
(21,21,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #4B544E

#4B544E
(75,84,78)
#5B635E
(91,99,94)
#6B726E
(107,114,110)
#7B817E
(123,129,126)
#8B908E
(139,144,142)
#9B9F9E
(155,159,158)
#ABAEAE
(171,174,174)
#BBBDBE
(187,189,190)
#CBCCCE
(203,204,206)
#DBDBDE
(219,219,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B544E; }

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

This text font color is #4B544E.


Background Color

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

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

This div background color is #4B544E.


Border color

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

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

This div border color is #4B544E.


Opacity

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

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

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

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

This text has shadow with #4B544E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B544E on black background.


Color preview on white background

This text has color #4B544E on white background.



Black color preview on #4B544E background

This text has black color on #4B544E background.


White color preview on #4B544E background

This text has white color on #4B544E background.