COLOR #387D9F

HEX: #387D9F
RGB: (56,125,159)

Renk bilgisi

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

RGB renk modeli

#387D9F color RGB value is (56,125,159).

  • kırmız ton 56;
  • yeşil ton 125;
  • mavi ton 159.
RGB:
(56,125,159)
(22%,49%,62%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 125 of 255 = 49%
B 159 of 255 = 62%

56
125
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 125 + 159 = 340 (100%)
R 56 of 340 ~ 16.47%
G 125 of 340 ~ 36.76%
B 159 of 340 ~ 46.76%

%16.47
%36.76
%46.76

CMYK RENK MODELİ

#387D9F rengi CMYK tonu (65,21,0,38).

  • camgöbeği tonu 64.78%
  • eflatun tonu 21.38%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(65,21,0,38)
C65M21Y0K38 
(65%,21%,0%,38%)
(0.65/0.21/0.00/0.38)	

CMYK yüzdeleri

%64.78
%21.38
%0
%37.65

Codes

Color #387D9F in popluar color models

387D9F
RGB56125159
HSL200°47.91%42.16%
HSB/HSV200°64.78%62.35%
CMYK64.78%21.38%0.00%
37.65%

Color #387D9F in popluar number systems.

HEX387D9F
Decimal56125159
Binary111000111110110011111
Octal70175237

Shades and tints

Shades of #387D9F

#387D9F
(56,125,159)
#337291
(51,114,145)
#2E6783
(46,103,131)
#295C75
(41,92,117)
#245167
(36,81,103)
#1F4659
(31,70,89)
#1A3B4B
(26,59,75)
#15303D
(21,48,61)
#10252F
(16,37,47)
#0B1A21
(11,26,33)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #387D9F

#387D9F
(56,125,159)
#4A88A7
(74,136,167)
#5C93AF
(92,147,175)
#6E9EB7
(110,158,183)
#80A9BF
(128,169,191)
#92B4C7
(146,180,199)
#A4BFCF
(164,191,207)
#B6CAD7
(182,202,215)
#C8D5DF
(200,213,223)
#DAE0E7
(218,224,231)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387D9F color. Also use rgb(56,125,159) instead hex code.

Text Font Color

.myTextColor { color: #387D9F; }

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

This text font color is #387D9F.


Background Color

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

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

This div background color is #387D9F.


Border color

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

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

This div border color is #387D9F.


Opacity

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

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

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

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

This text has shadow with #387D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D9F on black background.


Color preview on white background

This text has color #387D9F on white background.



Black color preview on #387D9F background

This text has black color on #387D9F background.


White color preview on #387D9F background

This text has white color on #387D9F background.