COLOR #398C72

HEX: #398C72
RGB: (57,140,114)

Color info

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

RGB color model

#398C72 color RGB value is (57,140,114).

  • red value is 57;
  • green value is 140;
  • blue value is 114.
RGB:
(57,140,114)
(22%,55%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 140 of 255 = 55%
B 114 of 255 = 45%

57
140
114

R + G + B ~ 41%. #398C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 140 + 114 = 311 (100%)
R 57 of 311 ~ 18.33%
G 140 of 311 ~ 45.02%
B 114 of 311 ~ 36.66%

%18.33
%45.02
%36.66

CMYK color model

#398C72 color CMYK value is (59,0,19,45).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(59,0,19,45)
C59M0Y19K45 
(59%,0%,19%,45%)
(0.59/0.00/0.19/0.45)	

CMYK percentages

%59.29
%0
%18.57
%45.1

Codes

Color #398C72 in popluar color models

398C72
RGB57140114
HSL161°42.13%38.63%
HSB/HSV161°59.29%54.90%
CMYK59.29%0.00%18.57%
45.10%

Color #398C72 in popluar number systems.

HEX398C72
Decimal57140114
Binary111001100011001110010
Octal71214162

Shades and tints

Shades of #398C72

#398C72
(57,140,114)
#348068
(52,128,104)
#2F745E
(47,116,94)
#2A6854
(42,104,84)
#255C4A
(37,92,74)
#205040
(32,80,64)
#1B4436
(27,68,54)
#16382C
(22,56,44)
#112C22
(17,44,34)
#0C2018
(12,32,24)
#07140E
(7,20,14)
#000000
(0,0,0)

Tints of #398C72

#398C72
(57,140,114)
#4B967E
(75,150,126)
#5DA08A
(93,160,138)
#6FAA96
(111,170,150)
#81B4A2
(129,180,162)
#93BEAE
(147,190,174)
#A5C8BA
(165,200,186)
#B7D2C6
(183,210,198)
#C9DCD2
(201,220,210)
#DBE6DE
(219,230,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398C72 color. Also use rgb(57,140,114) instead hex code.

Text Font Color

.myTextColor { color: #398C72; }

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

This text font color is #398C72.


Background Color

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

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

This div background color is #398C72.


Border color

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

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

This div border color is #398C72.


Opacity

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

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

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

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

This text has shadow with #398C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398C72 on black background.


Color preview on white background

This text has color #398C72 on white background.



Black color preview on #398C72 background

This text has black color on #398C72 background.


White color preview on #398C72 background

This text has white color on #398C72 background.