COLOR #3A465D

HEX: #3A465D
RGB: (58,70,93)

Color info

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

RGB color model

#3A465D color RGB value is (58,70,93).

  • red value is 58;
  • green value is 70;
  • blue value is 93.
RGB:
(58,70,93)
(23%,27%,36%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 93 of 255 = 36%

58
70
93

R + G + B ~ 29%. #3A465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 93 = 221 (100%)
R 58 of 221 ~ 26.24%
G 70 of 221 ~ 31.67%
B 93 of 221 ~ 42.08%

%26.24
%31.67
%42.08

CMYK color model

#3A465D color CMYK value is (38,25,0,64).

  • cyan value is 37.63%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(38,25,0,64)
C38M25Y0K64 
(38%,25%,0%,64%)
(0.38/0.25/0.00/0.64)	

CMYK percentages

%37.63
%24.73
%0
%63.53

Codes

Color #3A465D in popluar color models

3A465D
RGB587093
HSL219°23.18%29.61%
HSB/HSV219°37.63%36.47%
CMYK37.63%24.73%0.00%
63.53%

Color #3A465D in popluar number systems.

HEX3A465D
Decimal587093
Binary11101010001101011101
Octal72106135

Shades and tints

Shades of #3A465D

#3A465D
(58,70,93)
#354055
(53,64,85)
#303A4D
(48,58,77)
#2B3445
(43,52,69)
#262E3D
(38,46,61)
#212835
(33,40,53)
#1C222D
(28,34,45)
#171C25
(23,28,37)
#12161D
(18,22,29)
#0D1015
(13,16,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #3A465D

#3A465D
(58,70,93)
#4B566B
(75,86,107)
#5C6679
(92,102,121)
#6D7687
(109,118,135)
#7E8695
(126,134,149)
#8F96A3
(143,150,163)
#A0A6B1
(160,166,177)
#B1B6BF
(177,182,191)
#C2C6CD
(194,198,205)
#D3D6DB
(211,214,219)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A465D color. Also use rgb(58,70,93) instead hex code.

Text Font Color

.myTextColor { color: #3A465D; }

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

This text font color is #3A465D.


Background Color

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

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

This div background color is #3A465D.


Border color

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

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

This div border color is #3A465D.


Opacity

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

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

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

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

This text has shadow with #3A465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A465D on black background.


Color preview on white background

This text has color #3A465D on white background.



Black color preview on #3A465D background

This text has black color on #3A465D background.


White color preview on #3A465D background

This text has white color on #3A465D background.