COLOR #4311B3

HEX: #4311B3
RGB: (67,17,179)

Color info

#4311B3 contains mainly blue color. Web safe color of #4311B3 is #330099 (or #309).

RGB color model

#4311B3 color RGB value is (67,17,179).

  • red value is 67;
  • green value is 17;
  • blue value is 179.
RGB:
(67,17,179)
(26%,7%,70%)

RGB channels and saturation

R 67 of 255 = 26%
G 17 of 255 = 7%
B 179 of 255 = 70%

67
17
179

R + G + B ~ 34%. #4311B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 17 + 179 = 263 (100%)
R 67 of 263 ~ 25.48%
G 17 of 263 ~ 6.46%
B 179 of 263 ~ 68.06%

%25.48
%68.06

CMYK color model

#4311B3 color CMYK value is (63,91,0,30).

  • cyan value is 62.57%
  • magenta value is 90.50%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(63,91,0,30)
C63M91Y0K30 
(63%,91%,0%,30%)
(0.63/0.91/0.00/0.30)	

CMYK percentages

%62.57
%90.5
%0
%29.8

Codes

Color #4311B3 in popluar color models

4311B3
RGB6717179
HSL259°82.65%38.43%
HSB/HSV259°90.50%70.20%
CMYK62.57%90.50%0.00%
29.80%

Color #4311B3 in popluar number systems.

HEX4311B3
Decimal6717179
Binary10000111000110110011
Octal10321263

Shades and tints

Shades of #4311B3

#4311B3
(67,17,179)
#3D10A3
(61,16,163)
#370F93
(55,15,147)
#310E83
(49,14,131)
#2B0D73
(43,13,115)
#250C63
(37,12,99)
#1F0B53
(31,11,83)
#190A43
(25,10,67)
#130933
(19,9,51)
#0D0823
(13,8,35)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #4311B3

#4311B3
(67,17,179)
#5426B9
(84,38,185)
#653BBF
(101,59,191)
#7650C5
(118,80,197)
#8765CB
(135,101,203)
#987AD1
(152,122,209)
#A98FD7
(169,143,215)
#BAA4DD
(186,164,221)
#CBB9E3
(203,185,227)
#DCCEE9
(220,206,233)
#EDE3EF
(237,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4311B3 color. Also use rgb(67,17,179) instead hex code.

Text Font Color

.myTextColor { color: #4311B3; }

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

This text font color is #4311B3.


Background Color

.myBgColor { background-color: #4311B3; }

<div style="background-color:#4311B3">Inner text</div>

This div background color is #4311B3.


Border color

.myBorderColor { border: 1px solid #4311B3; }

<div style="border:3px solid #4311B3">Div</div>

This div border color is #4311B3.


Opacity

.myOpacity80 { color: #4311B3; opacity: 0.8; }

<p style="color:#4311B3;opacity:0.8;">80%</p>

Text with #4311B3 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 #4311B3;}

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

This text has shadow with #4311B3 color.

.textShadow {text-shadow: 3px 3px 1px #4311B3, 3px 3px 1px red;}

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

This text has shadow with #4311B3 primary color and red secondary color.


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

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

This text has shadow with #4311B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4311B3 on black background.


Color preview on white background

This text has color #4311B3 on white background.



Black color preview on #4311B3 background

This text has black color on #4311B3 background.


White color preview on #4311B3 background

This text has white color on #4311B3 background.