COLOR #398482

HEX: #398482
RGB: (57,132,130)

Color info

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

RGB color model

#398482 color RGB value is (57,132,130).

  • red value is 57;
  • green value is 132;
  • blue value is 130.
RGB:
(57,132,130)
(22%,52%,51%)

RGB channels and saturation

R 57 of 255 = 22%
G 132 of 255 = 52%
B 130 of 255 = 51%

57
132
130

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

Portions of RGB colors in percentages

R + G + B =
57 + 132 + 130 = 319 (100%)
R 57 of 319 ~ 17.87%
G 132 of 319 ~ 41.38%
B 130 of 319 ~ 40.75%

%17.87
%41.38
%40.75

CMYK color model

#398482 color CMYK value is (57,0,2,48).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(57,0,2,48)
C57M0Y2K48 
(57%,0%,2%,48%)
(0.57/0.00/0.02/0.48)	

CMYK percentages

%56.82
%0
%1.52
%48.24

Codes

Color #398482 in popluar color models

398482
RGB57132130
HSL178°39.68%37.06%
HSB/HSV178°56.82%51.76%
CMYK56.82%0.00%1.52%
48.24%

Color #398482 in popluar number systems.

HEX398482
Decimal57132130
Binary1110011000010010000010
Octal71204202

Shades and tints

Shades of #398482

#398482
(57,132,130)
#347877
(52,120,119)
#2F6C6C
(47,108,108)
#2A6061
(42,96,97)
#255456
(37,84,86)
#20484B
(32,72,75)
#1B3C40
(27,60,64)
#163035
(22,48,53)
#11242A
(17,36,42)
#0C181F
(12,24,31)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #398482

#398482
(57,132,130)
#4B8F8D
(75,143,141)
#5D9A98
(93,154,152)
#6FA5A3
(111,165,163)
#81B0AE
(129,176,174)
#93BBB9
(147,187,185)
#A5C6C4
(165,198,196)
#B7D1CF
(183,209,207)
#C9DCDA
(201,220,218)
#DBE7E5
(219,231,229)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398482 color. Also use rgb(57,132,130) instead hex code.

Text Font Color

.myTextColor { color: #398482; }

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

This text font color is #398482.


Background Color

.myBgColor { background-color: #398482; }

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

This div background color is #398482.


Border color

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

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

This div border color is #398482.


Opacity

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

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

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

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

This text has shadow with #398482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398482 on black background.


Color preview on white background

This text has color #398482 on white background.



Black color preview on #398482 background

This text has black color on #398482 background.


White color preview on #398482 background

This text has white color on #398482 background.