COLOR #39427D

HEX: #39427D
RGB: (57,66,125)

Color info

#39427D contains mainly green and blue colors. Web safe color of #39427D is #333366 (or #336).

RGB color model

#39427D color RGB value is (57,66,125).

  • red value is 57;
  • green value is 66;
  • blue value is 125.
RGB:
(57,66,125)
(22%,26%,49%)

RGB channels and saturation

R 57 of 255 = 22%
G 66 of 255 = 26%
B 125 of 255 = 49%

57
66
125

R + G + B ~ 32%. #39427D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 66 + 125 = 248 (100%)
R 57 of 248 ~ 22.98%
G 66 of 248 ~ 26.61%
B 125 of 248 ~ 50.4%

%22.98
%26.61
%50.4

CMYK color model

#39427D color CMYK value is (54,47,0,51).

  • cyan value is 54.40%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(54,47,0,51)
C54M47Y0K51 
(54%,47%,0%,51%)
(0.54/0.47/0.00/0.51)	

CMYK percentages

%54.4
%47.2
%0
%50.98

Codes

Color #39427D in popluar color models

39427D
RGB5766125
HSL232°37.36%35.69%
HSB/HSV232°54.40%49.02%
CMYK54.40%47.20%0.00%
50.98%

Color #39427D in popluar number systems.

HEX39427D
Decimal5766125
Binary11100110000101111101
Octal71102175

Shades and tints

Shades of #39427D

#39427D
(57,66,125)
#343C72
(52,60,114)
#2F3667
(47,54,103)
#2A305C
(42,48,92)
#252A51
(37,42,81)
#202446
(32,36,70)
#1B1E3B
(27,30,59)
#161830
(22,24,48)
#111225
(17,18,37)
#0C0C1A
(12,12,26)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #39427D

#39427D
(57,66,125)
#4B5388
(75,83,136)
#5D6493
(93,100,147)
#6F759E
(111,117,158)
#8186A9
(129,134,169)
#9397B4
(147,151,180)
#A5A8BF
(165,168,191)
#B7B9CA
(183,185,202)
#C9CAD5
(201,202,213)
#DBDBE0
(219,219,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39427D color. Also use rgb(57,66,125) instead hex code.

Text Font Color

.myTextColor { color: #39427D; }

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

This text font color is #39427D.


Background Color

.myBgColor { background-color: #39427D; }

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

This div background color is #39427D.


Border color

.myBorderColor { border: 1px solid #39427D; }

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

This div border color is #39427D.


Opacity

.myOpacity80 { color: #39427D; opacity: 0.8; }

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

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

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

This text has shadow with #39427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39427D on black background.


Color preview on white background

This text has color #39427D on white background.



Black color preview on #39427D background

This text has black color on #39427D background.


White color preview on #39427D background

This text has white color on #39427D background.