COLOR #336780

HEX: #336780
RGB: (51,103,128)

Color info

#336780 contains mainly green and blue colors. Web safe color of #336780 is #336666 (or #366).

RGB color model

#336780 color RGB value is (51,103,128).

  • red value is 51;
  • green value is 103;
  • blue value is 128.
RGB:
(51,103,128)
(20%,40%,50%)

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 128 of 255 = 50%

51
103
128

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

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 128 = 282 (100%)
R 51 of 282 ~ 18.09%
G 103 of 282 ~ 36.52%
B 128 of 282 ~ 45.39%

%18.09
%36.52
%45.39

CMYK color model

#336780 color CMYK value is (60,20,0,50).

  • cyan value is 60.16%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(60,20,0,50)
C60M20Y0K50 
(60%,20%,0%,50%)
(0.60/0.20/0.00/0.50)	

CMYK percentages

%60.16
%19.53
%0
%49.8

Codes

Color #336780 in popluar color models

336780
RGB51103128
HSL199°43.02%35.10%
HSB/HSV199°60.16%50.20%
CMYK60.16%19.53%0.00%
49.80%

Color #336780 in popluar number systems.

HEX336780
Decimal51103128
Binary110011110011110000000
Octal63147200

Shades and tints

Shades of #336780

#336780
(51,103,128)
#2F5E75
(47,94,117)
#2B556A
(43,85,106)
#274C5F
(39,76,95)
#234354
(35,67,84)
#1F3A49
(31,58,73)
#1B313E
(27,49,62)
#172833
(23,40,51)
#131F28
(19,31,40)
#0F161D
(15,22,29)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #336780

#336780
(51,103,128)
#45748B
(69,116,139)
#578196
(87,129,150)
#698EA1
(105,142,161)
#7B9BAC
(123,155,172)
#8DA8B7
(141,168,183)
#9FB5C2
(159,181,194)
#B1C2CD
(177,194,205)
#C3CFD8
(195,207,216)
#D5DCE3
(213,220,227)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336780 color. Also use rgb(51,103,128) instead hex code.

Text Font Color

.myTextColor { color: #336780; }

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

This text font color is #336780.


Background Color

.myBgColor { background-color: #336780; }

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

This div background color is #336780.


Border color

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

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

This div border color is #336780.


Opacity

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

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

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

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

This text has shadow with #336780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336780 on black background.


Color preview on white background

This text has color #336780 on white background.



Black color preview on #336780 background

This text has black color on #336780 background.


White color preview on #336780 background

This text has white color on #336780 background.