COLOR #387A8B

HEX: #387A8B
RGB: (56,122,139)

Renk bilgisi

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

RGB renk modeli

#387A8B color RGB value is (56,122,139).

  • kırmız ton 56;
  • yeşil ton 122;
  • mavi ton 139.
RGB:
(56,122,139)
(22%,48%,55%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 122 of 255 = 48%
B 139 of 255 = 55%

56
122
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 122 + 139 = 317 (100%)
R 56 of 317 ~ 17.67%
G 122 of 317 ~ 38.49%
B 139 of 317 ~ 43.85%

%17.67
%38.49
%43.85

CMYK RENK MODELİ

#387A8B rengi CMYK tonu (60,12,0,45).

  • camgöbeği tonu 59.71%
  • eflatun tonu 12.23%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(60,12,0,45)
C60M12Y0K45 
(60%,12%,0%,45%)
(0.60/0.12/0.00/0.45)	

CMYK yüzdeleri

%59.71
%12.23
%0
%45.49

Codes

Color #387A8B in popluar color models

387A8B
RGB56122139
HSL192°42.56%38.24%
HSB/HSV192°59.71%54.51%
CMYK59.71%12.23%0.00%
45.49%

Color #387A8B in popluar number systems.

HEX387A8B
Decimal56122139
Binary111000111101010001011
Octal70172213

Shades and tints

Shades of #387A8B

#387A8B
(56,122,139)
#336F7F
(51,111,127)
#2E6473
(46,100,115)
#295967
(41,89,103)
#244E5B
(36,78,91)
#1F434F
(31,67,79)
#1A3843
(26,56,67)
#152D37
(21,45,55)
#10222B
(16,34,43)
#0B171F
(11,23,31)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #387A8B

#387A8B
(56,122,139)
#4A8695
(74,134,149)
#5C929F
(92,146,159)
#6E9EA9
(110,158,169)
#80AAB3
(128,170,179)
#92B6BD
(146,182,189)
#A4C2C7
(164,194,199)
#B6CED1
(182,206,209)
#C8DADB
(200,218,219)
#DAE6E5
(218,230,229)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387A8B color. Also use rgb(56,122,139) instead hex code.

Text Font Color

.myTextColor { color: #387A8B; }

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

This text font color is #387A8B.


Background Color

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

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

This div background color is #387A8B.


Border color

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

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

This div border color is #387A8B.


Opacity

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

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

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

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

This text has shadow with #387A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A8B on black background.


Color preview on white background

This text has color #387A8B on white background.



Black color preview on #387A8B background

This text has black color on #387A8B background.


White color preview on #387A8B background

This text has white color on #387A8B background.