COLOR #396507

HEX: #396507
RGB: (57,101,7)

Color info

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

RGB color model

#396507 color RGB value is (57,101,7).

  • red value is 57;
  • green value is 101;
  • blue value is 7.
RGB:
(57,101,7)
(22%,40%,3%)

RGB channels and saturation

R 57 of 255 = 22%
G 101 of 255 = 40%
B 7 of 255 = 3%

57
101
7

R + G + B ~ 22%. #396507 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 101 + 7 = 165 (100%)
R 57 of 165 ~ 34.55%
G 101 of 165 ~ 61.21%
B 7 of 165 ~ 4.24%

%34.55
%61.21

CMYK color model

#396507 color CMYK value is (44,0,93,60).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 93.07%
  • key color value is 60.39%
CMYK:
(44,0,93,60)
C44M0Y93K60 
(44%,0%,93%,60%)
(0.44/0.00/0.93/0.60)	

CMYK percentages

%43.56
%0
%93.07
%60.39

Codes

Color #396507 in popluar color models

396507
RGB571017
HSL88°87.04%21.18%
HSB/HSV88°93.07%39.61%
CMYK43.56%0.00%93.07%
60.39%

Color #396507 in popluar number systems.

HEX396507
Decimal571017
Binary1110011100101111
Octal711457

Shades and tints

Shades of #396507

#396507
(57,101,7)
#345C07
(52,92,7)
#2F5307
(47,83,7)
#2A4A07
(42,74,7)
#254107
(37,65,7)
#203807
(32,56,7)
#1B2F07
(27,47,7)
#162607
(22,38,7)
#111D07
(17,29,7)
#0C1407
(12,20,7)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #396507

#396507
(57,101,7)
#4B731D
(75,115,29)
#5D8133
(93,129,51)
#6F8F49
(111,143,73)
#819D5F
(129,157,95)
#93AB75
(147,171,117)
#A5B98B
(165,185,139)
#B7C7A1
(183,199,161)
#C9D5B7
(201,213,183)
#DBE3CD
(219,227,205)
#EDF1E3
(237,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396507 color. Also use rgb(57,101,7) instead hex code.

Text Font Color

.myTextColor { color: #396507; }

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

This text font color is #396507.


Background Color

.myBgColor { background-color: #396507; }

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

This div background color is #396507.


Border color

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

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

This div border color is #396507.


Opacity

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

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

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

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

This text has shadow with #396507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396507 on black background.


Color preview on white background

This text has color #396507 on white background.



Black color preview on #396507 background

This text has black color on #396507 background.


White color preview on #396507 background

This text has white color on #396507 background.