COLOR #387B61

HEX: #387B61
RGB: (56,123,97)

Renk bilgisi

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

RGB renk modeli

#387B61 color RGB value is (56,123,97).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 123 of 255 = 48%
B 97 of 255 = 38%

56
123
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 123 + 97 = 276 (100%)
R 56 of 276 ~ 20.29%
G 123 of 276 ~ 44.57%
B 97 of 276 ~ 35.14%

%20.29
%44.57
%35.14

CMYK RENK MODELİ

#387B61 rengi CMYK tonu (54,0,21,52).

  • camgöbeği tonu 54.47%
  • eflatun tonu 0.00%
  • sarı tonu 21.14%
  • ana renk tonu 51.76%
CMYK:
(54,0,21,52)
C54M0Y21K52 
(54%,0%,21%,52%)
(0.54/0.00/0.21/0.52)	

CMYK yüzdeleri

%54.47
%0
%21.14
%51.76

Codes

Color #387B61 in popluar color models

387B61
RGB5612397
HSL157°37.43%35.10%
HSB/HSV157°54.47%48.24%
CMYK54.47%0.00%21.14%
51.76%

Color #387B61 in popluar number systems.

HEX387B61
Decimal5612397
Binary11100011110111100001
Octal70173141

Shades and tints

Shades of #387B61

#387B61
(56,123,97)
#337059
(51,112,89)
#2E6551
(46,101,81)
#295A49
(41,90,73)
#244F41
(36,79,65)
#1F4439
(31,68,57)
#1A3931
(26,57,49)
#152E29
(21,46,41)
#102321
(16,35,33)
#0B1819
(11,24,25)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #387B61

#387B61
(56,123,97)
#4A876F
(74,135,111)
#5C937D
(92,147,125)
#6E9F8B
(110,159,139)
#80AB99
(128,171,153)
#92B7A7
(146,183,167)
#A4C3B5
(164,195,181)
#B6CFC3
(182,207,195)
#C8DBD1
(200,219,209)
#DAE7DF
(218,231,223)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387B61; }

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

This text font color is #387B61.


Background Color

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

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

This div background color is #387B61.


Border color

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

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

This div border color is #387B61.


Opacity

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

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

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

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

This text has shadow with #387B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B61 on black background.


Color preview on white background

This text has color #387B61 on white background.



Black color preview on #387B61 background

This text has black color on #387B61 background.


White color preview on #387B61 background

This text has white color on #387B61 background.