COLOR #399D01

HEX: #399D01
RGB: (57,157,1)

Color info

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

RGB color model

#399D01 color RGB value is (57,157,1).

  • red value is 57;
  • green value is 157;
  • blue value is 1.
RGB:
(57,157,1)
(22%,62%,0%)

RGB channels and saturation

R 57 of 255 = 22%
G 157 of 255 = 62%
B 1 of 255 = 0%

57
157
1

R + G + B ~ 28%. #399D01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 157 + 1 = 215 (100%)
R 57 of 215 ~ 26.51%
G 157 of 215 ~ 73.02%
B 1 of 215 ~ 0.47%

%26.51
%73.02

CMYK color model

#399D01 color CMYK value is (64,0,99,38).

  • cyan value is 63.69%
  • magenta value is 0.00%
  • yellow value is 99.36%
  • key color value is 38.43%
CMYK:
(64,0,99,38)
C64M0Y99K38 
(64%,0%,99%,38%)
(0.64/0.00/0.99/0.38)	

CMYK percentages

%63.69
%0
%99.36
%38.43

Codes

Color #399D01 in popluar color models

399D01
RGB571571
HSL98°98.73%30.98%
HSB/HSV98°99.36%61.57%
CMYK63.69%0.00%99.36%
38.43%

Color #399D01 in popluar number systems.

HEX399D01
Decimal571571
Binary111001100111011
Octal712351

Shades and tints

Shades of #399D01

#399D01
(57,157,1)
#348F01
(52,143,1)
#2F8101
(47,129,1)
#2A7301
(42,115,1)
#256501
(37,101,1)
#205701
(32,87,1)
#1B4901
(27,73,1)
#163B01
(22,59,1)
#112D01
(17,45,1)
#0C1F01
(12,31,1)
#071101
(7,17,1)
#000000
(0,0,0)

Tints of #399D01

#399D01
(57,157,1)
#4BA518
(75,165,24)
#5DAD2F
(93,173,47)
#6FB546
(111,181,70)
#81BD5D
(129,189,93)
#93C574
(147,197,116)
#A5CD8B
(165,205,139)
#B7D5A2
(183,213,162)
#C9DDB9
(201,221,185)
#DBE5D0
(219,229,208)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399D01 color. Also use rgb(57,157,1) instead hex code.

Text Font Color

.myTextColor { color: #399D01; }

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

This text font color is #399D01.


Background Color

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

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

This div background color is #399D01.


Border color

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

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

This div border color is #399D01.


Opacity

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

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

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

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

This text has shadow with #399D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399D01 on black background.


Color preview on white background

This text has color #399D01 on white background.



Black color preview on #399D01 background

This text has black color on #399D01 background.


White color preview on #399D01 background

This text has white color on #399D01 background.