COLOR #396B64

HEX: #396B64
RGB: (57,107,100)

Renk bilgisi

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

RGB renk modeli

#396B64 color RGB value is (57,107,100).

  • kırmız ton 57;
  • yeşil ton 107;
  • mavi ton 100.
RGB:
(57,107,100)
(22%,42%,39%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 107 of 255 = 42%
B 100 of 255 = 39%

57
107
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 107 + 100 = 264 (100%)
R 57 of 264 ~ 21.59%
G 107 of 264 ~ 40.53%
B 100 of 264 ~ 37.88%

%21.59
%40.53
%37.88

CMYK RENK MODELİ

#396B64 rengi CMYK tonu (47,0,7,58).

  • camgöbeği tonu 46.73%
  • eflatun tonu 0.00%
  • sarı tonu 6.54%
  • ana renk tonu 58.04%
CMYK:
(47,0,7,58)
C47M0Y7K58 
(47%,0%,7%,58%)
(0.47/0.00/0.07/0.58)	

CMYK yüzdeleri

%46.73
%0
%6.54
%58.04

Codes

Color #396B64 in popluar color models

396B64
RGB57107100
HSL172°30.49%32.16%
HSB/HSV172°46.73%41.96%
CMYK46.73%0.00%6.54%
58.04%

Color #396B64 in popluar number systems.

HEX396B64
Decimal57107100
Binary11100111010111100100
Octal71153144

Shades and tints

Shades of #396B64

#396B64
(57,107,100)
#34625B
(52,98,91)
#2F5952
(47,89,82)
#2A5049
(42,80,73)
#254740
(37,71,64)
#203E37
(32,62,55)
#1B352E
(27,53,46)
#162C25
(22,44,37)
#11231C
(17,35,28)
#0C1A13
(12,26,19)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #396B64

#396B64
(57,107,100)
#4B7872
(75,120,114)
#5D8580
(93,133,128)
#6F928E
(111,146,142)
#819F9C
(129,159,156)
#93ACAA
(147,172,170)
#A5B9B8
(165,185,184)
#B7C6C6
(183,198,198)
#C9D3D4
(201,211,212)
#DBE0E2
(219,224,226)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396B64 color. Also use rgb(57,107,100) instead hex code.

Text Font Color

.myTextColor { color: #396B64; }

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

This text font color is #396B64.


Background Color

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

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

This div background color is #396B64.


Border color

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

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

This div border color is #396B64.


Opacity

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

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

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

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

This text has shadow with #396B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396B64 on black background.


Color preview on white background

This text has color #396B64 on white background.



Black color preview on #396B64 background

This text has black color on #396B64 background.


White color preview on #396B64 background

This text has white color on #396B64 background.