COLOR #4B4154

HEX: #4B4154
RGB: (75,65,84)

Color info

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

RGB color model

#4B4154 color RGB value is (75,65,84).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 84 of 255 = 33%

75
65
84

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 84 = 224 (100%)
R 75 of 224 ~ 33.48%
G 65 of 224 ~ 29.02%
B 84 of 224 ~ 37.5%

%33.48
%29.02
%37.5

CMYK color model

#4B4154 color CMYK value is (11,23,0,67).

  • cyan value is 10.71%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(11,23,0,67)
C11M23Y0K67 
(11%,23%,0%,67%)
(0.11/0.23/0.00/0.67)	

CMYK percentages

%10.71
%22.62
%0
%67.06

Codes

Color #4B4154 in popluar color models

4B4154
RGB756584
HSL272°12.75%29.22%
HSB/HSV272°22.62%32.94%
CMYK10.71%22.62%0.00%
67.06%

Color #4B4154 in popluar number systems.

HEX4B4154
Decimal756584
Binary100101110000011010100
Octal113101124

Shades and tints

Shades of #4B4154

#4B4154
(75,65,84)
#453C4D
(69,60,77)
#3F3746
(63,55,70)
#39323F
(57,50,63)
#332D38
(51,45,56)
#2D2831
(45,40,49)
#27232A
(39,35,42)
#211E23
(33,30,35)
#1B191C
(27,25,28)
#151415
(21,20,21)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #4B4154

#4B4154
(75,65,84)
#5B5263
(91,82,99)
#6B6372
(107,99,114)
#7B7481
(123,116,129)
#8B8590
(139,133,144)
#9B969F
(155,150,159)
#ABA7AE
(171,167,174)
#BBB8BD
(187,184,189)
#CBC9CC
(203,201,204)
#DBDADB
(219,218,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4154; }

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

This text font color is #4B4154.


Background Color

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

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

This div background color is #4B4154.


Border color

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

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

This div border color is #4B4154.


Opacity

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

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

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

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

This text has shadow with #4B4154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4154 on black background.


Color preview on white background

This text has color #4B4154 on white background.



Black color preview on #4B4154 background

This text has black color on #4B4154 background.


White color preview on #4B4154 background

This text has white color on #4B4154 background.