COLOR #397B57

HEX: #397B57
RGB: (57,123,87)

Renk bilgisi

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

RGB renk modeli

#397B57 color RGB value is (57,123,87).

  • kırmız ton 57;
  • yeşil ton 123;
  • mavi ton 87.
RGB:
(57,123,87)
(22%,48%,34%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 123 of 255 = 48%
B 87 of 255 = 34%

57
123
87

R + G + B ~ 35%. #397B57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 123 + 87 = 267 (100%)
R 57 of 267 ~ 21.35%
G 123 of 267 ~ 46.07%
B 87 of 267 ~ 32.58%

%21.35
%46.07
%32.58

CMYK RENK MODELİ

#397B57 rengi CMYK tonu (54,0,29,52).

  • camgöbeği tonu 53.66%
  • eflatun tonu 0.00%
  • sarı tonu 29.27%
  • ana renk tonu 51.76%
CMYK:
(54,0,29,52)
C54M0Y29K52 
(54%,0%,29%,52%)
(0.54/0.00/0.29/0.52)	

CMYK yüzdeleri

%53.66
%0
%29.27
%51.76

Codes

Color #397B57 in popluar color models

397B57
RGB5712387
HSL147°36.67%35.29%
HSB/HSV147°53.66%48.24%
CMYK53.66%0.00%29.27%
51.76%

Color #397B57 in popluar number systems.

HEX397B57
Decimal5712387
Binary11100111110111010111
Octal71173127

Shades and tints

Shades of #397B57

#397B57
(57,123,87)
#347050
(52,112,80)
#2F6549
(47,101,73)
#2A5A42
(42,90,66)
#254F3B
(37,79,59)
#204434
(32,68,52)
#1B392D
(27,57,45)
#162E26
(22,46,38)
#11231F
(17,35,31)
#0C1818
(12,24,24)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #397B57

#397B57
(57,123,87)
#4B8766
(75,135,102)
#5D9375
(93,147,117)
#6F9F84
(111,159,132)
#81AB93
(129,171,147)
#93B7A2
(147,183,162)
#A5C3B1
(165,195,177)
#B7CFC0
(183,207,192)
#C9DBCF
(201,219,207)
#DBE7DE
(219,231,222)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397B57 color. Also use rgb(57,123,87) instead hex code.

Text Font Color

.myTextColor { color: #397B57; }

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

This text font color is #397B57.


Background Color

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

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

This div background color is #397B57.


Border color

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

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

This div border color is #397B57.


Opacity

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

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

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

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

This text has shadow with #397B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B57 on black background.


Color preview on white background

This text has color #397B57 on white background.



Black color preview on #397B57 background

This text has black color on #397B57 background.


White color preview on #397B57 background

This text has white color on #397B57 background.