COLOR #387F9D

HEX: #387F9D
RGB: (56,127,157)

Renk bilgisi

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

RGB renk modeli

#387F9D color RGB value is (56,127,157).

  • kırmız ton 56;
  • yeşil ton 127;
  • mavi ton 157.
RGB:
(56,127,157)
(22%,50%,62%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 127 of 255 = 50%
B 157 of 255 = 62%

56
127
157

R + G + B ~ 45%. #387F9D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 127 + 157 = 340 (100%)
R 56 of 340 ~ 16.47%
G 127 of 340 ~ 37.35%
B 157 of 340 ~ 46.18%

%16.47
%37.35
%46.18

CMYK RENK MODELİ

#387F9D rengi CMYK tonu (64,19,0,38).

  • camgöbeği tonu 64.33%
  • eflatun tonu 19.11%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(64,19,0,38)
C64M19Y0K38 
(64%,19%,0%,38%)
(0.64/0.19/0.00/0.38)	

CMYK yüzdeleri

%64.33
%19.11
%0
%38.43

Codes

Color #387F9D in popluar color models

387F9D
RGB56127157
HSL198°47.42%41.76%
HSB/HSV198°64.33%61.57%
CMYK64.33%19.11%0.00%
38.43%

Color #387F9D in popluar number systems.

HEX387F9D
Decimal56127157
Binary111000111111110011101
Octal70177235

Shades and tints

Shades of #387F9D

#387F9D
(56,127,157)
#33748F
(51,116,143)
#2E6981
(46,105,129)
#295E73
(41,94,115)
#245365
(36,83,101)
#1F4857
(31,72,87)
#1A3D49
(26,61,73)
#15323B
(21,50,59)
#10272D
(16,39,45)
#0B1C1F
(11,28,31)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #387F9D

#387F9D
(56,127,157)
#4A8AA5
(74,138,165)
#5C95AD
(92,149,173)
#6EA0B5
(110,160,181)
#80ABBD
(128,171,189)
#92B6C5
(146,182,197)
#A4C1CD
(164,193,205)
#B6CCD5
(182,204,213)
#C8D7DD
(200,215,221)
#DAE2E5
(218,226,229)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387F9D color. Also use rgb(56,127,157) instead hex code.

Text Font Color

.myTextColor { color: #387F9D; }

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

This text font color is #387F9D.


Background Color

.myBgColor { background-color: #387F9D; }

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

This div background color is #387F9D.


Border color

.myBorderColor { border: 1px solid #387F9D; }

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

This div border color is #387F9D.


Opacity

.myOpacity80 { color: #387F9D; opacity: 0.8; }

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

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

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

This text has shadow with #387F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387F9D on black background.


Color preview on white background

This text has color #387F9D on white background.



Black color preview on #387F9D background

This text has black color on #387F9D background.


White color preview on #387F9D background

This text has white color on #387F9D background.