COLOR #387A8A

HEX: #387A8A
RGB: (56,122,138)

Renk bilgisi

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

RGB renk modeli

#387A8A color RGB value is (56,122,138).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 122 of 255 = 48%
B 138 of 255 = 54%

56
122
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 122 + 138 = 316 (100%)
R 56 of 316 ~ 17.72%
G 122 of 316 ~ 38.61%
B 138 of 316 ~ 43.67%

%17.72
%38.61
%43.67

CMYK RENK MODELİ

#387A8A rengi CMYK tonu (59,12,0,46).

  • camgöbeği tonu 59.42%
  • eflatun tonu 11.59%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(59,12,0,46)
C59M12Y0K46 
(59%,12%,0%,46%)
(0.59/0.12/0.00/0.46)	

CMYK yüzdeleri

%59.42
%11.59
%0
%45.88

Codes

Color #387A8A in popluar color models

387A8A
RGB56122138
HSL192°42.27%38.04%
HSB/HSV192°59.42%54.12%
CMYK59.42%11.59%0.00%
45.88%

Color #387A8A in popluar number systems.

HEX387A8A
Decimal56122138
Binary111000111101010001010
Octal70172212

Shades and tints

Shades of #387A8A

#387A8A
(56,122,138)
#336F7E
(51,111,126)
#2E6472
(46,100,114)
#295966
(41,89,102)
#244E5A
(36,78,90)
#1F434E
(31,67,78)
#1A3842
(26,56,66)
#152D36
(21,45,54)
#10222A
(16,34,42)
#0B171E
(11,23,30)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #387A8A

#387A8A
(56,122,138)
#4A8694
(74,134,148)
#5C929E
(92,146,158)
#6E9EA8
(110,158,168)
#80AAB2
(128,170,178)
#92B6BC
(146,182,188)
#A4C2C6
(164,194,198)
#B6CED0
(182,206,208)
#C8DADA
(200,218,218)
#DAE6E4
(218,230,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387A8A; }

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

This text font color is #387A8A.


Background Color

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

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

This div background color is #387A8A.


Border color

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

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

This div border color is #387A8A.


Opacity

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

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

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

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

This text has shadow with #387A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A8A on black background.


Color preview on white background

This text has color #387A8A on white background.



Black color preview on #387A8A background

This text has black color on #387A8A background.


White color preview on #387A8A background

This text has white color on #387A8A background.