COLOR #336F67

HEX: #336F67 RGB: (51,111,103)

Color info

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

RGB color model

#336F67 color RGB value is (51,111,103).

RGB: (51,111,103) (20%, 44%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 111 of 255 = 44%
B 103 of 255 = 40%

51
111
103

R + G + B ~ 35%. #336F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 111 + 103 = 265 (100%)
R 51 of 265 ~ 19.25%
G 111 of 265 ~ 41.89%
B 103 of 265 ~ 38.87'%

%19.25
%41.89
%38.87

CMYK color model

#336F67 color CMYK value is (54,0,7,56).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 56.47%

CMYK: (54,0,7,56)
C54M0Y7K56 (54%, 0%, 7%, 56%)
(0.54 / 0.00 / 0.07 / 0.56)

CMYK percentages

%54.05
%0
%7.21
%56.47

Codes

Color #336F67 in popluar color models

33 6F 67
RGB 51 111 103
HSL 172° 37.04% 31.76%
HSB/HSV 172° 54.05% 43.53%
CMYK 54.05% 0.00% 7.21%
56.47%

Color #336F67 in popluar number systems.

HEX 33 6F 67
Decimal 51 111 103
Binary 110011 1101111 1100111
Octal 63 157 147

Shades and tints

Shades of #336F67

#336F67
(51,111,103)
#2F655E
(47,101,94)
#2B5B55
(43,91,85)
#27514C
(39,81,76)
#234743
(35,71,67)
#1F3D3A
(31,61,58)
#1B3331
(27,51,49)
#172928
(23,41,40)
#131F1F
(19,31,31)
#0F1516
(15,21,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #336F67

#336F67
(51,111,103)
#457C74
(69,124,116)
#578981
(87,137,129)
#69968E
(105,150,142)
#7BA39B
(123,163,155)
#8DB0A8
(141,176,168)
#9FBDB5
(159,189,181)
#B1CAC2
(177,202,194)
#C3D7CF
(195,215,207)
#D5E4DC
(213,228,220)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336F67; }

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

This text font color is #336F67.

Background Color

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

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

This div background color is #336F67.

Border color

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

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

This div border color is #336F67.

Opacity

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

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

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

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

This text has shadow with #336F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336F67.

Preview

Color preview on black background

This text has color #336F67 on black background.


Color preview on white background

This text has color #336F67 on white background.


Black color preview on #336F67 background

This text has black color on #336F67 background.


White color preview on #336F67 background

This text has white color on #336F67 background.


Related colors

Complementary color

Complementary color for #hex is #CC9098.


I love getcolorcode.com

Triadic colors

1 #67336F and #6F6733 with #336F67 are triadic colors.

2 #676F33 and #6F3367 with #336F67 are triadic colors.