COLOR #33366C

HEX: #33366C
RGB: (51,54,108)

Color info

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

RGB color model

#33366C color RGB value is (51,54,108).

  • red value is 51;
  • green value is 54;
  • blue value is 108.
RGB:
(51,54,108)
(20%,21%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 108 of 255 = 42%

51
54
108

R + G + B ~ 28%. #33366C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 108 = 213 (100%)
R 51 of 213 ~ 23.94%
G 54 of 213 ~ 25.35%
B 108 of 213 ~ 50.7%

%23.94
%25.35
%50.7

CMYK color model

#33366C color CMYK value is (53,50,0,58).

  • cyan value is 52.78%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(53,50,0,58)
C53M50Y0K58 
(53%,50%,0%,58%)
(0.53/0.50/0.00/0.58)	

CMYK percentages

%52.78
%50
%0
%57.65

Codes

Color #33366C in popluar color models

33366C
RGB5154108
HSL237°35.85%31.18%
HSB/HSV237°52.78%42.35%
CMYK52.78%50.00%0.00%
57.65%

Color #33366C in popluar number systems.

HEX33366C
Decimal5154108
Binary1100111101101101100
Octal6366154

Shades and tints

Shades of #33366C

#33366C
(51,54,108)
#2F3263
(47,50,99)
#2B2E5A
(43,46,90)
#272A51
(39,42,81)
#232648
(35,38,72)
#1F223F
(31,34,63)
#1B1E36
(27,30,54)
#171A2D
(23,26,45)
#131624
(19,22,36)
#0F121B
(15,18,27)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #33366C

#33366C
(51,54,108)
#454879
(69,72,121)
#575A86
(87,90,134)
#696C93
(105,108,147)
#7B7EA0
(123,126,160)
#8D90AD
(141,144,173)
#9FA2BA
(159,162,186)
#B1B4C7
(177,180,199)
#C3C6D4
(195,198,212)
#D5D8E1
(213,216,225)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33366C color. Also use rgb(51,54,108) instead hex code.

Text Font Color

.myTextColor { color: #33366C; }

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

This text font color is #33366C.


Background Color

.myBgColor { background-color: #33366C; }

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

This div background color is #33366C.


Border color

.myBorderColor { border: 1px solid #33366C; }

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

This div border color is #33366C.


Opacity

.myOpacity80 { color: #33366C; opacity: 0.8; }

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

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

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

This text has shadow with #33366C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33366C on black background.


Color preview on white background

This text has color #33366C on white background.



Black color preview on #33366C background

This text has black color on #33366C background.


White color preview on #33366C background

This text has white color on #33366C background.