COLOR #398388

HEX: #398388
RGB: (57,131,136)

Color info

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

RGB color model

#398388 color RGB value is (57,131,136).

  • red value is 57;
  • green value is 131;
  • blue value is 136.
RGB:
(57,131,136)
(22%,51%,53%)

RGB channels and saturation

R 57 of 255 = 22%
G 131 of 255 = 51%
B 136 of 255 = 53%

57
131
136

R + G + B ~ 42%. #398388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 131 + 136 = 324 (100%)
R 57 of 324 ~ 17.59%
G 131 of 324 ~ 40.43%
B 136 of 324 ~ 41.98%

%17.59
%40.43
%41.98

CMYK color model

#398388 color CMYK value is (58,4,0,47).

  • cyan value is 58.09%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(58,4,0,47)
C58M4Y0K47 
(58%,4%,0%,47%)
(0.58/0.04/0.00/0.47)	

CMYK percentages

%58.09
%3.68
%0
%46.67

Codes

Color #398388 in popluar color models

398388
RGB57131136
HSL184°40.93%37.84%
HSB/HSV184°58.09%53.33%
CMYK58.09%3.68%0.00%
46.67%

Color #398388 in popluar number systems.

HEX398388
Decimal57131136
Binary1110011000001110001000
Octal71203210

Shades and tints

Shades of #398388

#398388
(57,131,136)
#34787C
(52,120,124)
#2F6D70
(47,109,112)
#2A6264
(42,98,100)
#255758
(37,87,88)
#204C4C
(32,76,76)
#1B4140
(27,65,64)
#163634
(22,54,52)
#112B28
(17,43,40)
#0C201C
(12,32,28)
#071510
(7,21,16)
#000000
(0,0,0)

Tints of #398388

#398388
(57,131,136)
#4B8E92
(75,142,146)
#5D999C
(93,153,156)
#6FA4A6
(111,164,166)
#81AFB0
(129,175,176)
#93BABA
(147,186,186)
#A5C5C4
(165,197,196)
#B7D0CE
(183,208,206)
#C9DBD8
(201,219,216)
#DBE6E2
(219,230,226)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398388 color. Also use rgb(57,131,136) instead hex code.

Text Font Color

.myTextColor { color: #398388; }

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

This text font color is #398388.


Background Color

.myBgColor { background-color: #398388; }

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

This div background color is #398388.


Border color

.myBorderColor { border: 1px solid #398388; }

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

This div border color is #398388.


Opacity

.myOpacity80 { color: #398388; opacity: 0.8; }

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

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

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

This text has shadow with #398388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398388 on black background.


Color preview on white background

This text has color #398388 on white background.



Black color preview on #398388 background

This text has black color on #398388 background.


White color preview on #398388 background

This text has white color on #398388 background.