COLOR #336583

HEX: #336583
RGB: (51,101,131)

Color info

#336583 contains mainly green and blue colors. Web safe color of #336583 is #336699 (or #369).

RGB color model

#336583 color RGB value is (51,101,131).

  • red value is 51;
  • green value is 101;
  • blue value is 131.
RGB:
(51,101,131)
(20%,40%,51%)

RGB channels and saturation

R 51 of 255 = 20%
G 101 of 255 = 40%
B 131 of 255 = 51%

51
101
131

R + G + B ~ 37%. #336583 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 101 + 131 = 283 (100%)
R 51 of 283 ~ 18.02%
G 101 of 283 ~ 35.69%
B 131 of 283 ~ 46.29%

%18.02
%35.69
%46.29

CMYK color model

#336583 color CMYK value is (61,23,0,49).

  • cyan value is 61.07%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(61,23,0,49)
C61M23Y0K49 
(61%,23%,0%,49%)
(0.61/0.23/0.00/0.49)	

CMYK percentages

%61.07
%22.9
%0
%48.63

Codes

Color #336583 in popluar color models

336583
RGB51101131
HSL203°43.96%35.69%
HSB/HSV203°61.07%51.37%
CMYK61.07%22.90%0.00%
48.63%

Color #336583 in popluar number systems.

HEX336583
Decimal51101131
Binary110011110010110000011
Octal63145203

Shades and tints

Shades of #336583

#336583
(51,101,131)
#2F5C78
(47,92,120)
#2B536D
(43,83,109)
#274A62
(39,74,98)
#234157
(35,65,87)
#1F384C
(31,56,76)
#1B2F41
(27,47,65)
#172636
(23,38,54)
#131D2B
(19,29,43)
#0F1420
(15,20,32)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #336583

#336583
(51,101,131)
#45738E
(69,115,142)
#578199
(87,129,153)
#698FA4
(105,143,164)
#7B9DAF
(123,157,175)
#8DABBA
(141,171,186)
#9FB9C5
(159,185,197)
#B1C7D0
(177,199,208)
#C3D5DB
(195,213,219)
#D5E3E6
(213,227,230)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336583 color. Also use rgb(51,101,131) instead hex code.

Text Font Color

.myTextColor { color: #336583; }

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

This text font color is #336583.


Background Color

.myBgColor { background-color: #336583; }

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

This div background color is #336583.


Border color

.myBorderColor { border: 1px solid #336583; }

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

This div border color is #336583.


Opacity

.myOpacity80 { color: #336583; opacity: 0.8; }

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

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

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

This text has shadow with #336583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336583 on black background.


Color preview on white background

This text has color #336583 on white background.



Black color preview on #336583 background

This text has black color on #336583 background.


White color preview on #336583 background

This text has white color on #336583 background.