COLOR #3A3C75

HEX: #3A3C75
RGB: (58,60,117)

Color info

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

RGB color model

#3A3C75 color RGB value is (58,60,117).

  • red value is 58;
  • green value is 60;
  • blue value is 117.
RGB:
(58,60,117)
(23%,24%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 60 of 255 = 24%
B 117 of 255 = 46%

58
60
117

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

Portions of RGB colors in percentages

R + G + B =
58 + 60 + 117 = 235 (100%)
R 58 of 235 ~ 24.68%
G 60 of 235 ~ 25.53%
B 117 of 235 ~ 49.79%

%24.68
%25.53
%49.79

CMYK color model

#3A3C75 color CMYK value is (50,49,0,54).

  • cyan value is 50.43%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(50,49,0,54)
C50M49Y0K54 
(50%,49%,0%,54%)
(0.50/0.49/0.00/0.54)	

CMYK percentages

%50.43
%48.72
%0
%54.12

Codes

Color #3A3C75 in popluar color models

3A3C75
RGB5860117
HSL238°33.71%34.31%
HSB/HSV238°50.43%45.88%
CMYK50.43%48.72%0.00%
54.12%

Color #3A3C75 in popluar number systems.

HEX3A3C75
Decimal5860117
Binary1110101111001110101
Octal7274165

Shades and tints

Shades of #3A3C75

#3A3C75
(58,60,117)
#35376B
(53,55,107)
#303261
(48,50,97)
#2B2D57
(43,45,87)
#26284D
(38,40,77)
#212343
(33,35,67)
#1C1E39
(28,30,57)
#17192F
(23,25,47)
#121425
(18,20,37)
#0D0F1B
(13,15,27)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A3C75

#3A3C75
(58,60,117)
#4B4D81
(75,77,129)
#5C5E8D
(92,94,141)
#6D6F99
(109,111,153)
#7E80A5
(126,128,165)
#8F91B1
(143,145,177)
#A0A2BD
(160,162,189)
#B1B3C9
(177,179,201)
#C2C4D5
(194,196,213)
#D3D5E1
(211,213,225)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3C75 color. Also use rgb(58,60,117) instead hex code.

Text Font Color

.myTextColor { color: #3A3C75; }

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

This text font color is #3A3C75.


Background Color

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

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

This div background color is #3A3C75.


Border color

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

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

This div border color is #3A3C75.


Opacity

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

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

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

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

This text has shadow with #3A3C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3C75 on black background.


Color preview on white background

This text has color #3A3C75 on white background.



Black color preview on #3A3C75 background

This text has black color on #3A3C75 background.


White color preview on #3A3C75 background

This text has white color on #3A3C75 background.