COLOR #33505D

HEX: #33505D
RGB: (51,80,93)

Color info

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

RGB color model

#33505D color RGB value is (51,80,93).

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

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 93 of 255 = 36%

51
80
93

R + G + B ~ 29%. #33505D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 93 = 224 (100%)
R 51 of 224 ~ 22.77%
G 80 of 224 ~ 35.71%
B 93 of 224 ~ 41.52%

%22.77
%35.71
%41.52

CMYK color model

#33505D color CMYK value is (45,14,0,64).

  • cyan value is 45.16%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(45,14,0,64)
C45M14Y0K64 
(45%,14%,0%,64%)
(0.45/0.14/0.00/0.64)	

CMYK percentages

%45.16
%13.98
%0
%63.53

Codes

Color #33505D in popluar color models

33505D
RGB518093
HSL199°29.17%28.24%
HSB/HSV199°45.16%36.47%
CMYK45.16%13.98%0.00%
63.53%

Color #33505D in popluar number systems.

HEX33505D
Decimal518093
Binary11001110100001011101
Octal63120135

Shades and tints

Shades of #33505D

#33505D
(51,80,93)
#2F4955
(47,73,85)
#2B424D
(43,66,77)
#273B45
(39,59,69)
#23343D
(35,52,61)
#1F2D35
(31,45,53)
#1B262D
(27,38,45)
#171F25
(23,31,37)
#13181D
(19,24,29)
#0F1115
(15,17,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #33505D

#33505D
(51,80,93)
#455F6B
(69,95,107)
#576E79
(87,110,121)
#697D87
(105,125,135)
#7B8C95
(123,140,149)
#8D9BA3
(141,155,163)
#9FAAB1
(159,170,177)
#B1B9BF
(177,185,191)
#C3C8CD
(195,200,205)
#D5D7DB
(213,215,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33505D color. Also use rgb(51,80,93) instead hex code.

Text Font Color

.myTextColor { color: #33505D; }

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

This text font color is #33505D.


Background Color

.myBgColor { background-color: #33505D; }

<div style="background-color:#33505D">Inner text</div>

This div background color is #33505D.


Border color

.myBorderColor { border: 1px solid #33505D; }

<div style="border:3px solid #33505D">Div</div>

This div border color is #33505D.


Opacity

.myOpacity80 { color: #33505D; opacity: 0.8; }

<p style="color:#33505D;opacity:0.8;">80%</p>

Text with #33505D 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 #33505D;}

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

This text has shadow with #33505D color.

.textShadow {text-shadow: 3px 3px 1px #33505D, 3px 3px 1px red;}

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

This text has shadow with #33505D primary color and red secondary color.


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

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

This text has shadow with #33505D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33505D on black background.


Color preview on white background

This text has color #33505D on white background.



Black color preview on #33505D background

This text has black color on #33505D background.


White color preview on #33505D background

This text has white color on #33505D background.