COLOR #3D3461

HEX: #3D3461
RGB: (61,52,97)

Color info

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

RGB color model

#3D3461 color RGB value is (61,52,97).

  • red value is 61;
  • green value is 52;
  • blue value is 97.
RGB:
(61,52,97)
(24%,20%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 52 of 255 = 20%
B 97 of 255 = 38%

61
52
97

R + G + B ~ 27%. #3D3461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 52 + 97 = 210 (100%)
R 61 of 210 ~ 29.05%
G 52 of 210 ~ 24.76%
B 97 of 210 ~ 46.19%

%29.05
%24.76
%46.19

CMYK color model

#3D3461 color CMYK value is (37,46,0,62).

  • cyan value is 37.11%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(37,46,0,62)
C37M46Y0K62 
(37%,46%,0%,62%)
(0.37/0.46/0.00/0.62)	

CMYK percentages

%37.11
%46.39
%0
%61.96

Codes

Color #3D3461 in popluar color models

3D3461
RGB615297
HSL252°30.20%29.22%
HSB/HSV252°46.39%38.04%
CMYK37.11%46.39%0.00%
61.96%

Color #3D3461 in popluar number systems.

HEX3D3461
Decimal615297
Binary1111011101001100001
Octal7564141

Shades and tints

Shades of #3D3461

#3D3461
(61,52,97)
#383059
(56,48,89)
#332C51
(51,44,81)
#2E2849
(46,40,73)
#292441
(41,36,65)
#242039
(36,32,57)
#1F1C31
(31,28,49)
#1A1829
(26,24,41)
#151421
(21,20,33)
#101019
(16,16,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #3D3461

#3D3461
(61,52,97)
#4E466F
(78,70,111)
#5F587D
(95,88,125)
#706A8B
(112,106,139)
#817C99
(129,124,153)
#928EA7
(146,142,167)
#A3A0B5
(163,160,181)
#B4B2C3
(180,178,195)
#C5C4D1
(197,196,209)
#D6D6DF
(214,214,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3461 color. Also use rgb(61,52,97) instead hex code.

Text Font Color

.myTextColor { color: #3D3461; }

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

This text font color is #3D3461.


Background Color

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

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

This div background color is #3D3461.


Border color

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

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

This div border color is #3D3461.


Opacity

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

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

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

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

This text has shadow with #3D3461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3461 on black background.


Color preview on white background

This text has color #3D3461 on white background.



Black color preview on #3D3461 background

This text has black color on #3D3461 background.


White color preview on #3D3461 background

This text has white color on #3D3461 background.