COLOR #3A3B76

HEX: #3A3B76
RGB: (58,59,118)

Color info

#3A3B76 contains mainly green and blue colors. Web safe color of #3A3B76 is #333366 (or #336).

RGB color model

#3A3B76 color RGB value is (58,59,118).

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

RGB channels and saturation

R 58 of 255 = 23%
G 59 of 255 = 23%
B 118 of 255 = 46%

58
59
118

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

Portions of RGB colors in percentages

R + G + B =
58 + 59 + 118 = 235 (100%)
R 58 of 235 ~ 24.68%
G 59 of 235 ~ 25.11%
B 118 of 235 ~ 50.21%

%24.68
%25.11
%50.21

CMYK color model

#3A3B76 color CMYK value is (51,50,0,54).

  • cyan value is 50.85%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(51,50,0,54)
C51M50Y0K54 
(51%,50%,0%,54%)
(0.51/0.50/0.00/0.54)	

CMYK percentages

%50.85
%50
%0
%53.73

Codes

Color #3A3B76 in popluar color models

3A3B76
RGB5859118
HSL239°34.09%34.51%
HSB/HSV239°50.85%46.27%
CMYK50.85%50.00%0.00%
53.73%

Color #3A3B76 in popluar number systems.

HEX3A3B76
Decimal5859118
Binary1110101110111110110
Octal7273166

Shades and tints

Shades of #3A3B76

#3A3B76
(58,59,118)
#35366C
(53,54,108)
#303162
(48,49,98)
#2B2C58
(43,44,88)
#26274E
(38,39,78)
#212244
(33,34,68)
#1C1D3A
(28,29,58)
#171830
(23,24,48)
#121326
(18,19,38)
#0D0E1C
(13,14,28)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #3A3B76

#3A3B76
(58,59,118)
#4B4C82
(75,76,130)
#5C5D8E
(92,93,142)
#6D6E9A
(109,110,154)
#7E7FA6
(126,127,166)
#8F90B2
(143,144,178)
#A0A1BE
(160,161,190)
#B1B2CA
(177,178,202)
#C2C3D6
(194,195,214)
#D3D4E2
(211,212,226)
#E4E5EE
(228,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3B76; }

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

This text font color is #3A3B76.


Background Color

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

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

This div background color is #3A3B76.


Border color

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

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

This div border color is #3A3B76.


Opacity

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

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

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

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

This text has shadow with #3A3B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3B76 on black background.


Color preview on white background

This text has color #3A3B76 on white background.



Black color preview on #3A3B76 background

This text has black color on #3A3B76 background.


White color preview on #3A3B76 background

This text has white color on #3A3B76 background.