COLOR #379A89

HEX: #379A89
RGB: (55,154,137)

Renk bilgisi

#379A89 contains mainly green and blue colors. #379A89 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#379A89 color RGB value is (55,154,137).

  • kırmız ton 55;
  • yeşil ton 154;
  • mavi ton 137.
RGB:
(55,154,137)
(22%,60%,54%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 154 of 255 = 60%
B 137 of 255 = 54%

55
154
137

R + G + B ~ 45%. #379A89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 154 + 137 = 346 (100%)
R 55 of 346 ~ 15.9%
G 154 of 346 ~ 44.51%
B 137 of 346 ~ 39.6%

%15.9
%44.51
%39.6

CMYK RENK MODELİ

#379A89 rengi CMYK tonu (64,0,11,40).

  • camgöbeği tonu 64.29%
  • eflatun tonu 0.00%
  • sarı tonu 11.04%
  • ana renk tonu 39.61%
CMYK:
(64,0,11,40)
C64M0Y11K40 
(64%,0%,11%,40%)
(0.64/0.00/0.11/0.40)	

CMYK yüzdeleri

%64.29
%0
%11.04
%39.61

Codes

Color #379A89 in popluar color models

379A89
RGB55154137
HSL170°47.37%40.98%
HSB/HSV170°64.29%60.39%
CMYK64.29%0.00%11.04%
39.61%

Color #379A89 in popluar number systems.

HEX379A89
Decimal55154137
Binary1101111001101010001001
Octal67232211

Shades and tints

Shades of #379A89

#379A89
(55,154,137)
#328C7D
(50,140,125)
#2D7E71
(45,126,113)
#287065
(40,112,101)
#236259
(35,98,89)
#1E544D
(30,84,77)
#194641
(25,70,65)
#143835
(20,56,53)
#0F2A29
(15,42,41)
#0A1C1D
(10,28,29)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #379A89

#379A89
(55,154,137)
#49A393
(73,163,147)
#5BAC9D
(91,172,157)
#6DB5A7
(109,181,167)
#7FBEB1
(127,190,177)
#91C7BB
(145,199,187)
#A3D0C5
(163,208,197)
#B5D9CF
(181,217,207)
#C7E2D9
(199,226,217)
#D9EBE3
(217,235,227)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379A89 color. Also use rgb(55,154,137) instead hex code.

Text Font Color

.myTextColor { color: #379A89; }

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

This text font color is #379A89.


Background Color

.myBgColor { background-color: #379A89; }

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

This div background color is #379A89.


Border color

.myBorderColor { border: 1px solid #379A89; }

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

This div border color is #379A89.


Opacity

.myOpacity80 { color: #379A89; opacity: 0.8; }

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

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

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

This text has shadow with #379A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379A89 on black background.


Color preview on white background

This text has color #379A89 on white background.



Black color preview on #379A89 background

This text has black color on #379A89 background.


White color preview on #379A89 background

This text has white color on #379A89 background.