COLOR #336A73

HEX: #336A73
RGB: (51,106,115)

Color info

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

RGB color model

#336A73 color RGB value is (51,106,115).

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

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 115 of 255 = 45%

51
106
115

R + G + B ~ 36%. #336A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 106 + 115 = 272 (100%)
R 51 of 272 ~ 18.75%
G 106 of 272 ~ 38.97%
B 115 of 272 ~ 42.28%

%18.75
%38.97
%42.28

CMYK color model

#336A73 color CMYK value is (56,8,0,55).

  • cyan value is 55.65%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(56,8,0,55)
C56M8Y0K55 
(56%,8%,0%,55%)
(0.56/0.08/0.00/0.55)	

CMYK percentages

%55.65
%7.83
%0
%54.9

Codes

Color #336A73 in popluar color models

336A73
RGB51106115
HSL188°38.55%32.55%
HSB/HSV188°55.65%45.10%
CMYK55.65%7.83%0.00%
54.90%

Color #336A73 in popluar number systems.

HEX336A73
Decimal51106115
Binary11001111010101110011
Octal63152163

Shades and tints

Shades of #336A73

#336A73
(51,106,115)
#2F6169
(47,97,105)
#2B585F
(43,88,95)
#274F55
(39,79,85)
#23464B
(35,70,75)
#1F3D41
(31,61,65)
#1B3437
(27,52,55)
#172B2D
(23,43,45)
#132223
(19,34,35)
#0F1919
(15,25,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #336A73

#336A73
(51,106,115)
#45777F
(69,119,127)
#57848B
(87,132,139)
#699197
(105,145,151)
#7B9EA3
(123,158,163)
#8DABAF
(141,171,175)
#9FB8BB
(159,184,187)
#B1C5C7
(177,197,199)
#C3D2D3
(195,210,211)
#D5DFDF
(213,223,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336A73; }

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

This text font color is #336A73.


Background Color

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

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

This div background color is #336A73.


Border color

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

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

This div border color is #336A73.


Opacity

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

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

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

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

This text has shadow with #336A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A73 on black background.


Color preview on white background

This text has color #336A73 on white background.



Black color preview on #336A73 background

This text has black color on #336A73 background.


White color preview on #336A73 background

This text has white color on #336A73 background.