COLOR #396E4B

HEX: #396E4B
RGB: (57,110,75)

Color info

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

RGB color model

#396E4B color RGB value is (57,110,75).

  • red value is 57;
  • green value is 110;
  • blue value is 75.
RGB:
(57,110,75)
(22%,43%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 75 of 255 = 29%

57
110
75

R + G + B ~ 31%. #396E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 110 + 75 = 242 (100%)
R 57 of 242 ~ 23.55%
G 110 of 242 ~ 45.45%
B 75 of 242 ~ 30.99%

%23.55
%45.45
%30.99

CMYK color model

#396E4B color CMYK value is (48,0,32,57).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(48,0,32,57)
C48M0Y32K57 
(48%,0%,32%,57%)
(0.48/0.00/0.32/0.57)	

CMYK percentages

%48.18
%0
%31.82
%56.86

Codes

Color #396E4B in popluar color models

396E4B
RGB5711075
HSL140°31.74%32.75%
HSB/HSV140°48.18%43.14%
CMYK48.18%0.00%31.82%
56.86%

Color #396E4B in popluar number systems.

HEX396E4B
Decimal5711075
Binary11100111011101001011
Octal71156113

Shades and tints

Shades of #396E4B

#396E4B
(57,110,75)
#346445
(52,100,69)
#2F5A3F
(47,90,63)
#2A5039
(42,80,57)
#254633
(37,70,51)
#203C2D
(32,60,45)
#1B3227
(27,50,39)
#162821
(22,40,33)
#111E1B
(17,30,27)
#0C1415
(12,20,21)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #396E4B

#396E4B
(57,110,75)
#4B7B5B
(75,123,91)
#5D886B
(93,136,107)
#6F957B
(111,149,123)
#81A28B
(129,162,139)
#93AF9B
(147,175,155)
#A5BCAB
(165,188,171)
#B7C9BB
(183,201,187)
#C9D6CB
(201,214,203)
#DBE3DB
(219,227,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396E4B; }

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

This text font color is #396E4B.


Background Color

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

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

This div background color is #396E4B.


Border color

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

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

This div border color is #396E4B.


Opacity

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

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

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

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

This text has shadow with #396E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396E4B on black background.


Color preview on white background

This text has color #396E4B on white background.



Black color preview on #396E4B background

This text has black color on #396E4B background.


White color preview on #396E4B background

This text has white color on #396E4B background.