COLOR #3A3976

HEX: #3A3976
RGB: (58,57,118)

Color info

#3A3976 contains mainly blue color. Web safe color of #3A3976 is #333366 (or #336).

RGB color model

#3A3976 color RGB value is (58,57,118).

  • red value is 58;
  • green value is 57;
  • blue value is 118.
RGB:
(58,57,118)
(23%,22%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 57 of 255 = 22%
B 118 of 255 = 46%

58
57
118

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

Portions of RGB colors in percentages

R + G + B =
58 + 57 + 118 = 233 (100%)
R 58 of 233 ~ 24.89%
G 57 of 233 ~ 24.46%
B 118 of 233 ~ 50.64%

%24.89
%24.46
%50.64

CMYK color model

#3A3976 color CMYK value is (51,52,0,54).

  • cyan value is 50.85%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(51,52,0,54)
C51M52Y0K54 
(51%,52%,0%,54%)
(0.51/0.52/0.00/0.54)	

CMYK percentages

%50.85
%51.69
%0
%53.73

Codes

Color #3A3976 in popluar color models

3A3976
RGB5857118
HSL241°34.86%34.31%
HSB/HSV241°51.69%46.27%
CMYK50.85%51.69%0.00%
53.73%

Color #3A3976 in popluar number systems.

HEX3A3976
Decimal5857118
Binary1110101110011110110
Octal7271166

Shades and tints

Shades of #3A3976

#3A3976
(58,57,118)
#35346C
(53,52,108)
#302F62
(48,47,98)
#2B2A58
(43,42,88)
#26254E
(38,37,78)
#212044
(33,32,68)
#1C1B3A
(28,27,58)
#171630
(23,22,48)
#121126
(18,17,38)
#0D0C1C
(13,12,28)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #3A3976

#3A3976
(58,57,118)
#4B4B82
(75,75,130)
#5C5D8E
(92,93,142)
#6D6F9A
(109,111,154)
#7E81A6
(126,129,166)
#8F93B2
(143,147,178)
#A0A5BE
(160,165,190)
#B1B7CA
(177,183,202)
#C2C9D6
(194,201,214)
#D3DBE2
(211,219,226)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3976 color. Also use rgb(58,57,118) instead hex code.

Text Font Color

.myTextColor { color: #3A3976; }

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

This text font color is #3A3976.


Background Color

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

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

This div background color is #3A3976.


Border color

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

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

This div border color is #3A3976.


Opacity

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

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

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

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

This text has shadow with #3A3976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3976 on black background.


Color preview on white background

This text has color #3A3976 on white background.



Black color preview on #3A3976 background

This text has black color on #3A3976 background.


White color preview on #3A3976 background

This text has white color on #3A3976 background.