COLOR #399E46

HEX: #399E46
RGB: (57,158,70)

Color info

#399E46 contains mainly green color. Web safe color of #399E46 is #339933 (or #393).

RGB color model

#399E46 color RGB value is (57,158,70).

  • red value is 57;
  • green value is 158;
  • blue value is 70.
RGB:
(57,158,70)
(22%,62%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 158 of 255 = 62%
B 70 of 255 = 27%

57
158
70

R + G + B ~ 37%. #399E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 158 + 70 = 285 (100%)
R 57 of 285 ~ 20%
G 158 of 285 ~ 55.44%
B 70 of 285 ~ 24.56%

%20
%55.44
%24.56

CMYK color model

#399E46 color CMYK value is (64,0,56,38).

  • cyan value is 63.92%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 38.04%
CMYK:
(64,0,56,38)
C64M0Y56K38 
(64%,0%,56%,38%)
(0.64/0.00/0.56/0.38)	

CMYK percentages

%63.92
%0
%55.7
%38.04

Codes

Color #399E46 in popluar color models

399E46
RGB5715870
HSL128°46.98%42.16%
HSB/HSV128°63.92%61.96%
CMYK63.92%0.00%55.70%
38.04%

Color #399E46 in popluar number systems.

HEX399E46
Decimal5715870
Binary111001100111101000110
Octal71236106

Shades and tints

Shades of #399E46

#399E46
(57,158,70)
#349040
(52,144,64)
#2F823A
(47,130,58)
#2A7434
(42,116,52)
#25662E
(37,102,46)
#205828
(32,88,40)
#1B4A22
(27,74,34)
#163C1C
(22,60,28)
#112E16
(17,46,22)
#0C2010
(12,32,16)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #399E46

#399E46
(57,158,70)
#4BA656
(75,166,86)
#5DAE66
(93,174,102)
#6FB676
(111,182,118)
#81BE86
(129,190,134)
#93C696
(147,198,150)
#A5CEA6
(165,206,166)
#B7D6B6
(183,214,182)
#C9DEC6
(201,222,198)
#DBE6D6
(219,230,214)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399E46 color. Also use rgb(57,158,70) instead hex code.

Text Font Color

.myTextColor { color: #399E46; }

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

This text font color is #399E46.


Background Color

.myBgColor { background-color: #399E46; }

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

This div background color is #399E46.


Border color

.myBorderColor { border: 1px solid #399E46; }

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

This div border color is #399E46.


Opacity

.myOpacity80 { color: #399E46; opacity: 0.8; }

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

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

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

This text has shadow with #399E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399E46 on black background.


Color preview on white background

This text has color #399E46 on white background.



Black color preview on #399E46 background

This text has black color on #399E46 background.


White color preview on #399E46 background

This text has white color on #399E46 background.