COLOR #4B364F

HEX: #4B364F
RGB: (75,54,79)

Color info

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

RGB color model

#4B364F color RGB value is (75,54,79).

  • red value is 75;
  • green value is 54;
  • blue value is 79.
RGB:
(75,54,79)
(29%,21%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 79 of 255 = 31%

75
54
79

R + G + B ~ 27%. #4B364F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 79 = 208 (100%)
R 75 of 208 ~ 36.06%
G 54 of 208 ~ 25.96%
B 79 of 208 ~ 37.98%

%36.06
%25.96
%37.98

CMYK color model

#4B364F color CMYK value is (5,32,0,69).

  • cyan value is 5.06%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,32,0,69)
C5M32Y0K69 
(5%,32%,0%,69%)
(0.05/0.32/0.00/0.69)	

CMYK percentages

%5.06
%31.65
%0
%69.02

Codes

Color #4B364F in popluar color models

4B364F
RGB755479
HSL290°18.80%26.08%
HSB/HSV290°31.65%30.98%
CMYK5.06%31.65%0.00%
69.02%

Color #4B364F in popluar number systems.

HEX4B364F
Decimal755479
Binary10010111101101001111
Octal11366117

Shades and tints

Shades of #4B364F

#4B364F
(75,54,79)
#453248
(69,50,72)
#3F2E41
(63,46,65)
#392A3A
(57,42,58)
#332633
(51,38,51)
#2D222C
(45,34,44)
#271E25
(39,30,37)
#211A1E
(33,26,30)
#1B1617
(27,22,23)
#151210
(21,18,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #4B364F

#4B364F
(75,54,79)
#5B485F
(91,72,95)
#6B5A6F
(107,90,111)
#7B6C7F
(123,108,127)
#8B7E8F
(139,126,143)
#9B909F
(155,144,159)
#ABA2AF
(171,162,175)
#BBB4BF
(187,180,191)
#CBC6CF
(203,198,207)
#DBD8DF
(219,216,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B364F color. Also use rgb(75,54,79) instead hex code.

Text Font Color

.myTextColor { color: #4B364F; }

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

This text font color is #4B364F.


Background Color

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

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

This div background color is #4B364F.


Border color

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

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

This div border color is #4B364F.


Opacity

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

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

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

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

This text has shadow with #4B364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B364F on black background.


Color preview on white background

This text has color #4B364F on white background.



Black color preview on #4B364F background

This text has black color on #4B364F background.


White color preview on #4B364F background

This text has white color on #4B364F background.