COLOR #394F01

HEX: #394F01
RGB: (57,79,1)

Color info

#394F01 contains mainly red and green colors. Web safe color of #394F01 is #336600 (or #360).

RGB color model

#394F01 color RGB value is (57,79,1).

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

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 1 of 255 = 0%

57
79
1

R + G + B ~ 18%. #394F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 79 + 1 = 137 (100%)
R 57 of 137 ~ 41.61%
G 79 of 137 ~ 57.66%
B 1 of 137 ~ 0.73%

%41.61
%57.66

CMYK color model

#394F01 color CMYK value is (28,0,99,69).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 98.73%
  • key color value is 69.02%
CMYK:
(28,0,99,69)
C28M0Y99K69 
(28%,0%,99%,69%)
(0.28/0.00/0.99/0.69)	

CMYK percentages

%27.85
%0
%98.73
%69.02

Codes

Color #394F01 in popluar color models

394F01
RGB57791
HSL77°97.50%15.69%
HSB/HSV77°98.73%30.98%
CMYK27.85%0.00%98.73%
69.02%

Color #394F01 in popluar number systems.

HEX394F01
Decimal57791
Binary11100110011111
Octal711171

Shades and tints

Shades of #394F01

#394F01
(57,79,1)
#344801
(52,72,1)
#2F4101
(47,65,1)
#2A3A01
(42,58,1)
#253301
(37,51,1)
#202C01
(32,44,1)
#1B2501
(27,37,1)
#161E01
(22,30,1)
#111701
(17,23,1)
#0C1001
(12,16,1)
#070901
(7,9,1)
#000000
(0,0,0)

Tints of #394F01

#394F01
(57,79,1)
#4B5F18
(75,95,24)
#5D6F2F
(93,111,47)
#6F7F46
(111,127,70)
#818F5D
(129,143,93)
#939F74
(147,159,116)
#A5AF8B
(165,175,139)
#B7BFA2
(183,191,162)
#C9CFB9
(201,207,185)
#DBDFD0
(219,223,208)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394F01 color. Also use rgb(57,79,1) instead hex code.

Text Font Color

.myTextColor { color: #394F01; }

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

This text font color is #394F01.


Background Color

.myBgColor { background-color: #394F01; }

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

This div background color is #394F01.


Border color

.myBorderColor { border: 1px solid #394F01; }

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

This div border color is #394F01.


Opacity

.myOpacity80 { color: #394F01; opacity: 0.8; }

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

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

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

This text has shadow with #394F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394F01 on black background.


Color preview on white background

This text has color #394F01 on white background.



Black color preview on #394F01 background

This text has black color on #394F01 background.


White color preview on #394F01 background

This text has white color on #394F01 background.