COLOR #387747

HEX: #387747
RGB: (56,119,71)

Renk bilgisi

#387747 contains mainly green and blue colors. #387747 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#387747 color RGB value is (56,119,71).

  • kırmız ton 56;
  • yeşil ton 119;
  • mavi ton 71.
RGB:
(56,119,71)
(22%,47%,28%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 119 of 255 = 47%
B 71 of 255 = 28%

56
119
71

R + G + B ~ 32%. #387747 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 119 + 71 = 246 (100%)
R 56 of 246 ~ 22.76%
G 119 of 246 ~ 48.37%
B 71 of 246 ~ 28.86%

%22.76
%48.37
%28.86

CMYK RENK MODELİ

#387747 rengi CMYK tonu (53,0,40,53).

  • camgöbeği tonu 52.94%
  • eflatun tonu 0.00%
  • sarı tonu 40.34%
  • ana renk tonu 53.33%
CMYK:
(53,0,40,53)
C53M0Y40K53 
(53%,0%,40%,53%)
(0.53/0.00/0.40/0.53)	

CMYK yüzdeleri

%52.94
%0
%40.34
%53.33

Codes

Color #387747 in popluar color models

387747
RGB5611971
HSL134°36.00%34.31%
HSB/HSV134°52.94%46.67%
CMYK52.94%0.00%40.34%
53.33%

Color #387747 in popluar number systems.

HEX387747
Decimal5611971
Binary11100011101111000111
Octal70167107

Shades and tints

Shades of #387747

#387747
(56,119,71)
#336D41
(51,109,65)
#2E633B
(46,99,59)
#295935
(41,89,53)
#244F2F
(36,79,47)
#1F4529
(31,69,41)
#1A3B23
(26,59,35)
#15311D
(21,49,29)
#102717
(16,39,23)
#0B1D11
(11,29,17)
#06130B
(6,19,11)
#000000
(0,0,0)

Tints of #387747

#387747
(56,119,71)
#4A8357
(74,131,87)
#5C8F67
(92,143,103)
#6E9B77
(110,155,119)
#80A787
(128,167,135)
#92B397
(146,179,151)
#A4BFA7
(164,191,167)
#B6CBB7
(182,203,183)
#C8D7C7
(200,215,199)
#DAE3D7
(218,227,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387747 color. Also use rgb(56,119,71) instead hex code.

Text Font Color

.myTextColor { color: #387747; }

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

This text font color is #387747.


Background Color

.myBgColor { background-color: #387747; }

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

This div background color is #387747.


Border color

.myBorderColor { border: 1px solid #387747; }

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

This div border color is #387747.


Opacity

.myOpacity80 { color: #387747; opacity: 0.8; }

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

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

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

This text has shadow with #387747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387747 on black background.


Color preview on white background

This text has color #387747 on white background.



Black color preview on #387747 background

This text has black color on #387747 background.


White color preview on #387747 background

This text has white color on #387747 background.