COLOR #399A12

HEX: #399A12
RGB: (57,154,18)

Color info

#399A12 contains mainly green color. Web safe color of #399A12 is #339900 (or #390).

RGB color model

#399A12 color RGB value is (57,154,18).

  • red value is 57;
  • green value is 154;
  • blue value is 18.
RGB:
(57,154,18)
(22%,60%,7%)

RGB channels and saturation

R 57 of 255 = 22%
G 154 of 255 = 60%
B 18 of 255 = 7%

57
154
18

R + G + B ~ 30%. #399A12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 154 + 18 = 229 (100%)
R 57 of 229 ~ 24.89%
G 154 of 229 ~ 67.25%
B 18 of 229 ~ 7.86%

%24.89
%67.25

CMYK color model

#399A12 color CMYK value is (63,0,88,40).

  • cyan value is 62.99%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 39.61%
CMYK:
(63,0,88,40)
C63M0Y88K40 
(63%,0%,88%,40%)
(0.63/0.00/0.88/0.40)	

CMYK percentages

%62.99
%0
%88.31
%39.61

Codes

Color #399A12 in popluar color models

399A12
RGB5715418
HSL103°79.07%33.73%
HSB/HSV103°88.31%60.39%
CMYK62.99%0.00%88.31%
39.61%

Color #399A12 in popluar number systems.

HEX399A12
Decimal5715418
Binary1110011001101010010
Octal7123222

Shades and tints

Shades of #399A12

#399A12
(57,154,18)
#348C11
(52,140,17)
#2F7E10
(47,126,16)
#2A700F
(42,112,15)
#25620E
(37,98,14)
#20540D
(32,84,13)
#1B460C
(27,70,12)
#16380B
(22,56,11)
#112A0A
(17,42,10)
#0C1C09
(12,28,9)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #399A12

#399A12
(57,154,18)
#4BA327
(75,163,39)
#5DAC3C
(93,172,60)
#6FB551
(111,181,81)
#81BE66
(129,190,102)
#93C77B
(147,199,123)
#A5D090
(165,208,144)
#B7D9A5
(183,217,165)
#C9E2BA
(201,226,186)
#DBEBCF
(219,235,207)
#EDF4E4
(237,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399A12 color. Also use rgb(57,154,18) instead hex code.

Text Font Color

.myTextColor { color: #399A12; }

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

This text font color is #399A12.


Background Color

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

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

This div background color is #399A12.


Border color

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

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

This div border color is #399A12.


Opacity

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

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

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

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

This text has shadow with #399A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399A12 on black background.


Color preview on white background

This text has color #399A12 on white background.



Black color preview on #399A12 background

This text has black color on #399A12 background.


White color preview on #399A12 background

This text has white color on #399A12 background.