COLOR #4B344E

HEX: #4B344E
RGB: (75,52,78)

Color info

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

RGB color model

#4B344E color RGB value is (75,52,78).

  • red value is 75;
  • green value is 52;
  • blue value is 78.
RGB:
(75,52,78)
(29%,20%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 78 of 255 = 31%

75
52
78

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 78 = 205 (100%)
R 75 of 205 ~ 36.59%
G 52 of 205 ~ 25.37%
B 78 of 205 ~ 38.05%

%36.59
%25.37
%38.05

CMYK color model

#4B344E color CMYK value is (4,33,0,69).

  • cyan value is 3.85%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(4,33,0,69)
C4M33Y0K69 
(4%,33%,0%,69%)
(0.04/0.33/0.00/0.69)	

CMYK percentages

%3.85
%33.33
%0
%69.41

Codes

Color #4B344E in popluar color models

4B344E
RGB755278
HSL293°20.00%25.49%
HSB/HSV293°33.33%30.59%
CMYK3.85%33.33%0.00%
69.41%

Color #4B344E in popluar number systems.

HEX4B344E
Decimal755278
Binary10010111101001001110
Octal11364116

Shades and tints

Shades of #4B344E

#4B344E
(75,52,78)
#453047
(69,48,71)
#3F2C40
(63,44,64)
#392839
(57,40,57)
#332432
(51,36,50)
#2D202B
(45,32,43)
#271C24
(39,28,36)
#21181D
(33,24,29)
#1B1416
(27,20,22)
#15100F
(21,16,15)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B344E

#4B344E
(75,52,78)
#5B465E
(91,70,94)
#6B586E
(107,88,110)
#7B6A7E
(123,106,126)
#8B7C8E
(139,124,142)
#9B8E9E
(155,142,158)
#ABA0AE
(171,160,174)
#BBB2BE
(187,178,190)
#CBC4CE
(203,196,206)
#DBD6DE
(219,214,222)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B344E color. Also use rgb(75,52,78) instead hex code.

Text Font Color

.myTextColor { color: #4B344E; }

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

This text font color is #4B344E.


Background Color

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

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

This div background color is #4B344E.


Border color

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

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

This div border color is #4B344E.


Opacity

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

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

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

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

This text has shadow with #4B344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B344E on black background.


Color preview on white background

This text has color #4B344E on white background.



Black color preview on #4B344E background

This text has black color on #4B344E background.


White color preview on #4B344E background

This text has white color on #4B344E background.