COLOR #396D60

HEX: #396D60
RGB: (57,109,96)

Renk bilgisi

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

RGB renk modeli

#396D60 color RGB value is (57,109,96).

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

RGB bağlantıları ve doygunluk

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

57
109
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 109 + 96 = 262 (100%)
R 57 of 262 ~ 21.76%
G 109 of 262 ~ 41.6%
B 96 of 262 ~ 36.64%

%21.76
%41.6
%36.64

CMYK RENK MODELİ

#396D60 rengi CMYK tonu (48,0,12,57).

  • camgöbeği tonu 47.71%
  • eflatun tonu 0.00%
  • sarı tonu 11.93%
  • ana renk tonu 57.25%
CMYK:
(48,0,12,57)
C48M0Y12K57 
(48%,0%,12%,57%)
(0.48/0.00/0.12/0.57)	

CMYK yüzdeleri

%47.71
%0
%11.93
%57.25

Codes

Color #396D60 in popluar color models

396D60
RGB5710996
HSL165°31.33%32.55%
HSB/HSV165°47.71%42.75%
CMYK47.71%0.00%11.93%
57.25%

Color #396D60 in popluar number systems.

HEX396D60
Decimal5710996
Binary11100111011011100000
Octal71155140

Shades and tints

Shades of #396D60

#396D60
(57,109,96)
#346458
(52,100,88)
#2F5B50
(47,91,80)
#2A5248
(42,82,72)
#254940
(37,73,64)
#204038
(32,64,56)
#1B3730
(27,55,48)
#162E28
(22,46,40)
#112520
(17,37,32)
#0C1C18
(12,28,24)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #396D60

#396D60
(57,109,96)
#4B7A6E
(75,122,110)
#5D877C
(93,135,124)
#6F948A
(111,148,138)
#81A198
(129,161,152)
#93AEA6
(147,174,166)
#A5BBB4
(165,187,180)
#B7C8C2
(183,200,194)
#C9D5D0
(201,213,208)
#DBE2DE
(219,226,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396D60; }

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

This text font color is #396D60.


Background Color

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

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

This div background color is #396D60.


Border color

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

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

This div border color is #396D60.


Opacity

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

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

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

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

This text has shadow with #396D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396D60 on black background.


Color preview on white background

This text has color #396D60 on white background.



Black color preview on #396D60 background

This text has black color on #396D60 background.


White color preview on #396D60 background

This text has white color on #396D60 background.