COLOR #336F79

HEX: #336F79 RGB: (51,111,121)

Color info

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

RGB color model

#336F79 color RGB value is (51,111,121).

RGB: (51,111,121) (20%, 44%, 47%)

RGB channels and saturation

R 51 of 255 = 20%
G 111 of 255 = 44%
B 121 of 255 = 47%

51
111
121

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

Portions of RGB colors in percentages

R + G + B = 51 + 111 + 121 = 283 (100%)
R 51 of 283 ~ 18.02%
G 111 of 283 ~ 39.22%
B 121 of 283 ~ 42.76'%

%18.02
%39.22
%42.76

CMYK color model

#336F79 color CMYK value is (58,8,0,53).

  • cyan value is 57.85%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (58,8,0,53)
C58M8Y0K53 (58%, 8%, 0%, 53%)
(0.58 / 0.08 / 0.00 / 0.53)

CMYK percentages

%57.85
%8.26
%0
%52.55

Codes

Color #336F79 in popluar color models

33 6F 79
RGB 51 111 121
HSL 189° 40.70% 33.73%
HSB/HSV 189° 57.85% 47.45%
CMYK 57.85% 8.26% 0.00%
52.55%

Color #336F79 in popluar number systems.

HEX 33 6F 79
Decimal 51 111 121
Binary 110011 1101111 1111001
Octal 63 157 171

Shades and tints

Shades of #336F79

#336F79
(51,111,121)
#2F656E
(47,101,110)
#2B5B63
(43,91,99)
#275158
(39,81,88)
#23474D
(35,71,77)
#1F3D42
(31,61,66)
#1B3337
(27,51,55)
#17292C
(23,41,44)
#131F21
(19,31,33)
#0F1516
(15,21,22)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #336F79

#336F79
(51,111,121)
#457C85
(69,124,133)
#578991
(87,137,145)
#69969D
(105,150,157)
#7BA3A9
(123,163,169)
#8DB0B5
(141,176,181)
#9FBDC1
(159,189,193)
#B1CACD
(177,202,205)
#C3D7D9
(195,215,217)
#D5E4E5
(213,228,229)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336F79 color. Also use rgb(51,111,121) instead hex code.

Text Font Color

.myTextColor { color: #336F79; }

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

This text font color is #336F79.

Background Color

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

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

This div background color is #336F79.

Border color

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

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

This div border color is #336F79.

Opacity

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

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

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

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

This text has shadow with #336F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336F79.

Preview

Color preview on black background

This text has color #336F79 on black background.


Color preview on white background

This text has color #336F79 on white background.


Black color preview on #336F79 background

This text has black color on #336F79 background.


White color preview on #336F79 background

This text has white color on #336F79 background.


Related colors

Complementary color

Complementary color for #hex is #CC9086.


I love getcolorcode.com

Triadic colors

1 #79336F and #6F7933 with #336F79 are triadic colors.

2 #796F33 and #6F3379 with #336F79 are triadic colors.