COLOR #4B4251

HEX: #4B4251
RGB: (75,66,81)

Color info

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

RGB color model

#4B4251 color RGB value is (75,66,81).

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

RGB channels and saturation

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

75
66
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 81 = 222 (100%)
R 75 of 222 ~ 33.78%
G 66 of 222 ~ 29.73%
B 81 of 222 ~ 36.49%

%33.78
%29.73
%36.49

CMYK color model

#4B4251 color CMYK value is (7,19,0,68).

  • cyan value is 7.41%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,19,0,68)
C7M19Y0K68 
(7%,19%,0%,68%)
(0.07/0.19/0.00/0.68)	

CMYK percentages

%7.41
%18.52
%0
%68.24

Codes

Color #4B4251 in popluar color models

4B4251
RGB756681
HSL276°10.20%28.82%
HSB/HSV276°18.52%31.76%
CMYK7.41%18.52%0.00%
68.24%

Color #4B4251 in popluar number systems.

HEX4B4251
Decimal756681
Binary100101110000101010001
Octal113102121

Shades and tints

Shades of #4B4251

#4B4251
(75,66,81)
#453C4A
(69,60,74)
#3F3643
(63,54,67)
#39303C
(57,48,60)
#332A35
(51,42,53)
#2D242E
(45,36,46)
#271E27
(39,30,39)
#211820
(33,24,32)
#1B1219
(27,18,25)
#150C12
(21,12,18)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #4B4251

#4B4251
(75,66,81)
#5B5360
(91,83,96)
#6B646F
(107,100,111)
#7B757E
(123,117,126)
#8B868D
(139,134,141)
#9B979C
(155,151,156)
#ABA8AB
(171,168,171)
#BBB9BA
(187,185,186)
#CBCAC9
(203,202,201)
#DBDBD8
(219,219,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4251; }

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

This text font color is #4B4251.


Background Color

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

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

This div background color is #4B4251.


Border color

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

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

This div border color is #4B4251.


Opacity

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

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

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

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

This text has shadow with #4B4251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4251 on black background.


Color preview on white background

This text has color #4B4251 on white background.



Black color preview on #4B4251 background

This text has black color on #4B4251 background.


White color preview on #4B4251 background

This text has white color on #4B4251 background.