COLOR #387E62

HEX: #387E62
RGB: (56,126,98)

Renk bilgisi

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

RGB renk modeli

#387E62 color RGB value is (56,126,98).

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

RGB bağlantıları ve doygunluk

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

56
126
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 126 + 98 = 280 (100%)
R 56 of 280 ~ 20%
G 126 of 280 ~ 45%
B 98 of 280 ~ 35%

%20
%45
%35

CMYK RENK MODELİ

#387E62 rengi CMYK tonu (56,0,22,51).

  • camgöbeği tonu 55.56%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 50.59%
CMYK:
(56,0,22,51)
C56M0Y22K51 
(56%,0%,22%,51%)
(0.56/0.00/0.22/0.51)	

CMYK yüzdeleri

%55.56
%0
%22.22
%50.59

Codes

Color #387E62 in popluar color models

387E62
RGB5612698
HSL156°38.46%35.69%
HSB/HSV156°55.56%49.41%
CMYK55.56%0.00%22.22%
50.59%

Color #387E62 in popluar number systems.

HEX387E62
Decimal5612698
Binary11100011111101100010
Octal70176142

Shades and tints

Shades of #387E62

#387E62
(56,126,98)
#33735A
(51,115,90)
#2E6852
(46,104,82)
#295D4A
(41,93,74)
#245242
(36,82,66)
#1F473A
(31,71,58)
#1A3C32
(26,60,50)
#15312A
(21,49,42)
#102622
(16,38,34)
#0B1B1A
(11,27,26)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #387E62

#387E62
(56,126,98)
#4A8970
(74,137,112)
#5C947E
(92,148,126)
#6E9F8C
(110,159,140)
#80AA9A
(128,170,154)
#92B5A8
(146,181,168)
#A4C0B6
(164,192,182)
#B6CBC4
(182,203,196)
#C8D6D2
(200,214,210)
#DAE1E0
(218,225,224)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387E62; }

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

This text font color is #387E62.


Background Color

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

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

This div background color is #387E62.


Border color

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

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

This div border color is #387E62.


Opacity

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

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

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

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

This text has shadow with #387E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E62 on black background.


Color preview on white background

This text has color #387E62 on white background.



Black color preview on #387E62 background

This text has black color on #387E62 background.


White color preview on #387E62 background

This text has white color on #387E62 background.