COLOR #336A82

HEX: #336A82
RGB: (51,106,130)

Color info

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

RGB color model

#336A82 color RGB value is (51,106,130).

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

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 130 of 255 = 51%

51
106
130

R + G + B ~ 38%. #336A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 106 + 130 = 287 (100%)
R 51 of 287 ~ 17.77%
G 106 of 287 ~ 36.93%
B 130 of 287 ~ 45.3%

%17.77
%36.93
%45.3

CMYK color model

#336A82 color CMYK value is (61,18,0,49).

  • cyan value is 60.77%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(61,18,0,49)
C61M18Y0K49 
(61%,18%,0%,49%)
(0.61/0.18/0.00/0.49)	

CMYK percentages

%60.77
%18.46
%0
%49.02

Codes

Color #336A82 in popluar color models

336A82
RGB51106130
HSL198°43.65%35.49%
HSB/HSV198°60.77%50.98%
CMYK60.77%18.46%0.00%
49.02%

Color #336A82 in popluar number systems.

HEX336A82
Decimal51106130
Binary110011110101010000010
Octal63152202

Shades and tints

Shades of #336A82

#336A82
(51,106,130)
#2F6177
(47,97,119)
#2B586C
(43,88,108)
#274F61
(39,79,97)
#234656
(35,70,86)
#1F3D4B
(31,61,75)
#1B3440
(27,52,64)
#172B35
(23,43,53)
#13222A
(19,34,42)
#0F191F
(15,25,31)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #336A82

#336A82
(51,106,130)
#45778D
(69,119,141)
#578498
(87,132,152)
#6991A3
(105,145,163)
#7B9EAE
(123,158,174)
#8DABB9
(141,171,185)
#9FB8C4
(159,184,196)
#B1C5CF
(177,197,207)
#C3D2DA
(195,210,218)
#D5DFE5
(213,223,229)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A82 color. Also use rgb(51,106,130) instead hex code.

Text Font Color

.myTextColor { color: #336A82; }

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

This text font color is #336A82.


Background Color

.myBgColor { background-color: #336A82; }

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

This div background color is #336A82.


Border color

.myBorderColor { border: 1px solid #336A82; }

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

This div border color is #336A82.


Opacity

.myOpacity80 { color: #336A82; opacity: 0.8; }

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

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

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

This text has shadow with #336A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A82 on black background.


Color preview on white background

This text has color #336A82 on white background.



Black color preview on #336A82 background

This text has black color on #336A82 background.


White color preview on #336A82 background

This text has white color on #336A82 background.