COLOR #4B4252

HEX: #4B4252
RGB: (75,66,82)

Color info

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

RGB color model

#4B4252 color RGB value is (75,66,82).

  • red value is 75;
  • green value is 66;
  • blue value is 82.
RGB:
(75,66,82)
(29%,26%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 82 of 255 = 32%

75
66
82

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

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 82 = 223 (100%)
R 75 of 223 ~ 33.63%
G 66 of 223 ~ 29.6%
B 82 of 223 ~ 36.77%

%33.63
%29.6
%36.77

CMYK color model

#4B4252 color CMYK value is (9,20,0,68).

  • cyan value is 8.54%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(9,20,0,68)
C9M20Y0K68 
(9%,20%,0%,68%)
(0.09/0.20/0.00/0.68)	

CMYK percentages

%8.54
%19.51
%0
%67.84

Codes

Color #4B4252 in popluar color models

4B4252
RGB756682
HSL274°10.81%29.02%
HSB/HSV274°19.51%32.16%
CMYK8.54%19.51%0.00%
67.84%

Color #4B4252 in popluar number systems.

HEX4B4252
Decimal756682
Binary100101110000101010010
Octal113102122

Shades and tints

Shades of #4B4252

#4B4252
(75,66,82)
#453C4B
(69,60,75)
#3F3644
(63,54,68)
#39303D
(57,48,61)
#332A36
(51,42,54)
#2D242F
(45,36,47)
#271E28
(39,30,40)
#211821
(33,24,33)
#1B121A
(27,18,26)
#150C13
(21,12,19)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B4252

#4B4252
(75,66,82)
#5B5361
(91,83,97)
#6B6470
(107,100,112)
#7B757F
(123,117,127)
#8B868E
(139,134,142)
#9B979D
(155,151,157)
#ABA8AC
(171,168,172)
#BBB9BB
(187,185,187)
#CBCACA
(203,202,202)
#DBDBD9
(219,219,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4252 color. Also use rgb(75,66,82) instead hex code.

Text Font Color

.myTextColor { color: #4B4252; }

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

This text font color is #4B4252.


Background Color

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

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

This div background color is #4B4252.


Border color

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

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

This div border color is #4B4252.


Opacity

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

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

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

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

This text has shadow with #4B4252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4252 on black background.


Color preview on white background

This text has color #4B4252 on white background.



Black color preview on #4B4252 background

This text has black color on #4B4252 background.


White color preview on #4B4252 background

This text has white color on #4B4252 background.