COLOR #396D47

HEX: #396D47
RGB: (57,109,71)

Renk bilgisi

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

RGB renk modeli

#396D47 color RGB value is (57,109,71).

  • kırmız ton 57;
  • yeşil ton 109;
  • mavi ton 71.
RGB:
(57,109,71)
(22%,43%,28%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 109 of 255 = 43%
B 71 of 255 = 28%

57
109
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 109 + 71 = 237 (100%)
R 57 of 237 ~ 24.05%
G 109 of 237 ~ 45.99%
B 71 of 237 ~ 29.96%

%24.05
%45.99
%29.96

CMYK RENK MODELİ

#396D47 rengi CMYK tonu (48,0,35,57).

  • camgöbeği tonu 47.71%
  • eflatun tonu 0.00%
  • sarı tonu 34.86%
  • ana renk tonu 57.25%
CMYK:
(48,0,35,57)
C48M0Y35K57 
(48%,0%,35%,57%)
(0.48/0.00/0.35/0.57)	

CMYK yüzdeleri

%47.71
%0
%34.86
%57.25

Codes

Color #396D47 in popluar color models

396D47
RGB5710971
HSL136°31.33%32.55%
HSB/HSV136°47.71%42.75%
CMYK47.71%0.00%34.86%
57.25%

Color #396D47 in popluar number systems.

HEX396D47
Decimal5710971
Binary11100111011011000111
Octal71155107

Shades and tints

Shades of #396D47

#396D47
(57,109,71)
#346441
(52,100,65)
#2F5B3B
(47,91,59)
#2A5235
(42,82,53)
#25492F
(37,73,47)
#204029
(32,64,41)
#1B3723
(27,55,35)
#162E1D
(22,46,29)
#112517
(17,37,23)
#0C1C11
(12,28,17)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #396D47

#396D47
(57,109,71)
#4B7A57
(75,122,87)
#5D8767
(93,135,103)
#6F9477
(111,148,119)
#81A187
(129,161,135)
#93AE97
(147,174,151)
#A5BBA7
(165,187,167)
#B7C8B7
(183,200,183)
#C9D5C7
(201,213,199)
#DBE2D7
(219,226,215)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396D47; }

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

This text font color is #396D47.


Background Color

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

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

This div background color is #396D47.


Border color

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

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

This div border color is #396D47.


Opacity

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

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

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

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

This text has shadow with #396D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396D47 on black background.


Color preview on white background

This text has color #396D47 on white background.



Black color preview on #396D47 background

This text has black color on #396D47 background.


White color preview on #396D47 background

This text has white color on #396D47 background.