COLOR #396D0B

HEX: #396D0B RGB: (57,109,11)

Color info

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

RGB color model

#396D0B color RGB value is (57,109,11).

RGB: (57,109,11) (22%, 43%, 4%)

RGB channels and saturation

R 57 of 255 = 22%
G 109 of 255 = 43%
B 11 of 255 = 4%

57
109
11

R + G + B ~ 23%. #396D0B is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 109 + 11 = 177 (100%)
R 57 of 177 ~ 32.2%
G 109 of 177 ~ 61.58%
B 11 of 177 ~ 6.21'%

%32.2
%61.58

CMYK color model

#396D0B color CMYK value is (48,0,90,57).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 89.91%
  • key color value is 57.25%

CMYK: (48,0,90,57)
C48M0Y90K57 (48%, 0%, 90%, 57%)
(0.48 / 0.00 / 0.90 / 0.57)

CMYK percentages

%47.71
%0
%89.91
%57.25

Codes

Color #396D0B in popluar color models

39 6D 0B
RGB 57 109 11
HSL 92° 81.67% 23.53%
HSB/HSV 92° 89.91% 42.75%
CMYK 47.71% 0.00% 89.91%
57.25%

Color #396D0B in popluar number systems.

HEX 39 6D 0B
Decimal 57 109 11
Binary 111001 1101101 1011
Octal 71 155 13

Shades and tints

Shades of #396D0B

#396D0B
(57,109,11)
#34640A
(52,100,10)
#2F5B09
(47,91,9)
#2A5208
(42,82,8)
#254907
(37,73,7)
#204006
(32,64,6)
#1B3705
(27,55,5)
#162E04
(22,46,4)
#112503
(17,37,3)
#0C1C02
(12,28,2)
#071301
(7,19,1)
#000000
(0,0,0)

Tints of #396D0B

#396D0B
(57,109,11)
#4B7A21
(75,122,33)
#5D8737
(93,135,55)
#6F944D
(111,148,77)
#81A163
(129,161,99)
#93AE79
(147,174,121)
#A5BB8F
(165,187,143)
#B7C8A5
(183,200,165)
#C9D5BB
(201,213,187)
#DBE2D1
(219,226,209)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396D0B color. Also use rgb(57,109,11) instead hex code.

Text Font Color

.myTextColor { color: #396D0B; }

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

This text font color is #396D0B.

Background Color

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

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

This div background color is #396D0B.

Border color

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

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

This div border color is #396D0B.

Opacity

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

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

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

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

This text has shadow with #396D0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396D0B.

Preview

Color preview on black background

This text has color #396D0B on black background.


Color preview on white background

This text has color #396D0B on white background.


Black color preview on #396D0B background

This text has black color on #396D0B background.


White color preview on #396D0B background

This text has white color on #396D0B background.


Related colors

Complementary color

Complementary color for #hex is #C692F4.


I love getcolorcode.com

Triadic colors

1 #0B396D and #6D0B39 with #396D0B are triadic colors.

2 #0B6D39 and #6D390B with #396D0B are triadic colors.