COLOR #396533

HEX: #396533
RGB: (57,101,51)

Color info

#396533 contains red, green and blue colors in about the same proportion. Web safe color of #396533 is #336633 (or #363).

RGB color model

#396533 color RGB value is (57,101,51).

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

RGB channels and saturation

R 57 of 255 = 22%
G 101 of 255 = 40%
B 51 of 255 = 20%

57
101
51

R + G + B ~ 27%. #396533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 101 + 51 = 209 (100%)
R 57 of 209 ~ 27.27%
G 101 of 209 ~ 48.33%
B 51 of 209 ~ 24.4%

%27.27
%48.33
%24.4

CMYK color model

#396533 color CMYK value is (44,0,50,60).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 49.50%
  • key color value is 60.39%
CMYK:
(44,0,50,60)
C44M0Y50K60 
(44%,0%,50%,60%)
(0.44/0.00/0.50/0.60)	

CMYK percentages

%43.56
%0
%49.5
%60.39

Codes

Color #396533 in popluar color models

396533
RGB5710151
HSL113°32.89%29.80%
HSB/HSV113°49.50%39.61%
CMYK43.56%0.00%49.50%
60.39%

Color #396533 in popluar number systems.

HEX396533
Decimal5710151
Binary1110011100101110011
Octal7114563

Shades and tints

Shades of #396533

#396533
(57,101,51)
#345C2F
(52,92,47)
#2F532B
(47,83,43)
#2A4A27
(42,74,39)
#254123
(37,65,35)
#20381F
(32,56,31)
#1B2F1B
(27,47,27)
#162617
(22,38,23)
#111D13
(17,29,19)
#0C140F
(12,20,15)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #396533

#396533
(57,101,51)
#4B7345
(75,115,69)
#5D8157
(93,129,87)
#6F8F69
(111,143,105)
#819D7B
(129,157,123)
#93AB8D
(147,171,141)
#A5B99F
(165,185,159)
#B7C7B1
(183,199,177)
#C9D5C3
(201,213,195)
#DBE3D5
(219,227,213)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396533; }

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

This text font color is #396533.


Background Color

.myBgColor { background-color: #396533; }

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

This div background color is #396533.


Border color

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

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

This div border color is #396533.


Opacity

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

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

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

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

This text has shadow with #396533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396533 on black background.


Color preview on white background

This text has color #396533 on white background.



Black color preview on #396533 background

This text has black color on #396533 background.


White color preview on #396533 background

This text has white color on #396533 background.