COLOR #387E61

HEX: #387E61
RGB: (56,126,97)

Renk bilgisi

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

RGB renk modeli

#387E61 color RGB value is (56,126,97).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 126 of 255 = 49%
B 97 of 255 = 38%

56
126
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 126 + 97 = 279 (100%)
R 56 of 279 ~ 20.07%
G 126 of 279 ~ 45.16%
B 97 of 279 ~ 34.77%

%20.07
%45.16
%34.77

CMYK RENK MODELİ

#387E61 rengi CMYK tonu (56,0,23,51).

  • camgöbeği tonu 55.56%
  • eflatun tonu 0.00%
  • sarı tonu 23.02%
  • ana renk tonu 50.59%
CMYK:
(56,0,23,51)
C56M0Y23K51 
(56%,0%,23%,51%)
(0.56/0.00/0.23/0.51)	

CMYK yüzdeleri

%55.56
%0
%23.02
%50.59

Codes

Color #387E61 in popluar color models

387E61
RGB5612697
HSL155°38.46%35.69%
HSB/HSV155°55.56%49.41%
CMYK55.56%0.00%23.02%
50.59%

Color #387E61 in popluar number systems.

HEX387E61
Decimal5612697
Binary11100011111101100001
Octal70176141

Shades and tints

Shades of #387E61

#387E61
(56,126,97)
#337359
(51,115,89)
#2E6851
(46,104,81)
#295D49
(41,93,73)
#245241
(36,82,65)
#1F4739
(31,71,57)
#1A3C31
(26,60,49)
#153129
(21,49,41)
#102621
(16,38,33)
#0B1B19
(11,27,25)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #387E61

#387E61
(56,126,97)
#4A896F
(74,137,111)
#5C947D
(92,148,125)
#6E9F8B
(110,159,139)
#80AA99
(128,170,153)
#92B5A7
(146,181,167)
#A4C0B5
(164,192,181)
#B6CBC3
(182,203,195)
#C8D6D1
(200,214,209)
#DAE1DF
(218,225,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387E61; }

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

This text font color is #387E61.


Background Color

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

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

This div background color is #387E61.


Border color

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

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

This div border color is #387E61.


Opacity

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

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

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

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

This text has shadow with #387E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E61 on black background.


Color preview on white background

This text has color #387E61 on white background.



Black color preview on #387E61 background

This text has black color on #387E61 background.


White color preview on #387E61 background

This text has white color on #387E61 background.