COLOR #3A3F60

HEX: #3A3F60
RGB: (58,63,96)

Color info

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

RGB color model

#3A3F60 color RGB value is (58,63,96).

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

RGB channels and saturation

R 58 of 255 = 23%
G 63 of 255 = 25%
B 96 of 255 = 38%

58
63
96

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

Portions of RGB colors in percentages

R + G + B =
58 + 63 + 96 = 217 (100%)
R 58 of 217 ~ 26.73%
G 63 of 217 ~ 29.03%
B 96 of 217 ~ 44.24%

%26.73
%29.03
%44.24

CMYK color model

#3A3F60 color CMYK value is (40,34,0,62).

  • cyan value is 39.58%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(40,34,0,62)
C40M34Y0K62 
(40%,34%,0%,62%)
(0.40/0.34/0.00/0.62)	

CMYK percentages

%39.58
%34.38
%0
%62.35

Codes

Color #3A3F60 in popluar color models

3A3F60
RGB586396
HSL232°24.68%30.20%
HSB/HSV232°39.58%37.65%
CMYK39.58%34.38%0.00%
62.35%

Color #3A3F60 in popluar number systems.

HEX3A3F60
Decimal586396
Binary1110101111111100000
Octal7277140

Shades and tints

Shades of #3A3F60

#3A3F60
(58,63,96)
#353A58
(53,58,88)
#303550
(48,53,80)
#2B3048
(43,48,72)
#262B40
(38,43,64)
#212638
(33,38,56)
#1C2130
(28,33,48)
#171C28
(23,28,40)
#121720
(18,23,32)
#0D1218
(13,18,24)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #3A3F60

#3A3F60
(58,63,96)
#4B506E
(75,80,110)
#5C617C
(92,97,124)
#6D728A
(109,114,138)
#7E8398
(126,131,152)
#8F94A6
(143,148,166)
#A0A5B4
(160,165,180)
#B1B6C2
(177,182,194)
#C2C7D0
(194,199,208)
#D3D8DE
(211,216,222)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3F60; }

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

This text font color is #3A3F60.


Background Color

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

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

This div background color is #3A3F60.


Border color

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

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

This div border color is #3A3F60.


Opacity

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

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

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

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

This text has shadow with #3A3F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3F60 on black background.


Color preview on white background

This text has color #3A3F60 on white background.



Black color preview on #3A3F60 background

This text has black color on #3A3F60 background.


White color preview on #3A3F60 background

This text has white color on #3A3F60 background.