COLOR #396E3B

HEX: #396E3B RGB: (57,110,59)

Color info

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

RGB color model

#396E3B color RGB value is (57,110,59).

RGB: (57,110,59) (22%, 43%, 23%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 59 of 255 = 23%

57
110
59

R + G + B ~ 29%. #396E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 110 + 59 = 226 (100%)
R 57 of 226 ~ 25.22%
G 110 of 226 ~ 48.67%
B 59 of 226 ~ 26.11'%

%25.22
%48.67
%26.11

CMYK color model

#396E3B color CMYK value is (48,0,46,57).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 56.86%

CMYK: (48,0,46,57)
C48M0Y46K57 (48%, 0%, 46%, 57%)
(0.48 / 0.00 / 0.46 / 0.57)

CMYK percentages

%48.18
%0
%46.36
%56.86

Codes

Color #396E3B in popluar color models

39 6E 3B
RGB 57 110 59
HSL 122° 31.74% 32.75%
HSB/HSV 122° 48.18% 43.14%
CMYK 48.18% 0.00% 46.36%
56.86%

Color #396E3B in popluar number systems.

HEX 39 6E 3B
Decimal 57 110 59
Binary 111001 1101110 111011
Octal 71 156 73

Shades and tints

Shades of #396E3B

#396E3B
(57,110,59)
#346436
(52,100,54)
#2F5A31
(47,90,49)
#2A502C
(42,80,44)
#254627
(37,70,39)
#203C22
(32,60,34)
#1B321D
(27,50,29)
#162818
(22,40,24)
#111E13
(17,30,19)
#0C140E
(12,20,14)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #396E3B

#396E3B
(57,110,59)
#4B7B4C
(75,123,76)
#5D885D
(93,136,93)
#6F956E
(111,149,110)
#81A27F
(129,162,127)
#93AF90
(147,175,144)
#A5BCA1
(165,188,161)
#B7C9B2
(183,201,178)
#C9D6C3
(201,214,195)
#DBE3D4
(219,227,212)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396E3B color. Also use rgb(57,110,59) instead hex code.

Text Font Color

.myTextColor { color: #396E3B; }

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

This text font color is #396E3B.

Background Color

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

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

This div background color is #396E3B.

Border color

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

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

This div border color is #396E3B.

Opacity

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

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

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

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

This text has shadow with #396E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396E3B.

Preview

Color preview on black background

This text has color #396E3B on black background.


Color preview on white background

This text has color #396E3B on white background.


Black color preview on #396E3B background

This text has black color on #396E3B background.


White color preview on #396E3B background

This text has white color on #396E3B background.


Related colors

Complementary color

Complementary color for #hex is #C691C4.


I love getcolorcode.com

Triadic colors

1 #3B396E and #6E3B39 with #396E3B are triadic colors.

2 #3B6E39 and #6E393B with #396E3B are triadic colors.