COLOR #398E65

HEX: #398E65
RGB: (57,142,101)

Color info

#398E65 contains mainly green and blue colors. Web safe color of #398E65 is #339966 (or #396).

RGB color model

#398E65 color RGB value is (57,142,101).

  • red value is 57;
  • green value is 142;
  • blue value is 101.
RGB: (57,142,101) (22%,56%,40%)

RGB channels and saturation

R 57 of 255 = 22%
G 142 of 255 = 56%
B 101 of 255 = 40%

57
142
101

R + G + B ~ 39%. #398E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 142 + 101 = 300 (100%)
R 57 of 300 ~ 19%
G 142 of 300 ~ 47.33%
B 101 of 300 ~ 33.67%

%19
%47.33
%33.67

CMYK color model

#398E65 color CMYK value is (60,0,29,44).

  • cyan value is 59.86%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK: (60,0,29,44) C60M0Y29K44 (60%,0%,29%,44%) (0.60/0.00/0.29/0.44)

CMYK percentages

%59.86
%0
%28.87
%44.31

Codes

Color #398E65 in popluar color models

398E65
RGB57142101
HSL151°42.71%39.02%
HSB/HSV151°59.86%55.69%
CMYK59.86%0.00%28.87%
44.31%

Color #398E65 in popluar number systems.

HEX398E65
Decimal57142101
Binary111001100011101100101
Octal71216145

Shades and tints

Shades of #398E65

#398E65
(57,142,101)
#34825C
(52,130,92)
#2F7653
(47,118,83)
#2A6A4A
(42,106,74)
#255E41
(37,94,65)
#205238
(32,82,56)
#1B462F
(27,70,47)
#163A26
(22,58,38)
#112E1D
(17,46,29)
#0C2214
(12,34,20)
#07160B
(7,22,11)
#000000
(0,0,0)

Tints of #398E65

#398E65
(57,142,101)
#4B9873
(75,152,115)
#5DA281
(93,162,129)
#6FAC8F
(111,172,143)
#81B69D
(129,182,157)
#93C0AB
(147,192,171)
#A5CAB9
(165,202,185)
#B7D4C7
(183,212,199)
#C9DED5
(201,222,213)
#DBE8E3
(219,232,227)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398E65 color. Also use rgb(57,142,101) instead hex code.

Text Font Color

.myTextColor { color: #398E65; }

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

This text font color is #398E65.


Background Color

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

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

This div background color is #398E65.


Border color

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

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

This div border color is #398E65.


Opacity

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

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

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

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

This text has shadow with #398E65 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #398E65 on black background.


Color preview on white background

This text has color #398E65 on white background.



Black color preview on #398E65 background

This text has black color on #398E65 background.


White color preview on #398E65 background

This text has white color on #398E65 background.