COLOR #397B46

HEX: #397B46
RGB: (57,123,70)

Renk bilgisi

#397B46 contains mainly green and blue colors. #397B46 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#397B46 color RGB value is (57,123,70).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 123 of 255 = 48%
B 70 of 255 = 27%

57
123
70

R + G + B ~ 32%. #397B46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 123 + 70 = 250 (100%)
R 57 of 250 ~ 22.8%
G 123 of 250 ~ 49.2%
B 70 of 250 ~ 28%

%22.8
%49.2
%28

CMYK RENK MODELİ

#397B46 rengi CMYK tonu (54,0,43,52).

  • camgöbeği tonu 53.66%
  • eflatun tonu 0.00%
  • sarı tonu 43.09%
  • ana renk tonu 51.76%
CMYK:
(54,0,43,52)
C54M0Y43K52 
(54%,0%,43%,52%)
(0.54/0.00/0.43/0.52)	

CMYK yüzdeleri

%53.66
%0
%43.09
%51.76

Codes

Color #397B46 in popluar color models

397B46
RGB5712370
HSL132°36.67%35.29%
HSB/HSV132°53.66%48.24%
CMYK53.66%0.00%43.09%
51.76%

Color #397B46 in popluar number systems.

HEX397B46
Decimal5712370
Binary11100111110111000110
Octal71173106

Shades and tints

Shades of #397B46

#397B46
(57,123,70)
#347040
(52,112,64)
#2F653A
(47,101,58)
#2A5A34
(42,90,52)
#254F2E
(37,79,46)
#204428
(32,68,40)
#1B3922
(27,57,34)
#162E1C
(22,46,28)
#112316
(17,35,22)
#0C1810
(12,24,16)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #397B46

#397B46
(57,123,70)
#4B8756
(75,135,86)
#5D9366
(93,147,102)
#6F9F76
(111,159,118)
#81AB86
(129,171,134)
#93B796
(147,183,150)
#A5C3A6
(165,195,166)
#B7CFB6
(183,207,182)
#C9DBC6
(201,219,198)
#DBE7D6
(219,231,214)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B46; }

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

This text font color is #397B46.


Background Color

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

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

This div background color is #397B46.


Border color

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

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

This div border color is #397B46.


Opacity

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

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

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

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

This text has shadow with #397B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B46 on black background.


Color preview on white background

This text has color #397B46 on white background.



Black color preview on #397B46 background

This text has black color on #397B46 background.


White color preview on #397B46 background

This text has white color on #397B46 background.