COLOR #398C8C

HEX: #398C8C RGB: (57,140,140)

Color info

#398C8C contains mainly green and blue colors. Web safe color of #398C8C is #339999 (or #399).

RGB color model

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

RGB: (57,140,140) (22%, 55%, 55%)

RGB channels and saturation

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

57
140
140

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

Portions of RGB colors in percentages

R + G + B = 57 + 140 + 140 = 337 (100%)
R 57 of 337 ~ 16.91%
G 140 of 337 ~ 41.54%
B 140 of 337 ~ 41.54'%

%16.91
%41.54
%41.54

CMYK color model

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

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (59,0,0,45)
C59M0Y0K45 (59%, 0%, 0%, 45%)
(0.59 / 0.00 / 0.00 / 0.45)

CMYK percentages

%59.29
%0
%0
%45.1

Codes

Color #398C8C in popluar color models

39 8C 8C
RGB 57 140 140
HSL 180° 42.13% 38.63%
HSB/HSV 180° 59.29% 54.90%
CMYK 59.29% 0.00% 0.00%
45.10%

Color #398C8C in popluar number systems.

HEX 39 8C 8C
Decimal 57 140 140
Binary 111001 10001100 10001100
Octal 71 214 214

Shades and tints

Shades of #398C8C

#398C8C
(57,140,140)
#348080
(52,128,128)
#2F7474
(47,116,116)
#2A6868
(42,104,104)
#255C5C
(37,92,92)
#205050
(32,80,80)
#1B4444
(27,68,68)
#163838
(22,56,56)
#112C2C
(17,44,44)
#0C2020
(12,32,32)
#071414
(7,20,20)
#000000
(0,0,0)

Tints of #398C8C

#398C8C
(57,140,140)
#4B9696
(75,150,150)
#5DA0A0
(93,160,160)
#6FAAAA
(111,170,170)
#81B4B4
(129,180,180)
#93BEBE
(147,190,190)
#A5C8C8
(165,200,200)
#B7D2D2
(183,210,210)
#C9DCDC
(201,220,220)
#DBE6E6
(219,230,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398C8C; }

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

This text font color is #398C8C.

Background Color

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

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

This div background color is #398C8C.

Border color

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

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

This div border color is #398C8C.

Opacity

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

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

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

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

This text has shadow with #398C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #398C8C.

Preview

Color preview on black background

This text has color #398C8C on black background.


Color preview on white background

This text has color #398C8C on white background.


Black color preview on #398C8C background

This text has black color on #398C8C background.


White color preview on #398C8C background

This text has white color on #398C8C background.


Related colors

Complementary color

Complementary color for #hex is #C67373.


I love getcolorcode.com