COLOR #33386A

HEX: #33386A
RGB: (51,56,106)

Color info

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

RGB color model

#33386A color RGB value is (51,56,106).

  • red value is 51;
  • green value is 56;
  • blue value is 106.
RGB:
(51,56,106)
(20%,22%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 106 of 255 = 42%

51
56
106

R + G + B ~ 28%. #33386A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 106 = 213 (100%)
R 51 of 213 ~ 23.94%
G 56 of 213 ~ 26.29%
B 106 of 213 ~ 49.77%

%23.94
%26.29
%49.77

CMYK color model

#33386A color CMYK value is (52,47,0,58).

  • cyan value is 51.89%
  • magenta value is 47.17%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(52,47,0,58)
C52M47Y0K58 
(52%,47%,0%,58%)
(0.52/0.47/0.00/0.58)	

CMYK percentages

%51.89
%47.17
%0
%58.43

Codes

Color #33386A in popluar color models

33386A
RGB5156106
HSL235°35.03%30.78%
HSB/HSV235°51.89%41.57%
CMYK51.89%47.17%0.00%
58.43%

Color #33386A in popluar number systems.

HEX33386A
Decimal5156106
Binary1100111110001101010
Octal6370152

Shades and tints

Shades of #33386A

#33386A
(51,56,106)
#2F3361
(47,51,97)
#2B2E58
(43,46,88)
#27294F
(39,41,79)
#232446
(35,36,70)
#1F1F3D
(31,31,61)
#1B1A34
(27,26,52)
#17152B
(23,21,43)
#131022
(19,16,34)
#0F0B19
(15,11,25)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #33386A

#33386A
(51,56,106)
#454A77
(69,74,119)
#575C84
(87,92,132)
#696E91
(105,110,145)
#7B809E
(123,128,158)
#8D92AB
(141,146,171)
#9FA4B8
(159,164,184)
#B1B6C5
(177,182,197)
#C3C8D2
(195,200,210)
#D5DADF
(213,218,223)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33386A color. Also use rgb(51,56,106) instead hex code.

Text Font Color

.myTextColor { color: #33386A; }

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

This text font color is #33386A.


Background Color

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

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

This div background color is #33386A.


Border color

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

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

This div border color is #33386A.


Opacity

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

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

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

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

This text has shadow with #33386A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33386A on black background.


Color preview on white background

This text has color #33386A on white background.



Black color preview on #33386A background

This text has black color on #33386A background.


White color preview on #33386A background

This text has white color on #33386A background.