COLOR #387489

HEX: #387489
RGB: (56,116,137)

Renk bilgisi

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

RGB renk modeli

#387489 color RGB value is (56,116,137).

  • kırmız ton 56;
  • yeşil ton 116;
  • mavi ton 137.
RGB:
(56,116,137)
(22%,45%,54%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 116 of 255 = 45%
B 137 of 255 = 54%

56
116
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 116 + 137 = 309 (100%)
R 56 of 309 ~ 18.12%
G 116 of 309 ~ 37.54%
B 137 of 309 ~ 44.34%

%18.12
%37.54
%44.34

CMYK RENK MODELİ

#387489 rengi CMYK tonu (59,15,0,46).

  • camgöbeği tonu 59.12%
  • eflatun tonu 15.33%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(59,15,0,46)
C59M15Y0K46 
(59%,15%,0%,46%)
(0.59/0.15/0.00/0.46)	

CMYK yüzdeleri

%59.12
%15.33
%0
%46.27

Codes

Color #387489 in popluar color models

387489
RGB56116137
HSL196°41.97%37.84%
HSB/HSV196°59.12%53.73%
CMYK59.12%15.33%0.00%
46.27%

Color #387489 in popluar number systems.

HEX387489
Decimal56116137
Binary111000111010010001001
Octal70164211

Shades and tints

Shades of #387489

#387489
(56,116,137)
#336A7D
(51,106,125)
#2E6071
(46,96,113)
#295665
(41,86,101)
#244C59
(36,76,89)
#1F424D
(31,66,77)
#1A3841
(26,56,65)
#152E35
(21,46,53)
#102429
(16,36,41)
#0B1A1D
(11,26,29)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #387489

#387489
(56,116,137)
#4A8093
(74,128,147)
#5C8C9D
(92,140,157)
#6E98A7
(110,152,167)
#80A4B1
(128,164,177)
#92B0BB
(146,176,187)
#A4BCC5
(164,188,197)
#B6C8CF
(182,200,207)
#C8D4D9
(200,212,217)
#DAE0E3
(218,224,227)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387489 color. Also use rgb(56,116,137) instead hex code.

Text Font Color

.myTextColor { color: #387489; }

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

This text font color is #387489.


Background Color

.myBgColor { background-color: #387489; }

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

This div background color is #387489.


Border color

.myBorderColor { border: 1px solid #387489; }

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

This div border color is #387489.


Opacity

.myOpacity80 { color: #387489; opacity: 0.8; }

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

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

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

This text has shadow with #387489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387489 on black background.


Color preview on white background

This text has color #387489 on white background.



Black color preview on #387489 background

This text has black color on #387489 background.


White color preview on #387489 background

This text has white color on #387489 background.