COLOR #33427E

HEX: #33427E
RGB: (51,66,126)

Color info

#33427E contains mainly blue color. Web safe color of #33427E is #333366 (or #336).

RGB color model

#33427E color RGB value is (51,66,126).

  • red value is 51;
  • green value is 66;
  • blue value is 126.
RGB:
(51,66,126)
(20%,26%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 126 of 255 = 49%

51
66
126

R + G + B ~ 32%. #33427E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 126 = 243 (100%)
R 51 of 243 ~ 20.99%
G 66 of 243 ~ 27.16%
B 126 of 243 ~ 51.85%

%20.99
%27.16
%51.85

CMYK color model

#33427E color CMYK value is (60,48,0,51).

  • cyan value is 59.52%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(60,48,0,51)
C60M48Y0K51 
(60%,48%,0%,51%)
(0.60/0.48/0.00/0.51)	

CMYK percentages

%59.52
%47.62
%0
%50.59

Codes

Color #33427E in popluar color models

33427E
RGB5166126
HSL228°42.37%34.71%
HSB/HSV228°59.52%49.41%
CMYK59.52%47.62%0.00%
50.59%

Color #33427E in popluar number systems.

HEX33427E
Decimal5166126
Binary11001110000101111110
Octal63102176

Shades and tints

Shades of #33427E

#33427E
(51,66,126)
#2F3C73
(47,60,115)
#2B3668
(43,54,104)
#27305D
(39,48,93)
#232A52
(35,42,82)
#1F2447
(31,36,71)
#1B1E3C
(27,30,60)
#171831
(23,24,49)
#131226
(19,18,38)
#0F0C1B
(15,12,27)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #33427E

#33427E
(51,66,126)
#455389
(69,83,137)
#576494
(87,100,148)
#69759F
(105,117,159)
#7B86AA
(123,134,170)
#8D97B5
(141,151,181)
#9FA8C0
(159,168,192)
#B1B9CB
(177,185,203)
#C3CAD6
(195,202,214)
#D5DBE1
(213,219,225)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33427E color. Also use rgb(51,66,126) instead hex code.

Text Font Color

.myTextColor { color: #33427E; }

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

This text font color is #33427E.


Background Color

.myBgColor { background-color: #33427E; }

<div style="background-color:#33427E">Inner text</div>

This div background color is #33427E.


Border color

.myBorderColor { border: 1px solid #33427E; }

<div style="border:3px solid #33427E">Div</div>

This div border color is #33427E.


Opacity

.myOpacity80 { color: #33427E; opacity: 0.8; }

<p style="color:#33427E;opacity:0.8;">80%</p>

Text with #33427E 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 #33427E;}

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

This text has shadow with #33427E color.

.textShadow {text-shadow: 3px 3px 1px #33427E, 3px 3px 1px red;}

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

This text has shadow with #33427E primary color and red secondary color.


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

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

This text has shadow with #33427E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33427E on black background.


Color preview on white background

This text has color #33427E on white background.



Black color preview on #33427E background

This text has black color on #33427E background.


White color preview on #33427E background

This text has white color on #33427E background.