COLOR #3A4660

HEX: #3A4660
RGB: (58,70,96)

Color info

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

RGB color model

#3A4660 color RGB value is (58,70,96).

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

RGB channels and saturation

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

58
70
96

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

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 96 = 224 (100%)
R 58 of 224 ~ 25.89%
G 70 of 224 ~ 31.25%
B 96 of 224 ~ 42.86%

%25.89
%31.25
%42.86

CMYK color model

#3A4660 color CMYK value is (40,27,0,62).

  • cyan value is 39.58%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(40,27,0,62)
C40M27Y0K62 
(40%,27%,0%,62%)
(0.40/0.27/0.00/0.62)	

CMYK percentages

%39.58
%27.08
%0
%62.35

Codes

Color #3A4660 in popluar color models

3A4660
RGB587096
HSL221°24.68%30.20%
HSB/HSV221°39.58%37.65%
CMYK39.58%27.08%0.00%
62.35%

Color #3A4660 in popluar number systems.

HEX3A4660
Decimal587096
Binary11101010001101100000
Octal72106140

Shades and tints

Shades of #3A4660

#3A4660
(58,70,96)
#354058
(53,64,88)
#303A50
(48,58,80)
#2B3448
(43,52,72)
#262E40
(38,46,64)
#212838
(33,40,56)
#1C2230
(28,34,48)
#171C28
(23,28,40)
#121620
(18,22,32)
#0D1018
(13,16,24)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A4660

#3A4660
(58,70,96)
#4B566E
(75,86,110)
#5C667C
(92,102,124)
#6D768A
(109,118,138)
#7E8698
(126,134,152)
#8F96A6
(143,150,166)
#A0A6B4
(160,166,180)
#B1B6C2
(177,182,194)
#C2C6D0
(194,198,208)
#D3D6DE
(211,214,222)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4660; }

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

This text font color is #3A4660.


Background Color

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

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

This div background color is #3A4660.


Border color

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

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

This div border color is #3A4660.


Opacity

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

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

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

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

This text has shadow with #3A4660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4660 on black background.


Color preview on white background

This text has color #3A4660 on white background.



Black color preview on #3A4660 background

This text has black color on #3A4660 background.


White color preview on #3A4660 background

This text has white color on #3A4660 background.