COLOR #387C84

HEX: #387C84
RGB: (56,124,132)

Renk bilgisi

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

RGB renk modeli

#387C84 color RGB value is (56,124,132).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 124 of 255 = 49%
B 132 of 255 = 52%

56
124
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 124 + 132 = 312 (100%)
R 56 of 312 ~ 17.95%
G 124 of 312 ~ 39.74%
B 132 of 312 ~ 42.31%

%17.95
%39.74
%42.31

CMYK RENK MODELİ

#387C84 rengi CMYK tonu (58,6,0,48).

  • camgöbeği tonu 57.58%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(58,6,0,48)
C58M6Y0K48 
(58%,6%,0%,48%)
(0.58/0.06/0.00/0.48)	

CMYK yüzdeleri

%57.58
%6.06
%0
%48.24

Codes

Color #387C84 in popluar color models

387C84
RGB56124132
HSL186°40.43%36.86%
HSB/HSV186°57.58%51.76%
CMYK57.58%6.06%0.00%
48.24%

Color #387C84 in popluar number systems.

HEX387C84
Decimal56124132
Binary111000111110010000100
Octal70174204

Shades and tints

Shades of #387C84

#387C84
(56,124,132)
#337178
(51,113,120)
#2E666C
(46,102,108)
#295B60
(41,91,96)
#245054
(36,80,84)
#1F4548
(31,69,72)
#1A3A3C
(26,58,60)
#152F30
(21,47,48)
#102424
(16,36,36)
#0B1918
(11,25,24)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #387C84

#387C84
(56,124,132)
#4A878F
(74,135,143)
#5C929A
(92,146,154)
#6E9DA5
(110,157,165)
#80A8B0
(128,168,176)
#92B3BB
(146,179,187)
#A4BEC6
(164,190,198)
#B6C9D1
(182,201,209)
#C8D4DC
(200,212,220)
#DADFE7
(218,223,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387C84; }

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

This text font color is #387C84.


Background Color

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

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

This div background color is #387C84.


Border color

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

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

This div border color is #387C84.


Opacity

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

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

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

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

This text has shadow with #387C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387C84 on black background.


Color preview on white background

This text has color #387C84 on white background.



Black color preview on #387C84 background

This text has black color on #387C84 background.


White color preview on #387C84 background

This text has white color on #387C84 background.