COLOR #396D61

HEX: #396D61
RGB: (57,109,97)

Renk bilgisi

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

RGB renk modeli

#396D61 color RGB value is (57,109,97).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 109 of 255 = 43%
B 97 of 255 = 38%

57
109
97

R + G + B ~ 34%. #396D61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 109 + 97 = 263 (100%)
R 57 of 263 ~ 21.67%
G 109 of 263 ~ 41.44%
B 97 of 263 ~ 36.88%

%21.67
%41.44
%36.88

CMYK RENK MODELİ

#396D61 rengi CMYK tonu (48,0,11,57).

  • camgöbeği tonu 47.71%
  • eflatun tonu 0.00%
  • sarı tonu 11.01%
  • ana renk tonu 57.25%
CMYK:
(48,0,11,57)
C48M0Y11K57 
(48%,0%,11%,57%)
(0.48/0.00/0.11/0.57)	

CMYK yüzdeleri

%47.71
%0
%11.01
%57.25

Codes

Color #396D61 in popluar color models

396D61
RGB5710997
HSL166°31.33%32.55%
HSB/HSV166°47.71%42.75%
CMYK47.71%0.00%11.01%
57.25%

Color #396D61 in popluar number systems.

HEX396D61
Decimal5710997
Binary11100111011011100001
Octal71155141

Shades and tints

Shades of #396D61

#396D61
(57,109,97)
#346459
(52,100,89)
#2F5B51
(47,91,81)
#2A5249
(42,82,73)
#254941
(37,73,65)
#204039
(32,64,57)
#1B3731
(27,55,49)
#162E29
(22,46,41)
#112521
(17,37,33)
#0C1C19
(12,28,25)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #396D61

#396D61
(57,109,97)
#4B7A6F
(75,122,111)
#5D877D
(93,135,125)
#6F948B
(111,148,139)
#81A199
(129,161,153)
#93AEA7
(147,174,167)
#A5BBB5
(165,187,181)
#B7C8C3
(183,200,195)
#C9D5D1
(201,213,209)
#DBE2DF
(219,226,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396D61; }

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

This text font color is #396D61.


Background Color

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

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

This div background color is #396D61.


Border color

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

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

This div border color is #396D61.


Opacity

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

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

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

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

This text has shadow with #396D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396D61 on black background.


Color preview on white background

This text has color #396D61 on white background.



Black color preview on #396D61 background

This text has black color on #396D61 background.


White color preview on #396D61 background

This text has white color on #396D61 background.