COLOR #396525

HEX: #396525
RGB: (57,101,37)

Color info

#396525 contains mainly red and green colors. Web safe color of #396525 is #336633 (or #363).

RGB color model

#396525 color RGB value is (57,101,37).

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

RGB channels and saturation

R 57 of 255 = 22%
G 101 of 255 = 40%
B 37 of 255 = 15%

57
101
37

R + G + B ~ 26%. #396525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 101 + 37 = 195 (100%)
R 57 of 195 ~ 29.23%
G 101 of 195 ~ 51.79%
B 37 of 195 ~ 18.97%

%29.23
%51.79
%18.97

CMYK color model

#396525 color CMYK value is (44,0,63,60).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 63.37%
  • key color value is 60.39%
CMYK:
(44,0,63,60)
C44M0Y63K60 
(44%,0%,63%,60%)
(0.44/0.00/0.63/0.60)	

CMYK percentages

%43.56
%0
%63.37
%60.39

Codes

Color #396525 in popluar color models

396525
RGB5710137
HSL101°46.38%27.06%
HSB/HSV101°63.37%39.61%
CMYK43.56%0.00%63.37%
60.39%

Color #396525 in popluar number systems.

HEX396525
Decimal5710137
Binary1110011100101100101
Octal7114545

Shades and tints

Shades of #396525

#396525
(57,101,37)
#345C22
(52,92,34)
#2F531F
(47,83,31)
#2A4A1C
(42,74,28)
#254119
(37,65,25)
#203816
(32,56,22)
#1B2F13
(27,47,19)
#162610
(22,38,16)
#111D0D
(17,29,13)
#0C140A
(12,20,10)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #396525

#396525
(57,101,37)
#4B7338
(75,115,56)
#5D814B
(93,129,75)
#6F8F5E
(111,143,94)
#819D71
(129,157,113)
#93AB84
(147,171,132)
#A5B997
(165,185,151)
#B7C7AA
(183,199,170)
#C9D5BD
(201,213,189)
#DBE3D0
(219,227,208)
#EDF1E3
(237,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396525; }

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

This text font color is #396525.


Background Color

.myBgColor { background-color: #396525; }

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

This div background color is #396525.


Border color

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

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

This div border color is #396525.


Opacity

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

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

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

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

This text has shadow with #396525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396525 on black background.


Color preview on white background

This text has color #396525 on white background.



Black color preview on #396525 background

This text has black color on #396525 background.


White color preview on #396525 background

This text has white color on #396525 background.