COLOR #33506C

HEX: #33506C
RGB: (51,80,108)

Color info

#33506C contains red, green and blue colors in about the same proportion. Web safe color of #33506C is #336666 (or #366).

RGB color model

#33506C color RGB value is (51,80,108).

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

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 108 of 255 = 42%

51
80
108

R + G + B ~ 31%. #33506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 108 = 239 (100%)
R 51 of 239 ~ 21.34%
G 80 of 239 ~ 33.47%
B 108 of 239 ~ 45.19%

%21.34
%33.47
%45.19

CMYK color model

#33506C color CMYK value is (53,26,0,58).

  • cyan value is 52.78%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(53,26,0,58)
C53M26Y0K58 
(53%,26%,0%,58%)
(0.53/0.26/0.00/0.58)	

CMYK percentages

%52.78
%25.93
%0
%57.65

Codes

Color #33506C in popluar color models

33506C
RGB5180108
HSL209°35.85%31.18%
HSB/HSV209°52.78%42.35%
CMYK52.78%25.93%0.00%
57.65%

Color #33506C in popluar number systems.

HEX33506C
Decimal5180108
Binary11001110100001101100
Octal63120154

Shades and tints

Shades of #33506C

#33506C
(51,80,108)
#2F4963
(47,73,99)
#2B425A
(43,66,90)
#273B51
(39,59,81)
#233448
(35,52,72)
#1F2D3F
(31,45,63)
#1B2636
(27,38,54)
#171F2D
(23,31,45)
#131824
(19,24,36)
#0F111B
(15,17,27)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #33506C

#33506C
(51,80,108)
#455F79
(69,95,121)
#576E86
(87,110,134)
#697D93
(105,125,147)
#7B8CA0
(123,140,160)
#8D9BAD
(141,155,173)
#9FAABA
(159,170,186)
#B1B9C7
(177,185,199)
#C3C8D4
(195,200,212)
#D5D7E1
(213,215,225)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33506C; }

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

This text font color is #33506C.


Background Color

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

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

This div background color is #33506C.


Border color

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

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

This div border color is #33506C.


Opacity

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

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

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

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

This text has shadow with #33506C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33506C on black background.


Color preview on white background

This text has color #33506C on white background.



Black color preview on #33506C background

This text has black color on #33506C background.


White color preview on #33506C background

This text has white color on #33506C background.