COLOR #4B3E67

HEX: #4B3E67
RGB: (75,62,103)

Color info

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

RGB color model

#4B3E67 color RGB value is (75,62,103).

  • red value is 75;
  • green value is 62;
  • blue value is 103.
RGB:
(75,62,103)
(29%,24%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 62 of 255 = 24%
B 103 of 255 = 40%

75
62
103

R + G + B ~ 31%. #4B3E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 62 + 103 = 240 (100%)
R 75 of 240 ~ 31.25%
G 62 of 240 ~ 25.83%
B 103 of 240 ~ 42.92%

%31.25
%25.83
%42.92

CMYK color model

#4B3E67 color CMYK value is (27,40,0,60).

  • cyan value is 27.18%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(27,40,0,60)
C27M40Y0K60 
(27%,40%,0%,60%)
(0.27/0.40/0.00/0.60)	

CMYK percentages

%27.18
%39.81
%0
%59.61

Codes

Color #4B3E67 in popluar color models

4B3E67
RGB7562103
HSL259°24.85%32.35%
HSB/HSV259°39.81%40.39%
CMYK27.18%39.81%0.00%
59.61%

Color #4B3E67 in popluar number systems.

HEX4B3E67
Decimal7562103
Binary10010111111101100111
Octal11376147

Shades and tints

Shades of #4B3E67

#4B3E67
(75,62,103)
#45395E
(69,57,94)
#3F3455
(63,52,85)
#392F4C
(57,47,76)
#332A43
(51,42,67)
#2D253A
(45,37,58)
#272031
(39,32,49)
#211B28
(33,27,40)
#1B161F
(27,22,31)
#151116
(21,17,22)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B3E67

#4B3E67
(75,62,103)
#5B4F74
(91,79,116)
#6B6081
(107,96,129)
#7B718E
(123,113,142)
#8B829B
(139,130,155)
#9B93A8
(155,147,168)
#ABA4B5
(171,164,181)
#BBB5C2
(187,181,194)
#CBC6CF
(203,198,207)
#DBD7DC
(219,215,220)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3E67 color. Also use rgb(75,62,103) instead hex code.

Text Font Color

.myTextColor { color: #4B3E67; }

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

This text font color is #4B3E67.


Background Color

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

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

This div background color is #4B3E67.


Border color

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

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

This div border color is #4B3E67.


Opacity

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

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

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

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

This text has shadow with #4B3E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3E67 on black background.


Color preview on white background

This text has color #4B3E67 on white background.



Black color preview on #4B3E67 background

This text has black color on #4B3E67 background.


White color preview on #4B3E67 background

This text has white color on #4B3E67 background.