COLOR #396A00

HEX: #396A00
RGB: (57,106,0)

Color info

#396A00 contains only red and green colors. Web safe color of #396A00 is #336600 (or #360).

RGB color model

#396A00 color RGB value is (57,106,0).

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

RGB channels and saturation

R 57 of 255 = 22%
G 106 of 255 = 42%
B 0 of 255 = 0%

57
106
0

R + G + B ~ 21%. #396A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 106 + 0 = 163 (100%)
R 57 of 163 ~ 34.97%
G 106 of 163 ~ 65.03%
B 0 of 163 ~ 0%

%34.97
%65.03

CMYK color model

#396A00 color CMYK value is (46,0,100,58).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(46,0,100,58)
C46M0Y100K58 
(46%,0%,100%,58%)
(0.46/0.00/1.00/0.58)	

CMYK percentages

%46.23
%0
%100
%58.43

Codes

Color #396A00 in popluar color models

396A00
RGB571060
HSL88°100.00%20.78%
HSB/HSV88°100.00%41.57%
CMYK46.23%0.00%100.00%
58.43%

Color #396A00 in popluar number systems.

HEX396A00
Decimal571060
Binary11100111010100
Octal711520

Shades and tints

Shades of #396A00

#396A00
(57,106,0)
#346100
(52,97,0)
#2F5800
(47,88,0)
#2A4F00
(42,79,0)
#254600
(37,70,0)
#203D00
(32,61,0)
#1B3400
(27,52,0)
#162B00
(22,43,0)
#112200
(17,34,0)
#0C1900
(12,25,0)
#071000
(7,16,0)
#000000
(0,0,0)

Tints of #396A00

#396A00
(57,106,0)
#4B7717
(75,119,23)
#5D842E
(93,132,46)
#6F9145
(111,145,69)
#819E5C
(129,158,92)
#93AB73
(147,171,115)
#A5B88A
(165,184,138)
#B7C5A1
(183,197,161)
#C9D2B8
(201,210,184)
#DBDFCF
(219,223,207)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396A00; }

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

This text font color is #396A00.


Background Color

.myBgColor { background-color: #396A00; }

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

This div background color is #396A00.


Border color

.myBorderColor { border: 1px solid #396A00; }

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

This div border color is #396A00.


Opacity

.myOpacity80 { color: #396A00; opacity: 0.8; }

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

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

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

This text has shadow with #396A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396A00 on black background.


Color preview on white background

This text has color #396A00 on white background.



Black color preview on #396A00 background

This text has black color on #396A00 background.


White color preview on #396A00 background

This text has white color on #396A00 background.