COLOR #33355A

HEX: #33355A
RGB: (51,53,90)

Color info

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

RGB color model

#33355A color RGB value is (51,53,90).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 90 of 255 = 35%

51
53
90

R + G + B ~ 25%. #33355A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 90 = 194 (100%)
R 51 of 194 ~ 26.29%
G 53 of 194 ~ 27.32%
B 90 of 194 ~ 46.39%

%26.29
%27.32
%46.39

CMYK color model

#33355A color CMYK value is (43,41,0,65).

  • cyan value is 43.33%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(43,41,0,65)
C43M41Y0K65 
(43%,41%,0%,65%)
(0.43/0.41/0.00/0.65)	

CMYK percentages

%43.33
%41.11
%0
%64.71

Codes

Color #33355A in popluar color models

33355A
RGB515390
HSL237°27.66%27.65%
HSB/HSV237°43.33%35.29%
CMYK43.33%41.11%0.00%
64.71%

Color #33355A in popluar number systems.

HEX33355A
Decimal515390
Binary1100111101011011010
Octal6365132

Shades and tints

Shades of #33355A

#33355A
(51,53,90)
#2F3152
(47,49,82)
#2B2D4A
(43,45,74)
#272942
(39,41,66)
#23253A
(35,37,58)
#1F2132
(31,33,50)
#1B1D2A
(27,29,42)
#171922
(23,25,34)
#13151A
(19,21,26)
#0F1112
(15,17,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #33355A

#33355A
(51,53,90)
#454769
(69,71,105)
#575978
(87,89,120)
#696B87
(105,107,135)
#7B7D96
(123,125,150)
#8D8FA5
(141,143,165)
#9FA1B4
(159,161,180)
#B1B3C3
(177,179,195)
#C3C5D2
(195,197,210)
#D5D7E1
(213,215,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33355A; }

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

This text font color is #33355A.


Background Color

.myBgColor { background-color: #33355A; }

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

This div background color is #33355A.


Border color

.myBorderColor { border: 1px solid #33355A; }

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

This div border color is #33355A.


Opacity

.myOpacity80 { color: #33355A; opacity: 0.8; }

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

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

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

This text has shadow with #33355A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33355A on black background.


Color preview on white background

This text has color #33355A on white background.



Black color preview on #33355A background

This text has black color on #33355A background.


White color preview on #33355A background

This text has white color on #33355A background.