COLOR #3A3D7D

HEX: #3A3D7D
RGB: (58,61,125)

Color info

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

RGB color model

#3A3D7D color RGB value is (58,61,125).

  • red value is 58;
  • green value is 61;
  • blue value is 125.
RGB:
(58,61,125)
(23%,24%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 61 of 255 = 24%
B 125 of 255 = 49%

58
61
125

R + G + B ~ 32%. #3A3D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 61 + 125 = 244 (100%)
R 58 of 244 ~ 23.77%
G 61 of 244 ~ 25%
B 125 of 244 ~ 51.23%

%23.77
%25
%51.23

CMYK color model

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

  • cyan value is 53.60%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(54,51,0,51)
C54M51Y0K51 
(54%,51%,0%,51%)
(0.54/0.51/0.00/0.51)	

CMYK percentages

%53.6
%51.2
%0
%50.98

Codes

Color #3A3D7D in popluar color models

3A3D7D
RGB5861125
HSL237°36.61%35.88%
HSB/HSV237°53.60%49.02%
CMYK53.60%51.20%0.00%
50.98%

Color #3A3D7D in popluar number systems.

HEX3A3D7D
Decimal5861125
Binary1110101111011111101
Octal7275175

Shades and tints

Shades of #3A3D7D

#3A3D7D
(58,61,125)
#353872
(53,56,114)
#303367
(48,51,103)
#2B2E5C
(43,46,92)
#262951
(38,41,81)
#212446
(33,36,70)
#1C1F3B
(28,31,59)
#171A30
(23,26,48)
#121525
(18,21,37)
#0D101A
(13,16,26)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A3D7D

#3A3D7D
(58,61,125)
#4B4E88
(75,78,136)
#5C5F93
(92,95,147)
#6D709E
(109,112,158)
#7E81A9
(126,129,169)
#8F92B4
(143,146,180)
#A0A3BF
(160,163,191)
#B1B4CA
(177,180,202)
#C2C5D5
(194,197,213)
#D3D6E0
(211,214,224)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3D7D color. Also use rgb(58,61,125) instead hex code.

Text Font Color

.myTextColor { color: #3A3D7D; }

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

This text font color is #3A3D7D.


Background Color

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

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

This div background color is #3A3D7D.


Border color

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

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

This div border color is #3A3D7D.


Opacity

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

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

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

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

This text has shadow with #3A3D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3D7D on black background.


Color preview on white background

This text has color #3A3D7D on white background.



Black color preview on #3A3D7D background

This text has black color on #3A3D7D background.


White color preview on #3A3D7D background

This text has white color on #3A3D7D background.