COLOR #387379

HEX: #387379
RGB: (56,115,121)

Renk bilgisi

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

RGB renk modeli

#387379 color RGB value is (56,115,121).

  • kırmız ton 56;
  • yeşil ton 115;
  • mavi ton 121.
RGB:
(56,115,121)
(22%,45%,47%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 115 of 255 = 45%
B 121 of 255 = 47%

56
115
121

R + G + B ~ 38%. #387379 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 115 + 121 = 292 (100%)
R 56 of 292 ~ 19.18%
G 115 of 292 ~ 39.38%
B 121 of 292 ~ 41.44%

%19.18
%39.38
%41.44

CMYK RENK MODELİ

#387379 rengi CMYK tonu (54,5,0,53).

  • camgöbeği tonu 53.72%
  • eflatun tonu 4.96%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(54,5,0,53)
C54M5Y0K53 
(54%,5%,0%,53%)
(0.54/0.05/0.00/0.53)	

CMYK yüzdeleri

%53.72
%4.96
%0
%52.55

Codes

Color #387379 in popluar color models

387379
RGB56115121
HSL186°36.72%34.71%
HSB/HSV186°53.72%47.45%
CMYK53.72%4.96%0.00%
52.55%

Color #387379 in popluar number systems.

HEX387379
Decimal56115121
Binary11100011100111111001
Octal70163171

Shades and tints

Shades of #387379

#387379
(56,115,121)
#33696E
(51,105,110)
#2E5F63
(46,95,99)
#295558
(41,85,88)
#244B4D
(36,75,77)
#1F4142
(31,65,66)
#1A3737
(26,55,55)
#152D2C
(21,45,44)
#102321
(16,35,33)
#0B1916
(11,25,22)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #387379

#387379
(56,115,121)
#4A7F85
(74,127,133)
#5C8B91
(92,139,145)
#6E979D
(110,151,157)
#80A3A9
(128,163,169)
#92AFB5
(146,175,181)
#A4BBC1
(164,187,193)
#B6C7CD
(182,199,205)
#C8D3D9
(200,211,217)
#DADFE5
(218,223,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387379 color. Also use rgb(56,115,121) instead hex code.

Text Font Color

.myTextColor { color: #387379; }

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

This text font color is #387379.


Background Color

.myBgColor { background-color: #387379; }

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

This div background color is #387379.


Border color

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

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

This div border color is #387379.


Opacity

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

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

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

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

This text has shadow with #387379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387379 on black background.


Color preview on white background

This text has color #387379 on white background.



Black color preview on #387379 background

This text has black color on #387379 background.


White color preview on #387379 background

This text has white color on #387379 background.