COLOR #3A495F

HEX: #3A495F
RGB: (58,73,95)

Color info

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

RGB color model

#3A495F color RGB value is (58,73,95).

  • red value is 58;
  • green value is 73;
  • blue value is 95.
RGB:
(58,73,95)
(23%,29%,37%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 95 of 255 = 37%

58
73
95

R + G + B ~ 30%. #3A495F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 73 + 95 = 226 (100%)
R 58 of 226 ~ 25.66%
G 73 of 226 ~ 32.3%
B 95 of 226 ~ 42.04%

%25.66
%32.3
%42.04

CMYK color model

#3A495F color CMYK value is (39,23,0,63).

  • cyan value is 38.95%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(39,23,0,63)
C39M23Y0K63 
(39%,23%,0%,63%)
(0.39/0.23/0.00/0.63)	

CMYK percentages

%38.95
%23.16
%0
%62.75

Codes

Color #3A495F in popluar color models

3A495F
RGB587395
HSL216°24.18%30.00%
HSB/HSV216°38.95%37.25%
CMYK38.95%23.16%0.00%
62.75%

Color #3A495F in popluar number systems.

HEX3A495F
Decimal587395
Binary11101010010011011111
Octal72111137

Shades and tints

Shades of #3A495F

#3A495F
(58,73,95)
#354357
(53,67,87)
#303D4F
(48,61,79)
#2B3747
(43,55,71)
#26313F
(38,49,63)
#212B37
(33,43,55)
#1C252F
(28,37,47)
#171F27
(23,31,39)
#12191F
(18,25,31)
#0D1317
(13,19,23)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #3A495F

#3A495F
(58,73,95)
#4B596D
(75,89,109)
#5C697B
(92,105,123)
#6D7989
(109,121,137)
#7E8997
(126,137,151)
#8F99A5
(143,153,165)
#A0A9B3
(160,169,179)
#B1B9C1
(177,185,193)
#C2C9CF
(194,201,207)
#D3D9DD
(211,217,221)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A495F color. Also use rgb(58,73,95) instead hex code.

Text Font Color

.myTextColor { color: #3A495F; }

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

This text font color is #3A495F.


Background Color

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

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

This div background color is #3A495F.


Border color

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

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

This div border color is #3A495F.


Opacity

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

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

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

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

This text has shadow with #3A495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A495F on black background.


Color preview on white background

This text has color #3A495F on white background.



Black color preview on #3A495F background

This text has black color on #3A495F background.


White color preview on #3A495F background

This text has white color on #3A495F background.