COLOR #387CA8

HEX: #387CA8
RGB: (56,124,168)

Renk bilgisi

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

RGB renk modeli

#387CA8 color RGB value is (56,124,168).

  • kırmız ton 56;
  • yeşil ton 124;
  • mavi ton 168.
RGB:
(56,124,168)
(22%,49%,66%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 124 of 255 = 49%
B 168 of 255 = 66%

56
124
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 124 + 168 = 348 (100%)
R 56 of 348 ~ 16.09%
G 124 of 348 ~ 35.63%
B 168 of 348 ~ 48.28%

%16.09
%35.63
%48.28

CMYK RENK MODELİ

#387CA8 rengi CMYK tonu (67,26,0,34).

  • camgöbeği tonu 66.67%
  • eflatun tonu 26.19%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(67,26,0,34)
C67M26Y0K34 
(67%,26%,0%,34%)
(0.67/0.26/0.00/0.34)	

CMYK yüzdeleri

%66.67
%26.19
%0
%34.12

Codes

Color #387CA8 in popluar color models

387CA8
RGB56124168
HSL204°50.00%43.92%
HSB/HSV204°66.67%65.88%
CMYK66.67%26.19%0.00%
34.12%

Color #387CA8 in popluar number systems.

HEX387CA8
Decimal56124168
Binary111000111110010101000
Octal70174250

Shades and tints

Shades of #387CA8

#387CA8
(56,124,168)
#337199
(51,113,153)
#2E668A
(46,102,138)
#295B7B
(41,91,123)
#24506C
(36,80,108)
#1F455D
(31,69,93)
#1A3A4E
(26,58,78)
#152F3F
(21,47,63)
#102430
(16,36,48)
#0B1921
(11,25,33)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #387CA8

#387CA8
(56,124,168)
#4A87AF
(74,135,175)
#5C92B6
(92,146,182)
#6E9DBD
(110,157,189)
#80A8C4
(128,168,196)
#92B3CB
(146,179,203)
#A4BED2
(164,190,210)
#B6C9D9
(182,201,217)
#C8D4E0
(200,212,224)
#DADFE7
(218,223,231)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387CA8 color. Also use rgb(56,124,168) instead hex code.

Text Font Color

.myTextColor { color: #387CA8; }

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

This text font color is #387CA8.


Background Color

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

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

This div background color is #387CA8.


Border color

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

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

This div border color is #387CA8.


Opacity

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

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

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

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

This text has shadow with #387CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387CA8 on black background.


Color preview on white background

This text has color #387CA8 on white background.



Black color preview on #387CA8 background

This text has black color on #387CA8 background.


White color preview on #387CA8 background

This text has white color on #387CA8 background.