COLOR #3A426F

HEX: #3A426F
RGB: (58,66,111)

Color info

#3A426F contains red, green and blue colors in about the same proportion. Web safe color of #3A426F is #333366 (or #336).

RGB color model

#3A426F color RGB value is (58,66,111).

  • red value is 58;
  • green value is 66;
  • blue value is 111.
RGB:
(58,66,111)
(23%,26%,44%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 111 of 255 = 44%

58
66
111

R + G + B ~ 31%. #3A426F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 111 = 235 (100%)
R 58 of 235 ~ 24.68%
G 66 of 235 ~ 28.09%
B 111 of 235 ~ 47.23%

%24.68
%28.09
%47.23

CMYK color model

#3A426F color CMYK value is (48,41,0,56).

  • cyan value is 47.75%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(48,41,0,56)
C48M41Y0K56 
(48%,41%,0%,56%)
(0.48/0.41/0.00/0.56)	

CMYK percentages

%47.75
%40.54
%0
%56.47

Codes

Color #3A426F in popluar color models

3A426F
RGB5866111
HSL231°31.36%33.14%
HSB/HSV231°47.75%43.53%
CMYK47.75%40.54%0.00%
56.47%

Color #3A426F in popluar number systems.

HEX3A426F
Decimal5866111
Binary11101010000101101111
Octal72102157

Shades and tints

Shades of #3A426F

#3A426F
(58,66,111)
#353C65
(53,60,101)
#30365B
(48,54,91)
#2B3051
(43,48,81)
#262A47
(38,42,71)
#21243D
(33,36,61)
#1C1E33
(28,30,51)
#171829
(23,24,41)
#12121F
(18,18,31)
#0D0C15
(13,12,21)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #3A426F

#3A426F
(58,66,111)
#4B537C
(75,83,124)
#5C6489
(92,100,137)
#6D7596
(109,117,150)
#7E86A3
(126,134,163)
#8F97B0
(143,151,176)
#A0A8BD
(160,168,189)
#B1B9CA
(177,185,202)
#C2CAD7
(194,202,215)
#D3DBE4
(211,219,228)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A426F color. Also use rgb(58,66,111) instead hex code.

Text Font Color

.myTextColor { color: #3A426F; }

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

This text font color is #3A426F.


Background Color

.myBgColor { background-color: #3A426F; }

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

This div background color is #3A426F.


Border color

.myBorderColor { border: 1px solid #3A426F; }

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

This div border color is #3A426F.


Opacity

.myOpacity80 { color: #3A426F; opacity: 0.8; }

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

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

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

This text has shadow with #3A426F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A426F on black background.


Color preview on white background

This text has color #3A426F on white background.



Black color preview on #3A426F background

This text has black color on #3A426F background.


White color preview on #3A426F background

This text has white color on #3A426F background.