COLOR #39498A

HEX: #39498A
RGB: (57,73,138)

Color info

#39498A contains mainly blue color. Web safe color of #39498A is #333399 (or #339).

RGB color model

#39498A color RGB value is (57,73,138).

  • red value is 57;
  • green value is 73;
  • blue value is 138.
RGB:
(57,73,138)
(22%,29%,54%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 138 of 255 = 54%

57
73
138

R + G + B ~ 35%. #39498A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 138 = 268 (100%)
R 57 of 268 ~ 21.27%
G 73 of 268 ~ 27.24%
B 138 of 268 ~ 51.49%

%21.27
%27.24
%51.49

CMYK color model

#39498A color CMYK value is (59,47,0,46).

  • cyan value is 58.70%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(59,47,0,46)
C59M47Y0K46 
(59%,47%,0%,46%)
(0.59/0.47/0.00/0.46)	

CMYK percentages

%58.7
%47.1
%0
%45.88

Codes

Color #39498A in popluar color models

39498A
RGB5773138
HSL228°41.54%38.24%
HSB/HSV228°58.70%54.12%
CMYK58.70%47.10%0.00%
45.88%

Color #39498A in popluar number systems.

HEX39498A
Decimal5773138
Binary111001100100110001010
Octal71111212

Shades and tints

Shades of #39498A

#39498A
(57,73,138)
#34437E
(52,67,126)
#2F3D72
(47,61,114)
#2A3766
(42,55,102)
#25315A
(37,49,90)
#202B4E
(32,43,78)
#1B2542
(27,37,66)
#161F36
(22,31,54)
#11192A
(17,25,42)
#0C131E
(12,19,30)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #39498A

#39498A
(57,73,138)
#4B5994
(75,89,148)
#5D699E
(93,105,158)
#6F79A8
(111,121,168)
#8189B2
(129,137,178)
#9399BC
(147,153,188)
#A5A9C6
(165,169,198)
#B7B9D0
(183,185,208)
#C9C9DA
(201,201,218)
#DBD9E4
(219,217,228)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39498A color. Also use rgb(57,73,138) instead hex code.

Text Font Color

.myTextColor { color: #39498A; }

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

This text font color is #39498A.


Background Color

.myBgColor { background-color: #39498A; }

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

This div background color is #39498A.


Border color

.myBorderColor { border: 1px solid #39498A; }

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

This div border color is #39498A.


Opacity

.myOpacity80 { color: #39498A; opacity: 0.8; }

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

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

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

This text has shadow with #39498A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39498A on black background.


Color preview on white background

This text has color #39498A on white background.



Black color preview on #39498A background

This text has black color on #39498A background.


White color preview on #39498A background

This text has white color on #39498A background.