COLOR #397D4C

HEX: #397D4C
RGB: (57,125,76)

Renk bilgisi

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

RGB renk modeli

#397D4C color RGB value is (57,125,76).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 125 of 255 = 49%
B 76 of 255 = 30%

57
125
76

R + G + B ~ 34%. #397D4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 125 + 76 = 258 (100%)
R 57 of 258 ~ 22.09%
G 125 of 258 ~ 48.45%
B 76 of 258 ~ 29.46%

%22.09
%48.45
%29.46

CMYK RENK MODELİ

#397D4C rengi CMYK tonu (54,0,39,51).

  • camgöbeği tonu 54.40%
  • eflatun tonu 0.00%
  • sarı tonu 39.20%
  • ana renk tonu 50.98%
CMYK:
(54,0,39,51)
C54M0Y39K51 
(54%,0%,39%,51%)
(0.54/0.00/0.39/0.51)	

CMYK yüzdeleri

%54.4
%0
%39.2
%50.98

Codes

Color #397D4C in popluar color models

397D4C
RGB5712576
HSL137°37.36%35.69%
HSB/HSV137°54.40%49.02%
CMYK54.40%0.00%39.20%
50.98%

Color #397D4C in popluar number systems.

HEX397D4C
Decimal5712576
Binary11100111111011001100
Octal71175114

Shades and tints

Shades of #397D4C

#397D4C
(57,125,76)
#347246
(52,114,70)
#2F6740
(47,103,64)
#2A5C3A
(42,92,58)
#255134
(37,81,52)
#20462E
(32,70,46)
#1B3B28
(27,59,40)
#163022
(22,48,34)
#11251C
(17,37,28)
#0C1A16
(12,26,22)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #397D4C

#397D4C
(57,125,76)
#4B885C
(75,136,92)
#5D936C
(93,147,108)
#6F9E7C
(111,158,124)
#81A98C
(129,169,140)
#93B49C
(147,180,156)
#A5BFAC
(165,191,172)
#B7CABC
(183,202,188)
#C9D5CC
(201,213,204)
#DBE0DC
(219,224,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397D4C color. Also use rgb(57,125,76) instead hex code.

Text Font Color

.myTextColor { color: #397D4C; }

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

This text font color is #397D4C.


Background Color

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

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

This div background color is #397D4C.


Border color

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

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

This div border color is #397D4C.


Opacity

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

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

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

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

This text has shadow with #397D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397D4C on black background.


Color preview on white background

This text has color #397D4C on white background.



Black color preview on #397D4C background

This text has black color on #397D4C background.


White color preview on #397D4C background

This text has white color on #397D4C background.