COLOR #397E37

HEX: #397E37
RGB: (57,126,55)

Renk bilgisi

#397E37 contains mainly green color. #397E37 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#397E37 color RGB value is (57,126,55).

  • kırmız ton 57;
  • yeşil ton 126;
  • mavi ton 55.
RGB:
(57,126,55)
(22%,49%,22%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 126 of 255 = 49%
B 55 of 255 = 22%

57
126
55

R + G + B ~ 31%. #397E37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 126 + 55 = 238 (100%)
R 57 of 238 ~ 23.95%
G 126 of 238 ~ 52.94%
B 55 of 238 ~ 23.11%

%23.95
%52.94
%23.11

CMYK RENK MODELİ

#397E37 rengi CMYK tonu (55,0,56,51).

  • camgöbeği tonu 54.76%
  • eflatun tonu 0.00%
  • sarı tonu 56.35%
  • ana renk tonu 50.59%
CMYK:
(55,0,56,51)
C55M0Y56K51 
(55%,0%,56%,51%)
(0.55/0.00/0.56/0.51)	

CMYK yüzdeleri

%54.76
%0
%56.35
%50.59

Codes

Color #397E37 in popluar color models

397E37
RGB5712655
HSL118°39.23%35.49%
HSB/HSV118°56.35%49.41%
CMYK54.76%0.00%56.35%
50.59%

Color #397E37 in popluar number systems.

HEX397E37
Decimal5712655
Binary1110011111110110111
Octal7117667

Shades and tints

Shades of #397E37

#397E37
(57,126,55)
#347332
(52,115,50)
#2F682D
(47,104,45)
#2A5D28
(42,93,40)
#255223
(37,82,35)
#20471E
(32,71,30)
#1B3C19
(27,60,25)
#163114
(22,49,20)
#11260F
(17,38,15)
#0C1B0A
(12,27,10)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #397E37

#397E37
(57,126,55)
#4B8949
(75,137,73)
#5D945B
(93,148,91)
#6F9F6D
(111,159,109)
#81AA7F
(129,170,127)
#93B591
(147,181,145)
#A5C0A3
(165,192,163)
#B7CBB5
(183,203,181)
#C9D6C7
(201,214,199)
#DBE1D9
(219,225,217)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397E37 color. Also use rgb(57,126,55) instead hex code.

Text Font Color

.myTextColor { color: #397E37; }

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

This text font color is #397E37.


Background Color

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

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

This div background color is #397E37.


Border color

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

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

This div border color is #397E37.


Opacity

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

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

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

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

This text has shadow with #397E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397E37 on black background.


Color preview on white background

This text has color #397E37 on white background.



Black color preview on #397E37 background

This text has black color on #397E37 background.


White color preview on #397E37 background

This text has white color on #397E37 background.