COLOR #4B4157

HEX: #4B4157
RGB: (75,65,87)

Color info

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

RGB color model

#4B4157 color RGB value is (75,65,87).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 87 of 255 = 34%

75
65
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 87 = 227 (100%)
R 75 of 227 ~ 33.04%
G 65 of 227 ~ 28.63%
B 87 of 227 ~ 38.33%

%33.04
%28.63
%38.33

CMYK color model

#4B4157 color CMYK value is (14,25,0,66).

  • cyan value is 13.79%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,25,0,66)
C14M25Y0K66 
(14%,25%,0%,66%)
(0.14/0.25/0.00/0.66)	

CMYK percentages

%13.79
%25.29
%0
%65.88

Codes

Color #4B4157 in popluar color models

4B4157
RGB756587
HSL267°14.47%29.80%
HSB/HSV267°25.29%34.12%
CMYK13.79%25.29%0.00%
65.88%

Color #4B4157 in popluar number systems.

HEX4B4157
Decimal756587
Binary100101110000011010111
Octal113101127

Shades and tints

Shades of #4B4157

#4B4157
(75,65,87)
#453C50
(69,60,80)
#3F3749
(63,55,73)
#393242
(57,50,66)
#332D3B
(51,45,59)
#2D2834
(45,40,52)
#27232D
(39,35,45)
#211E26
(33,30,38)
#1B191F
(27,25,31)
#151418
(21,20,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B4157

#4B4157
(75,65,87)
#5B5266
(91,82,102)
#6B6375
(107,99,117)
#7B7484
(123,116,132)
#8B8593
(139,133,147)
#9B96A2
(155,150,162)
#ABA7B1
(171,167,177)
#BBB8C0
(187,184,192)
#CBC9CF
(203,201,207)
#DBDADE
(219,218,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4157; }

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

This text font color is #4B4157.


Background Color

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

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

This div background color is #4B4157.


Border color

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

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

This div border color is #4B4157.


Opacity

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

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

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

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

This text has shadow with #4B4157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4157 on black background.


Color preview on white background

This text has color #4B4157 on white background.



Black color preview on #4B4157 background

This text has black color on #4B4157 background.


White color preview on #4B4157 background

This text has white color on #4B4157 background.