COLOR #387F57

HEX: #387F57
RGB: (56,127,87)

Renk bilgisi

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

RGB renk modeli

#387F57 color RGB value is (56,127,87).

  • kırmız ton 56;
  • yeşil ton 127;
  • mavi ton 87.
RGB:
(56,127,87)
(22%,50%,34%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 127 of 255 = 50%
B 87 of 255 = 34%

56
127
87

R + G + B ~ 35%. #387F57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 127 + 87 = 270 (100%)
R 56 of 270 ~ 20.74%
G 127 of 270 ~ 47.04%
B 87 of 270 ~ 32.22%

%20.74
%47.04
%32.22

CMYK RENK MODELİ

#387F57 rengi CMYK tonu (56,0,31,50).

  • camgöbeği tonu 55.91%
  • eflatun tonu 0.00%
  • sarı tonu 31.50%
  • ana renk tonu 50.20%
CMYK:
(56,0,31,50)
C56M0Y31K50 
(56%,0%,31%,50%)
(0.56/0.00/0.31/0.50)	

CMYK yüzdeleri

%55.91
%0
%31.5
%50.2

Codes

Color #387F57 in popluar color models

387F57
RGB5612787
HSL146°38.80%35.88%
HSB/HSV146°55.91%49.80%
CMYK55.91%0.00%31.50%
50.20%

Color #387F57 in popluar number systems.

HEX387F57
Decimal5612787
Binary11100011111111010111
Octal70177127

Shades and tints

Shades of #387F57

#387F57
(56,127,87)
#337450
(51,116,80)
#2E6949
(46,105,73)
#295E42
(41,94,66)
#24533B
(36,83,59)
#1F4834
(31,72,52)
#1A3D2D
(26,61,45)
#153226
(21,50,38)
#10271F
(16,39,31)
#0B1C18
(11,28,24)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #387F57

#387F57
(56,127,87)
#4A8A66
(74,138,102)
#5C9575
(92,149,117)
#6EA084
(110,160,132)
#80AB93
(128,171,147)
#92B6A2
(146,182,162)
#A4C1B1
(164,193,177)
#B6CCC0
(182,204,192)
#C8D7CF
(200,215,207)
#DAE2DE
(218,226,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387F57 color. Also use rgb(56,127,87) instead hex code.

Text Font Color

.myTextColor { color: #387F57; }

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

This text font color is #387F57.


Background Color

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

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

This div background color is #387F57.


Border color

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

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

This div border color is #387F57.


Opacity

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

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

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

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

This text has shadow with #387F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387F57 on black background.


Color preview on white background

This text has color #387F57 on white background.



Black color preview on #387F57 background

This text has black color on #387F57 background.


White color preview on #387F57 background

This text has white color on #387F57 background.