COLOR #397B59

HEX: #397B59
RGB: (57,123,89)

Renk bilgisi

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

RGB renk modeli

#397B59 color RGB value is (57,123,89).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 123 of 255 = 48%
B 89 of 255 = 35%

57
123
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 123 + 89 = 269 (100%)
R 57 of 269 ~ 21.19%
G 123 of 269 ~ 45.72%
B 89 of 269 ~ 33.09%

%21.19
%45.72
%33.09

CMYK RENK MODELİ

#397B59 rengi CMYK tonu (54,0,28,52).

  • camgöbeği tonu 53.66%
  • eflatun tonu 0.00%
  • sarı tonu 27.64%
  • ana renk tonu 51.76%
CMYK:
(54,0,28,52)
C54M0Y28K52 
(54%,0%,28%,52%)
(0.54/0.00/0.28/0.52)	

CMYK yüzdeleri

%53.66
%0
%27.64
%51.76

Codes

Color #397B59 in popluar color models

397B59
RGB5712389
HSL149°36.67%35.29%
HSB/HSV149°53.66%48.24%
CMYK53.66%0.00%27.64%
51.76%

Color #397B59 in popluar number systems.

HEX397B59
Decimal5712389
Binary11100111110111011001
Octal71173131

Shades and tints

Shades of #397B59

#397B59
(57,123,89)
#347051
(52,112,81)
#2F6549
(47,101,73)
#2A5A41
(42,90,65)
#254F39
(37,79,57)
#204431
(32,68,49)
#1B3929
(27,57,41)
#162E21
(22,46,33)
#112319
(17,35,25)
#0C1811
(12,24,17)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #397B59

#397B59
(57,123,89)
#4B8768
(75,135,104)
#5D9377
(93,147,119)
#6F9F86
(111,159,134)
#81AB95
(129,171,149)
#93B7A4
(147,183,164)
#A5C3B3
(165,195,179)
#B7CFC2
(183,207,194)
#C9DBD1
(201,219,209)
#DBE7E0
(219,231,224)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B59; }

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

This text font color is #397B59.


Background Color

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

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

This div background color is #397B59.


Border color

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

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

This div border color is #397B59.


Opacity

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

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

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

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

This text has shadow with #397B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B59 on black background.


Color preview on white background

This text has color #397B59 on white background.



Black color preview on #397B59 background

This text has black color on #397B59 background.


White color preview on #397B59 background

This text has white color on #397B59 background.