COLOR #339D92

HEX: #339D92
RGB: (51,157,146)

Color info

#339D92 contains mainly green and blue colors. Web safe color of #339D92 is #339999 (or #399).

RGB color model

#339D92 color RGB value is (51,157,146).

  • red value is 51;
  • green value is 157;
  • blue value is 146.
RGB:
(51,157,146)
(20%,62%,57%)

RGB channels and saturation

R 51 of 255 = 20%
G 157 of 255 = 62%
B 146 of 255 = 57%

51
157
146

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

Portions of RGB colors in percentages

R + G + B =
51 + 157 + 146 = 354 (100%)
R 51 of 354 ~ 14.41%
G 157 of 354 ~ 44.35%
B 146 of 354 ~ 41.24%

%14.41
%44.35
%41.24

CMYK color model

#339D92 color CMYK value is (68,0,7,38).

  • cyan value is 67.52%
  • magenta value is 0.00%
  • yellow value is 7.01%
  • key color value is 38.43%
CMYK:
(68,0,7,38)
C68M0Y7K38 
(68%,0%,7%,38%)
(0.68/0.00/0.07/0.38)	

CMYK percentages

%67.52
%0
%7.01
%38.43

Codes

Color #339D92 in popluar color models

339D92
RGB51157146
HSL174°50.96%40.78%
HSB/HSV174°67.52%61.57%
CMYK67.52%0.00%7.01%
38.43%

Color #339D92 in popluar number systems.

HEX339D92
Decimal51157146
Binary1100111001110110010010
Octal63235222

Shades and tints

Shades of #339D92

#339D92
(51,157,146)
#2F8F85
(47,143,133)
#2B8178
(43,129,120)
#27736B
(39,115,107)
#23655E
(35,101,94)
#1F5751
(31,87,81)
#1B4944
(27,73,68)
#173B37
(23,59,55)
#132D2A
(19,45,42)
#0F1F1D
(15,31,29)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #339D92

#339D92
(51,157,146)
#45A59B
(69,165,155)
#57ADA4
(87,173,164)
#69B5AD
(105,181,173)
#7BBDB6
(123,189,182)
#8DC5BF
(141,197,191)
#9FCDC8
(159,205,200)
#B1D5D1
(177,213,209)
#C3DDDA
(195,221,218)
#D5E5E3
(213,229,227)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339D92 color. Also use rgb(51,157,146) instead hex code.

Text Font Color

.myTextColor { color: #339D92; }

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

This text font color is #339D92.


Background Color

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

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

This div background color is #339D92.


Border color

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

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

This div border color is #339D92.


Opacity

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

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

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

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

This text has shadow with #339D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339D92 on black background.


Color preview on white background

This text has color #339D92 on white background.



Black color preview on #339D92 background

This text has black color on #339D92 background.


White color preview on #339D92 background

This text has white color on #339D92 background.