COLOR #339CA7

HEX: #339CA7
RGB: (51,156,167)

Color info

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

RGB color model

#339CA7 color RGB value is (51,156,167).

  • red value is 51;
  • green value is 156;
  • blue value is 167.
RGB:
(51,156,167)
(20%,61%,65%)

RGB channels and saturation

R 51 of 255 = 20%
G 156 of 255 = 61%
B 167 of 255 = 65%

51
156
167

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

Portions of RGB colors in percentages

R + G + B =
51 + 156 + 167 = 374 (100%)
R 51 of 374 ~ 13.64%
G 156 of 374 ~ 41.71%
B 167 of 374 ~ 44.65%

%13.64
%41.71
%44.65

CMYK color model

#339CA7 color CMYK value is (69,7,0,35).

  • cyan value is 69.46%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(69,7,0,35)
C69M7Y0K35 
(69%,7%,0%,35%)
(0.69/0.07/0.00/0.35)	

CMYK percentages

%69.46
%6.59
%0
%34.51

Codes

Color #339CA7 in popluar color models

339CA7
RGB51156167
HSL186°53.21%42.75%
HSB/HSV186°69.46%65.49%
CMYK69.46%6.59%0.00%
34.51%

Color #339CA7 in popluar number systems.

HEX339CA7
Decimal51156167
Binary1100111001110010100111
Octal63234247

Shades and tints

Shades of #339CA7

#339CA7
(51,156,167)
#2F8E98
(47,142,152)
#2B8089
(43,128,137)
#27727A
(39,114,122)
#23646B
(35,100,107)
#1F565C
(31,86,92)
#1B484D
(27,72,77)
#173A3E
(23,58,62)
#132C2F
(19,44,47)
#0F1E20
(15,30,32)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #339CA7

#339CA7
(51,156,167)
#45A5AF
(69,165,175)
#57AEB7
(87,174,183)
#69B7BF
(105,183,191)
#7BC0C7
(123,192,199)
#8DC9CF
(141,201,207)
#9FD2D7
(159,210,215)
#B1DBDF
(177,219,223)
#C3E4E7
(195,228,231)
#D5EDEF
(213,237,239)
#E7F6F7
(231,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339CA7 color. Also use rgb(51,156,167) instead hex code.

Text Font Color

.myTextColor { color: #339CA7; }

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

This text font color is #339CA7.


Background Color

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

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

This div background color is #339CA7.


Border color

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

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

This div border color is #339CA7.


Opacity

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

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

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

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

This text has shadow with #339CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339CA7 on black background.


Color preview on white background

This text has color #339CA7 on white background.



Black color preview on #339CA7 background

This text has black color on #339CA7 background.


White color preview on #339CA7 background

This text has white color on #339CA7 background.