COLOR #387B63

HEX: #387B63
RGB: (56,123,99)

Renk bilgisi

#387B63 contains mainly green and blue colors. #387B63 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#387B63 color RGB value is (56,123,99).

  • kırmız ton 56;
  • yeşil ton 123;
  • mavi ton 99.
RGB:
(56,123,99)
(22%,48%,39%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 123 of 255 = 48%
B 99 of 255 = 39%

56
123
99

R + G + B ~ 36%. #387B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 123 + 99 = 278 (100%)
R 56 of 278 ~ 20.14%
G 123 of 278 ~ 44.24%
B 99 of 278 ~ 35.61%

%20.14
%44.24
%35.61

CMYK RENK MODELİ

#387B63 rengi CMYK tonu (54,0,20,52).

  • camgöbeği tonu 54.47%
  • eflatun tonu 0.00%
  • sarı tonu 19.51%
  • ana renk tonu 51.76%
CMYK:
(54,0,20,52)
C54M0Y20K52 
(54%,0%,20%,52%)
(0.54/0.00/0.20/0.52)	

CMYK yüzdeleri

%54.47
%0
%19.51
%51.76

Codes

Color #387B63 in popluar color models

387B63
RGB5612399
HSL159°37.43%35.10%
HSB/HSV159°54.47%48.24%
CMYK54.47%0.00%19.51%
51.76%

Color #387B63 in popluar number systems.

HEX387B63
Decimal5612399
Binary11100011110111100011
Octal70173143

Shades and tints

Shades of #387B63

#387B63
(56,123,99)
#33705A
(51,112,90)
#2E6551
(46,101,81)
#295A48
(41,90,72)
#244F3F
(36,79,63)
#1F4436
(31,68,54)
#1A392D
(26,57,45)
#152E24
(21,46,36)
#10231B
(16,35,27)
#0B1812
(11,24,18)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #387B63

#387B63
(56,123,99)
#4A8771
(74,135,113)
#5C937F
(92,147,127)
#6E9F8D
(110,159,141)
#80AB9B
(128,171,155)
#92B7A9
(146,183,169)
#A4C3B7
(164,195,183)
#B6CFC5
(182,207,197)
#C8DBD3
(200,219,211)
#DAE7E1
(218,231,225)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387B63 color. Also use rgb(56,123,99) instead hex code.

Text Font Color

.myTextColor { color: #387B63; }

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

This text font color is #387B63.


Background Color

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

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

This div background color is #387B63.


Border color

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

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

This div border color is #387B63.


Opacity

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

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

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

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

This text has shadow with #387B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B63 on black background.


Color preview on white background

This text has color #387B63 on white background.



Black color preview on #387B63 background

This text has black color on #387B63 background.


White color preview on #387B63 background

This text has white color on #387B63 background.