COLOR #396E40

HEX: #396E40
RGB: (57,110,64)

Renk bilgisi

#396E40 contains red, green and blue colors in about the same proportion. #396E40 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#396E40 color RGB value is (57,110,64).

  • kırmız ton 57;
  • yeşil ton 110;
  • mavi ton 64.
RGB:
(57,110,64)
(22%,43%,25%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 110 of 255 = 43%
B 64 of 255 = 25%

57
110
64

R + G + B ~ 30%. #396E40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 110 + 64 = 231 (100%)
R 57 of 231 ~ 24.68%
G 110 of 231 ~ 47.62%
B 64 of 231 ~ 27.71%

%24.68
%47.62
%27.71

CMYK RENK MODELİ

#396E40 rengi CMYK tonu (48,0,42,57).

  • camgöbeği tonu 48.18%
  • eflatun tonu 0.00%
  • sarı tonu 41.82%
  • ana renk tonu 56.86%
CMYK:
(48,0,42,57)
C48M0Y42K57 
(48%,0%,42%,57%)
(0.48/0.00/0.42/0.57)	

CMYK yüzdeleri

%48.18
%0
%41.82
%56.86

Codes

Color #396E40 in popluar color models

396E40
RGB5711064
HSL128°31.74%32.75%
HSB/HSV128°48.18%43.14%
CMYK48.18%0.00%41.82%
56.86%

Color #396E40 in popluar number systems.

HEX396E40
Decimal5711064
Binary11100111011101000000
Octal71156100

Shades and tints

Shades of #396E40

#396E40
(57,110,64)
#34643B
(52,100,59)
#2F5A36
(47,90,54)
#2A5031
(42,80,49)
#25462C
(37,70,44)
#203C27
(32,60,39)
#1B3222
(27,50,34)
#16281D
(22,40,29)
#111E18
(17,30,24)
#0C1413
(12,20,19)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #396E40

#396E40
(57,110,64)
#4B7B51
(75,123,81)
#5D8862
(93,136,98)
#6F9573
(111,149,115)
#81A284
(129,162,132)
#93AF95
(147,175,149)
#A5BCA6
(165,188,166)
#B7C9B7
(183,201,183)
#C9D6C8
(201,214,200)
#DBE3D9
(219,227,217)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396E40; }

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

This text font color is #396E40.


Background Color

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

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

This div background color is #396E40.


Border color

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

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

This div border color is #396E40.


Opacity

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

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

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

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

This text has shadow with #396E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396E40 on black background.


Color preview on white background

This text has color #396E40 on white background.



Black color preview on #396E40 background

This text has black color on #396E40 background.


White color preview on #396E40 background

This text has white color on #396E40 background.