COLOR #396E89

HEX: #396E89
RGB: (57,110,137)

Renk bilgisi

#396E89 contains mainly green and blue colors. #396E89 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#396E89 color RGB value is (57,110,137).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 110 of 255 = 43%
B 137 of 255 = 54%

57
110
137

R + G + B ~ 40%. #396E89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 110 + 137 = 304 (100%)
R 57 of 304 ~ 18.75%
G 110 of 304 ~ 36.18%
B 137 of 304 ~ 45.07%

%18.75
%36.18
%45.07

CMYK RENK MODELİ

#396E89 rengi CMYK tonu (58,20,0,46).

  • camgöbeği tonu 58.39%
  • eflatun tonu 19.71%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(58,20,0,46)
C58M20Y0K46 
(58%,20%,0%,46%)
(0.58/0.20/0.00/0.46)	

CMYK yüzdeleri

%58.39
%19.71
%0
%46.27

Codes

Color #396E89 in popluar color models

396E89
RGB57110137
HSL200°41.24%38.04%
HSB/HSV200°58.39%53.73%
CMYK58.39%19.71%0.00%
46.27%

Color #396E89 in popluar number systems.

HEX396E89
Decimal57110137
Binary111001110111010001001
Octal71156211

Shades and tints

Shades of #396E89

#396E89
(57,110,137)
#34647D
(52,100,125)
#2F5A71
(47,90,113)
#2A5065
(42,80,101)
#254659
(37,70,89)
#203C4D
(32,60,77)
#1B3241
(27,50,65)
#162835
(22,40,53)
#111E29
(17,30,41)
#0C141D
(12,20,29)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #396E89

#396E89
(57,110,137)
#4B7B93
(75,123,147)
#5D889D
(93,136,157)
#6F95A7
(111,149,167)
#81A2B1
(129,162,177)
#93AFBB
(147,175,187)
#A5BCC5
(165,188,197)
#B7C9CF
(183,201,207)
#C9D6D9
(201,214,217)
#DBE3E3
(219,227,227)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396E89; }

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

This text font color is #396E89.


Background Color

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

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

This div background color is #396E89.


Border color

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

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

This div border color is #396E89.


Opacity

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

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

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

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

This text has shadow with #396E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396E89 on black background.


Color preview on white background

This text has color #396E89 on white background.



Black color preview on #396E89 background

This text has black color on #396E89 background.


White color preview on #396E89 background

This text has white color on #396E89 background.