COLOR #399F4A

HEX: #399F4A
RGB: (57,159,74)

Color info

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

RGB color model

#399F4A color RGB value is (57,159,74).

  • red value is 57;
  • green value is 159;
  • blue value is 74.
RGB:
(57,159,74)
(22%,62%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 159 of 255 = 62%
B 74 of 255 = 29%

57
159
74

R + G + B ~ 38%. #399F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 159 + 74 = 290 (100%)
R 57 of 290 ~ 19.66%
G 159 of 290 ~ 54.83%
B 74 of 290 ~ 25.52%

%19.66
%54.83
%25.52

CMYK color model

#399F4A color CMYK value is (64,0,53,38).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 53.46%
  • key color value is 37.65%
CMYK:
(64,0,53,38)
C64M0Y53K38 
(64%,0%,53%,38%)
(0.64/0.00/0.53/0.38)	

CMYK percentages

%64.15
%0
%53.46
%37.65

Codes

Color #399F4A in popluar color models

399F4A
RGB5715974
HSL130°47.22%42.35%
HSB/HSV130°64.15%62.35%
CMYK64.15%0.00%53.46%
37.65%

Color #399F4A in popluar number systems.

HEX399F4A
Decimal5715974
Binary111001100111111001010
Octal71237112

Shades and tints

Shades of #399F4A

#399F4A
(57,159,74)
#349144
(52,145,68)
#2F833E
(47,131,62)
#2A7538
(42,117,56)
#256732
(37,103,50)
#20592C
(32,89,44)
#1B4B26
(27,75,38)
#163D20
(22,61,32)
#112F1A
(17,47,26)
#0C2114
(12,33,20)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #399F4A

#399F4A
(57,159,74)
#4BA75A
(75,167,90)
#5DAF6A
(93,175,106)
#6FB77A
(111,183,122)
#81BF8A
(129,191,138)
#93C79A
(147,199,154)
#A5CFAA
(165,207,170)
#B7D7BA
(183,215,186)
#C9DFCA
(201,223,202)
#DBE7DA
(219,231,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399F4A color. Also use rgb(57,159,74) instead hex code.

Text Font Color

.myTextColor { color: #399F4A; }

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

This text font color is #399F4A.


Background Color

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

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

This div background color is #399F4A.


Border color

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

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

This div border color is #399F4A.


Opacity

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

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

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

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

This text has shadow with #399F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399F4A on black background.


Color preview on white background

This text has color #399F4A on white background.



Black color preview on #399F4A background

This text has black color on #399F4A background.


White color preview on #399F4A background

This text has white color on #399F4A background.