COLOR #339868

HEX: #339868
RGB: (51,152,104)

Color info

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

RGB color model

#339868 color RGB value is (51,152,104).

  • red value is 51;
  • green value is 152;
  • blue value is 104.
RGB:
(51,152,104)
(20%,60%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 152 of 255 = 60%
B 104 of 255 = 41%

51
152
104

R + G + B ~ 40%. #339868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 152 + 104 = 307 (100%)
R 51 of 307 ~ 16.61%
G 152 of 307 ~ 49.51%
B 104 of 307 ~ 33.88%

%16.61
%49.51
%33.88

CMYK color model

#339868 color CMYK value is (66,0,32,40).

  • cyan value is 66.45%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(66,0,32,40)
C66M0Y32K40 
(66%,0%,32%,40%)
(0.66/0.00/0.32/0.40)	

CMYK percentages

%66.45
%0
%31.58
%40.39

Codes

Color #339868 in popluar color models

339868
RGB51152104
HSL151°49.75%39.80%
HSB/HSV151°66.45%59.61%
CMYK66.45%0.00%31.58%
40.39%

Color #339868 in popluar number systems.

HEX339868
Decimal51152104
Binary110011100110001101000
Octal63230150

Shades and tints

Shades of #339868

#339868
(51,152,104)
#2F8B5F
(47,139,95)
#2B7E56
(43,126,86)
#27714D
(39,113,77)
#236444
(35,100,68)
#1F573B
(31,87,59)
#1B4A32
(27,74,50)
#173D29
(23,61,41)
#133020
(19,48,32)
#0F2317
(15,35,23)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #339868

#339868
(51,152,104)
#45A175
(69,161,117)
#57AA82
(87,170,130)
#69B38F
(105,179,143)
#7BBC9C
(123,188,156)
#8DC5A9
(141,197,169)
#9FCEB6
(159,206,182)
#B1D7C3
(177,215,195)
#C3E0D0
(195,224,208)
#D5E9DD
(213,233,221)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339868 color. Also use rgb(51,152,104) instead hex code.

Text Font Color

.myTextColor { color: #339868; }

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

This text font color is #339868.


Background Color

.myBgColor { background-color: #339868; }

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

This div background color is #339868.


Border color

.myBorderColor { border: 1px solid #339868; }

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

This div border color is #339868.


Opacity

.myOpacity80 { color: #339868; opacity: 0.8; }

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

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

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

This text has shadow with #339868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339868 on black background.


Color preview on white background

This text has color #339868 on white background.



Black color preview on #339868 background

This text has black color on #339868 background.


White color preview on #339868 background

This text has white color on #339868 background.