COLOR #3A3F6C

HEX: #3A3F6C
RGB: (58,63,108)

Color info

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

RGB color model

#3A3F6C color RGB value is (58,63,108).

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

RGB channels and saturation

R 58 of 255 = 23%
G 63 of 255 = 25%
B 108 of 255 = 42%

58
63
108

R + G + B ~ 30%. #3A3F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 63 + 108 = 229 (100%)
R 58 of 229 ~ 25.33%
G 63 of 229 ~ 27.51%
B 108 of 229 ~ 47.16%

%25.33
%27.51
%47.16

CMYK color model

#3A3F6C color CMYK value is (46,42,0,58).

  • cyan value is 46.30%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(46,42,0,58)
C46M42Y0K58 
(46%,42%,0%,58%)
(0.46/0.42/0.00/0.58)	

CMYK percentages

%46.3
%41.67
%0
%57.65

Codes

Color #3A3F6C in popluar color models

3A3F6C
RGB5863108
HSL234°30.12%32.55%
HSB/HSV234°46.30%42.35%
CMYK46.30%41.67%0.00%
57.65%

Color #3A3F6C in popluar number systems.

HEX3A3F6C
Decimal5863108
Binary1110101111111101100
Octal7277154

Shades and tints

Shades of #3A3F6C

#3A3F6C
(58,63,108)
#353A63
(53,58,99)
#30355A
(48,53,90)
#2B3051
(43,48,81)
#262B48
(38,43,72)
#21263F
(33,38,63)
#1C2136
(28,33,54)
#171C2D
(23,28,45)
#121724
(18,23,36)
#0D121B
(13,18,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #3A3F6C

#3A3F6C
(58,63,108)
#4B5079
(75,80,121)
#5C6186
(92,97,134)
#6D7293
(109,114,147)
#7E83A0
(126,131,160)
#8F94AD
(143,148,173)
#A0A5BA
(160,165,186)
#B1B6C7
(177,182,199)
#C2C7D4
(194,199,212)
#D3D8E1
(211,216,225)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3F6C; }

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

This text font color is #3A3F6C.


Background Color

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

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

This div background color is #3A3F6C.


Border color

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

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

This div border color is #3A3F6C.


Opacity

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

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

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

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

This text has shadow with #3A3F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3F6C on black background.


Color preview on white background

This text has color #3A3F6C on white background.



Black color preview on #3A3F6C background

This text has black color on #3A3F6C background.


White color preview on #3A3F6C background

This text has white color on #3A3F6C background.