COLOR #33376A

HEX: #33376A
RGB: (51,55,106)

Color info

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

RGB color model

#33376A color RGB value is (51,55,106).

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

RGB channels and saturation

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

51
55
106

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

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 106 = 212 (100%)
R 51 of 212 ~ 24.06%
G 55 of 212 ~ 25.94%
B 106 of 212 ~ 50%

%24.06
%25.94
%50

CMYK color model

#33376A color CMYK value is (52,48,0,58).

  • cyan value is 51.89%
  • magenta value is 48.11%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(52,48,0,58)
C52M48Y0K58 
(52%,48%,0%,58%)
(0.52/0.48/0.00/0.58)	

CMYK percentages

%51.89
%48.11
%0
%58.43

Codes

Color #33376A in popluar color models

33376A
RGB5155106
HSL236°35.03%30.78%
HSB/HSV236°51.89%41.57%
CMYK51.89%48.11%0.00%
58.43%

Color #33376A in popluar number systems.

HEX33376A
Decimal5155106
Binary1100111101111101010
Octal6367152

Shades and tints

Shades of #33376A

#33376A
(51,55,106)
#2F3261
(47,50,97)
#2B2D58
(43,45,88)
#27284F
(39,40,79)
#232346
(35,35,70)
#1F1E3D
(31,30,61)
#1B1934
(27,25,52)
#17142B
(23,20,43)
#130F22
(19,15,34)
#0F0A19
(15,10,25)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #33376A

#33376A
(51,55,106)
#454977
(69,73,119)
#575B84
(87,91,132)
#696D91
(105,109,145)
#7B7F9E
(123,127,158)
#8D91AB
(141,145,171)
#9FA3B8
(159,163,184)
#B1B5C5
(177,181,197)
#C3C7D2
(195,199,210)
#D5D9DF
(213,217,223)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33376A; }

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

This text font color is #33376A.


Background Color

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

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

This div background color is #33376A.


Border color

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

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

This div border color is #33376A.


Opacity

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

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

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

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

This text has shadow with #33376A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33376A on black background.


Color preview on white background

This text has color #33376A on white background.



Black color preview on #33376A background

This text has black color on #33376A background.


White color preview on #33376A background

This text has white color on #33376A background.