COLOR #3A3F73

HEX: #3A3F73
RGB: (58,63,115)

Color info

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

RGB color model

#3A3F73 color RGB value is (58,63,115).

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

RGB channels and saturation

R 58 of 255 = 23%
G 63 of 255 = 25%
B 115 of 255 = 45%

58
63
115

R + G + B ~ 31%. #3A3F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 63 + 115 = 236 (100%)
R 58 of 236 ~ 24.58%
G 63 of 236 ~ 26.69%
B 115 of 236 ~ 48.73%

%24.58
%26.69
%48.73

CMYK color model

#3A3F73 color CMYK value is (50,45,0,55).

  • cyan value is 49.57%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(50,45,0,55)
C50M45Y0K55 
(50%,45%,0%,55%)
(0.50/0.45/0.00/0.55)	

CMYK percentages

%49.57
%45.22
%0
%54.9

Codes

Color #3A3F73 in popluar color models

3A3F73
RGB5863115
HSL235°32.95%33.92%
HSB/HSV235°49.57%45.10%
CMYK49.57%45.22%0.00%
54.90%

Color #3A3F73 in popluar number systems.

HEX3A3F73
Decimal5863115
Binary1110101111111110011
Octal7277163

Shades and tints

Shades of #3A3F73

#3A3F73
(58,63,115)
#353A69
(53,58,105)
#30355F
(48,53,95)
#2B3055
(43,48,85)
#262B4B
(38,43,75)
#212641
(33,38,65)
#1C2137
(28,33,55)
#171C2D
(23,28,45)
#121723
(18,23,35)
#0D1219
(13,18,25)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #3A3F73

#3A3F73
(58,63,115)
#4B507F
(75,80,127)
#5C618B
(92,97,139)
#6D7297
(109,114,151)
#7E83A3
(126,131,163)
#8F94AF
(143,148,175)
#A0A5BB
(160,165,187)
#B1B6C7
(177,182,199)
#C2C7D3
(194,199,211)
#D3D8DF
(211,216,223)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3F73; }

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

This text font color is #3A3F73.


Background Color

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

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

This div background color is #3A3F73.


Border color

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

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

This div border color is #3A3F73.


Opacity

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

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

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

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

This text has shadow with #3A3F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3F73 on black background.


Color preview on white background

This text has color #3A3F73 on white background.



Black color preview on #3A3F73 background

This text has black color on #3A3F73 background.


White color preview on #3A3F73 background

This text has white color on #3A3F73 background.