COLOR #333577

HEX: #333577
RGB: (51,53,119)

Color info

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

RGB color model

#333577 color RGB value is (51,53,119).

  • red value is 51;
  • green value is 53;
  • blue value is 119.
RGB:
(51,53,119)
(20%,21%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 119 of 255 = 47%

51
53
119

R + G + B ~ 29%. #333577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 119 = 223 (100%)
R 51 of 223 ~ 22.87%
G 53 of 223 ~ 23.77%
B 119 of 223 ~ 53.36%

%22.87
%23.77
%53.36

CMYK color model

#333577 color CMYK value is (57,55,0,53).

  • cyan value is 57.14%
  • magenta value is 55.46%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(57,55,0,53)
C57M55Y0K53 
(57%,55%,0%,53%)
(0.57/0.55/0.00/0.53)	

CMYK percentages

%57.14
%55.46
%0
%53.33

Codes

Color #333577 in popluar color models

333577
RGB5153119
HSL238°40.00%33.33%
HSB/HSV238°57.14%46.67%
CMYK57.14%55.46%0.00%
53.33%

Color #333577 in popluar number systems.

HEX333577
Decimal5153119
Binary1100111101011110111
Octal6365167

Shades and tints

Shades of #333577

#333577
(51,53,119)
#2F316D
(47,49,109)
#2B2D63
(43,45,99)
#272959
(39,41,89)
#23254F
(35,37,79)
#1F2145
(31,33,69)
#1B1D3B
(27,29,59)
#171931
(23,25,49)
#131527
(19,21,39)
#0F111D
(15,17,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #333577

#333577
(51,53,119)
#454783
(69,71,131)
#57598F
(87,89,143)
#696B9B
(105,107,155)
#7B7DA7
(123,125,167)
#8D8FB3
(141,143,179)
#9FA1BF
(159,161,191)
#B1B3CB
(177,179,203)
#C3C5D7
(195,197,215)
#D5D7E3
(213,215,227)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333577 color. Also use rgb(51,53,119) instead hex code.

Text Font Color

.myTextColor { color: #333577; }

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

This text font color is #333577.


Background Color

.myBgColor { background-color: #333577; }

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

This div background color is #333577.


Border color

.myBorderColor { border: 1px solid #333577; }

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

This div border color is #333577.


Opacity

.myOpacity80 { color: #333577; opacity: 0.8; }

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

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

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

This text has shadow with #333577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333577 on black background.


Color preview on white background

This text has color #333577 on white background.



Black color preview on #333577 background

This text has black color on #333577 background.


White color preview on #333577 background

This text has white color on #333577 background.