COLOR #3A4661

HEX: #3A4661
RGB: (58,70,97)

Color info

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

RGB color model

#3A4661 color RGB value is (58,70,97).

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

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 97 of 255 = 38%

58
70
97

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

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 97 = 225 (100%)
R 58 of 225 ~ 25.78%
G 70 of 225 ~ 31.11%
B 97 of 225 ~ 43.11%

%25.78
%31.11
%43.11

CMYK color model

#3A4661 color CMYK value is (40,28,0,62).

  • cyan value is 40.21%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(40,28,0,62)
C40M28Y0K62 
(40%,28%,0%,62%)
(0.40/0.28/0.00/0.62)	

CMYK percentages

%40.21
%27.84
%0
%61.96

Codes

Color #3A4661 in popluar color models

3A4661
RGB587097
HSL222°25.16%30.39%
HSB/HSV222°40.21%38.04%
CMYK40.21%27.84%0.00%
61.96%

Color #3A4661 in popluar number systems.

HEX3A4661
Decimal587097
Binary11101010001101100001
Octal72106141

Shades and tints

Shades of #3A4661

#3A4661
(58,70,97)
#354059
(53,64,89)
#303A51
(48,58,81)
#2B3449
(43,52,73)
#262E41
(38,46,65)
#212839
(33,40,57)
#1C2231
(28,34,49)
#171C29
(23,28,41)
#121621
(18,22,33)
#0D1019
(13,16,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A4661

#3A4661
(58,70,97)
#4B566F
(75,86,111)
#5C667D
(92,102,125)
#6D768B
(109,118,139)
#7E8699
(126,134,153)
#8F96A7
(143,150,167)
#A0A6B5
(160,166,181)
#B1B6C3
(177,182,195)
#C2C6D1
(194,198,209)
#D3D6DF
(211,214,223)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4661; }

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

This text font color is #3A4661.


Background Color

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

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

This div background color is #3A4661.


Border color

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

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

This div border color is #3A4661.


Opacity

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

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

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

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

This text has shadow with #3A4661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4661 on black background.


Color preview on white background

This text has color #3A4661 on white background.



Black color preview on #3A4661 background

This text has black color on #3A4661 background.


White color preview on #3A4661 background

This text has white color on #3A4661 background.