COLOR #387D62

HEX: #387D62
RGB: (56,125,98)

Renk bilgisi

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

RGB renk modeli

#387D62 color RGB value is (56,125,98).

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

RGB bağlantıları ve doygunluk

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

56
125
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 125 + 98 = 279 (100%)
R 56 of 279 ~ 20.07%
G 125 of 279 ~ 44.8%
B 98 of 279 ~ 35.13%

%20.07
%44.8
%35.13

CMYK RENK MODELİ

#387D62 rengi CMYK tonu (55,0,22,51).

  • camgöbeği tonu 55.20%
  • eflatun tonu 0.00%
  • sarı tonu 21.60%
  • ana renk tonu 50.98%
CMYK:
(55,0,22,51)
C55M0Y22K51 
(55%,0%,22%,51%)
(0.55/0.00/0.22/0.51)	

CMYK yüzdeleri

%55.2
%0
%21.6
%50.98

Codes

Color #387D62 in popluar color models

387D62
RGB5612598
HSL157°38.12%35.49%
HSB/HSV157°55.20%49.02%
CMYK55.20%0.00%21.60%
50.98%

Color #387D62 in popluar number systems.

HEX387D62
Decimal5612598
Binary11100011111011100010
Octal70175142

Shades and tints

Shades of #387D62

#387D62
(56,125,98)
#33725A
(51,114,90)
#2E6752
(46,103,82)
#295C4A
(41,92,74)
#245142
(36,81,66)
#1F463A
(31,70,58)
#1A3B32
(26,59,50)
#15302A
(21,48,42)
#102522
(16,37,34)
#0B1A1A
(11,26,26)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #387D62

#387D62
(56,125,98)
#4A8870
(74,136,112)
#5C937E
(92,147,126)
#6E9E8C
(110,158,140)
#80A99A
(128,169,154)
#92B4A8
(146,180,168)
#A4BFB6
(164,191,182)
#B6CAC4
(182,202,196)
#C8D5D2
(200,213,210)
#DAE0E0
(218,224,224)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387D62; }

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

This text font color is #387D62.


Background Color

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

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

This div background color is #387D62.


Border color

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

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

This div border color is #387D62.


Opacity

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

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

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

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

This text has shadow with #387D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D62 on black background.


Color preview on white background

This text has color #387D62 on white background.



Black color preview on #387D62 background

This text has black color on #387D62 background.


White color preview on #387D62 background

This text has white color on #387D62 background.