COLOR #397F59

HEX: #397F59
RGB: (57,127,89)

Renk bilgisi

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

RGB renk modeli

#397F59 color RGB value is (57,127,89).

  • kırmız ton 57;
  • yeşil ton 127;
  • mavi ton 89.
RGB:
(57,127,89)
(22%,50%,35%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 127 of 255 = 50%
B 89 of 255 = 35%

57
127
89

R + G + B ~ 36%. #397F59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 127 + 89 = 273 (100%)
R 57 of 273 ~ 20.88%
G 127 of 273 ~ 46.52%
B 89 of 273 ~ 32.6%

%20.88
%46.52
%32.6

CMYK RENK MODELİ

#397F59 rengi CMYK tonu (55,0,30,50).

  • camgöbeği tonu 55.12%
  • eflatun tonu 0.00%
  • sarı tonu 29.92%
  • ana renk tonu 50.20%
CMYK:
(55,0,30,50)
C55M0Y30K50 
(55%,0%,30%,50%)
(0.55/0.00/0.30/0.50)	

CMYK yüzdeleri

%55.12
%0
%29.92
%50.2

Codes

Color #397F59 in popluar color models

397F59
RGB5712789
HSL147°38.04%36.08%
HSB/HSV147°55.12%49.80%
CMYK55.12%0.00%29.92%
50.20%

Color #397F59 in popluar number systems.

HEX397F59
Decimal5712789
Binary11100111111111011001
Octal71177131

Shades and tints

Shades of #397F59

#397F59
(57,127,89)
#347451
(52,116,81)
#2F6949
(47,105,73)
#2A5E41
(42,94,65)
#255339
(37,83,57)
#204831
(32,72,49)
#1B3D29
(27,61,41)
#163221
(22,50,33)
#112719
(17,39,25)
#0C1C11
(12,28,17)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #397F59

#397F59
(57,127,89)
#4B8A68
(75,138,104)
#5D9577
(93,149,119)
#6FA086
(111,160,134)
#81AB95
(129,171,149)
#93B6A4
(147,182,164)
#A5C1B3
(165,193,179)
#B7CCC2
(183,204,194)
#C9D7D1
(201,215,209)
#DBE2E0
(219,226,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397F59 color. Also use rgb(57,127,89) instead hex code.

Text Font Color

.myTextColor { color: #397F59; }

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

This text font color is #397F59.


Background Color

.myBgColor { background-color: #397F59; }

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

This div background color is #397F59.


Border color

.myBorderColor { border: 1px solid #397F59; }

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

This div border color is #397F59.


Opacity

.myOpacity80 { color: #397F59; opacity: 0.8; }

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

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

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

This text has shadow with #397F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397F59 on black background.


Color preview on white background

This text has color #397F59 on white background.



Black color preview on #397F59 background

This text has black color on #397F59 background.


White color preview on #397F59 background

This text has white color on #397F59 background.