COLOR #394910

HEX: #394910
RGB: (57,73,16)

Color info

#394910 contains red, green and blue colors in about the same proportion. Web safe color of #394910 is #333300 (or #330).

RGB color model

#394910 color RGB value is (57,73,16).

  • red value is 57;
  • green value is 73;
  • blue value is 16.
RGB:
(57,73,16)
(22%,29%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 16 of 255 = 6%

57
73
16

R + G + B ~ 19%. #394910 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 16 = 146 (100%)
R 57 of 146 ~ 39.04%
G 73 of 146 ~ 50%
B 16 of 146 ~ 10.96%

%39.04
%50
%10.96

CMYK color model

#394910 color CMYK value is (22,0,78,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(22,0,78,71)
C22M0Y78K71 
(22%,0%,78%,71%)
(0.22/0.00/0.78/0.71)	

CMYK percentages

%21.92
%0
%78.08
%71.37

Codes

Color #394910 in popluar color models

394910
RGB577316
HSL77°64.04%17.45%
HSB/HSV77°78.08%28.63%
CMYK21.92%0.00%78.08%
71.37%

Color #394910 in popluar number systems.

HEX394910
Decimal577316
Binary111001100100110000
Octal7111120

Shades and tints

Shades of #394910

#394910
(57,73,16)
#34430F
(52,67,15)
#2F3D0E
(47,61,14)
#2A370D
(42,55,13)
#25310C
(37,49,12)
#202B0B
(32,43,11)
#1B250A
(27,37,10)
#161F09
(22,31,9)
#111908
(17,25,8)
#0C1307
(12,19,7)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #394910

#394910
(57,73,16)
#4B5925
(75,89,37)
#5D693A
(93,105,58)
#6F794F
(111,121,79)
#818964
(129,137,100)
#939979
(147,153,121)
#A5A98E
(165,169,142)
#B7B9A3
(183,185,163)
#C9C9B8
(201,201,184)
#DBD9CD
(219,217,205)
#EDE9E2
(237,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394910 color. Also use rgb(57,73,16) instead hex code.

Text Font Color

.myTextColor { color: #394910; }

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

This text font color is #394910.


Background Color

.myBgColor { background-color: #394910; }

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

This div background color is #394910.


Border color

.myBorderColor { border: 1px solid #394910; }

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

This div border color is #394910.


Opacity

.myOpacity80 { color: #394910; opacity: 0.8; }

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

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

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

This text has shadow with #394910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394910 on black background.


Color preview on white background

This text has color #394910 on white background.



Black color preview on #394910 background

This text has black color on #394910 background.


White color preview on #394910 background

This text has white color on #394910 background.