COLOR #398B57

HEX: #398B57
RGB: (57,139,87)

Renk bilgisi

#398B57 contains mainly green and blue colors. #398B57 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#398B57 color RGB value is (57,139,87).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 139 of 255 = 55%
B 87 of 255 = 34%

57
139
87

R + G + B ~ 37%. #398B57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 139 + 87 = 283 (100%)
R 57 of 283 ~ 20.14%
G 139 of 283 ~ 49.12%
B 87 of 283 ~ 30.74%

%20.14
%49.12
%30.74

CMYK RENK MODELİ

#398B57 rengi CMYK tonu (59,0,37,45).

  • camgöbeği tonu 58.99%
  • eflatun tonu 0.00%
  • sarı tonu 37.41%
  • ana renk tonu 45.49%
CMYK:
(59,0,37,45)
C59M0Y37K45 
(59%,0%,37%,45%)
(0.59/0.00/0.37/0.45)	

CMYK yüzdeleri

%58.99
%0
%37.41
%45.49

Codes

Color #398B57 in popluar color models

398B57
RGB5713987
HSL142°41.84%38.43%
HSB/HSV142°58.99%54.51%
CMYK58.99%0.00%37.41%
45.49%

Color #398B57 in popluar number systems.

HEX398B57
Decimal5713987
Binary111001100010111010111
Octal71213127

Shades and tints

Shades of #398B57

#398B57
(57,139,87)
#347F50
(52,127,80)
#2F7349
(47,115,73)
#2A6742
(42,103,66)
#255B3B
(37,91,59)
#204F34
(32,79,52)
#1B432D
(27,67,45)
#163726
(22,55,38)
#112B1F
(17,43,31)
#0C1F18
(12,31,24)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #398B57

#398B57
(57,139,87)
#4B9566
(75,149,102)
#5D9F75
(93,159,117)
#6FA984
(111,169,132)
#81B393
(129,179,147)
#93BDA2
(147,189,162)
#A5C7B1
(165,199,177)
#B7D1C0
(183,209,192)
#C9DBCF
(201,219,207)
#DBE5DE
(219,229,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398B57; }

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

This text font color is #398B57.


Background Color

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

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

This div background color is #398B57.


Border color

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

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

This div border color is #398B57.


Opacity

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

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

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

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

This text has shadow with #398B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398B57 on black background.


Color preview on white background

This text has color #398B57 on white background.



Black color preview on #398B57 background

This text has black color on #398B57 background.


White color preview on #398B57 background

This text has white color on #398B57 background.