COLOR #394600

HEX: #394600
RGB: (57,70,0)

Color info

#394600 contains only red and green colors. Web safe color of #394600 is #333300 (or #330).

RGB color model

#394600 color RGB value is (57,70,0).

  • red value is 57;
  • green value is 70;
  • blue value is 0.
RGB:
(57,70,0)
(22%,27%,0%)

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 0 of 255 = 0%

57
70
0

R + G + B ~ 16%. #394600 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 0 = 127 (100%)
R 57 of 127 ~ 44.88%
G 70 of 127 ~ 55.12%
B 0 of 127 ~ 0%

%44.88
%55.12

CMYK color model

#394600 color CMYK value is (19,0,100,73).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.55%
CMYK:
(19,0,100,73)
C19M0Y100K73 
(19%,0%,100%,73%)
(0.19/0.00/1.00/0.73)	

CMYK percentages

%18.57
%0
%100
%72.55

Codes

Color #394600 in popluar color models

394600
RGB57700
HSL71°100.00%13.73%
HSB/HSV71°100.00%27.45%
CMYK18.57%0.00%100.00%
72.55%

Color #394600 in popluar number systems.

HEX394600
Decimal57700
Binary11100110001100
Octal711060

Shades and tints

Shades of #394600

#394600
(57,70,0)
#344000
(52,64,0)
#2F3A00
(47,58,0)
#2A3400
(42,52,0)
#252E00
(37,46,0)
#202800
(32,40,0)
#1B2200
(27,34,0)
#161C00
(22,28,0)
#111600
(17,22,0)
#0C1000
(12,16,0)
#070A00
(7,10,0)
#000000
(0,0,0)

Tints of #394600

#394600
(57,70,0)
#4B5617
(75,86,23)
#5D662E
(93,102,46)
#6F7645
(111,118,69)
#81865C
(129,134,92)
#939673
(147,150,115)
#A5A68A
(165,166,138)
#B7B6A1
(183,182,161)
#C9C6B8
(201,198,184)
#DBD6CF
(219,214,207)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394600 color. Also use rgb(57,70,0) instead hex code.

Text Font Color

.myTextColor { color: #394600; }

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

This text font color is #394600.


Background Color

.myBgColor { background-color: #394600; }

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

This div background color is #394600.


Border color

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

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

This div border color is #394600.


Opacity

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

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

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

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

This text has shadow with #394600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394600 on black background.


Color preview on white background

This text has color #394600 on white background.



Black color preview on #394600 background

This text has black color on #394600 background.


White color preview on #394600 background

This text has white color on #394600 background.