COLOR #339E67

HEX: #339E67
RGB: (51,158,103)

Color info

#339E67 contains mainly green and blue colors. Web safe color of #339E67 is #339966 (or #396).

RGB color model

#339E67 color RGB value is (51,158,103).

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

RGB channels and saturation

R 51 of 255 = 20%
G 158 of 255 = 62%
B 103 of 255 = 40%

51
158
103

R + G + B ~ 41%. #339E67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 158 + 103 = 312 (100%)
R 51 of 312 ~ 16.35%
G 158 of 312 ~ 50.64%
B 103 of 312 ~ 33.01%

%16.35
%50.64
%33.01

CMYK color model

#339E67 color CMYK value is (68,0,35,38).

  • cyan value is 67.72%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 38.04%
CMYK:
(68,0,35,38)
C68M0Y35K38 
(68%,0%,35%,38%)
(0.68/0.00/0.35/0.38)	

CMYK percentages

%67.72
%0
%34.81
%38.04

Codes

Color #339E67 in popluar color models

339E67
RGB51158103
HSL149°51.20%40.98%
HSB/HSV149°67.72%61.96%
CMYK67.72%0.00%34.81%
38.04%

Color #339E67 in popluar number systems.

HEX339E67
Decimal51158103
Binary110011100111101100111
Octal63236147

Shades and tints

Shades of #339E67

#339E67
(51,158,103)
#2F905E
(47,144,94)
#2B8255
(43,130,85)
#27744C
(39,116,76)
#236643
(35,102,67)
#1F583A
(31,88,58)
#1B4A31
(27,74,49)
#173C28
(23,60,40)
#132E1F
(19,46,31)
#0F2016
(15,32,22)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #339E67

#339E67
(51,158,103)
#45A674
(69,166,116)
#57AE81
(87,174,129)
#69B68E
(105,182,142)
#7BBE9B
(123,190,155)
#8DC6A8
(141,198,168)
#9FCEB5
(159,206,181)
#B1D6C2
(177,214,194)
#C3DECF
(195,222,207)
#D5E6DC
(213,230,220)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #339E67; }

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

This text font color is #339E67.


Background Color

.myBgColor { background-color: #339E67; }

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

This div background color is #339E67.


Border color

.myBorderColor { border: 1px solid #339E67; }

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

This div border color is #339E67.


Opacity

.myOpacity80 { color: #339E67; opacity: 0.8; }

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

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

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

This text has shadow with #339E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339E67 on black background.


Color preview on white background

This text has color #339E67 on white background.



Black color preview on #339E67 background

This text has black color on #339E67 background.


White color preview on #339E67 background

This text has white color on #339E67 background.