COLOR #3D3176

HEX: #3D3176 RGB: (61,49,118)

Color info

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

RGB color model

#3D3176 color RGB value is (61,49,118).

RGB: (61,49,118) (24%, 19%, 46%)

RGB channels and saturation

R 61 of 255 = 24%
G 49 of 255 = 19%
B 118 of 255 = 46%

61
49
118

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

Portions of RGB colors in percentages

R + G + B = 61 + 49 + 118 = 228 (100%)
R 61 of 228 ~ 26.75%
G 49 of 228 ~ 21.49%
B 118 of 228 ~ 51.75'%

%26.75
%21.49
%51.75

CMYK color model

#3D3176 color CMYK value is (48,58,0,54).

  • cyan value is 48.31%
  • magenta value is 58.47%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (48,58,0,54)
C48M58Y0K54 (48%, 58%, 0%, 54%)
(0.48 / 0.58 / 0.00 / 0.54)

CMYK percentages

%48.31
%58.47
%0
%53.73

Codes

Color #3D3176 in popluar color models

3D 31 76
RGB 61 49 118
HSL 250° 41.32% 32.75%
HSB/HSV 250° 58.47% 46.27%
CMYK 48.31% 58.47% 0.00%
53.73%

Color #3D3176 in popluar number systems.

HEX 3D 31 76
Decimal 61 49 118
Binary 111101 110001 1110110
Octal 75 61 166

Shades and tints

Shades of #3D3176

#3D3176
(61,49,118)
#382D6C
(56,45,108)
#332962
(51,41,98)
#2E2558
(46,37,88)
#29214E
(41,33,78)
#241D44
(36,29,68)
#1F193A
(31,25,58)
#1A1530
(26,21,48)
#151126
(21,17,38)
#100D1C
(16,13,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #3D3176

#3D3176
(61,49,118)
#4E4382
(78,67,130)
#5F558E
(95,85,142)
#70679A
(112,103,154)
#8179A6
(129,121,166)
#928BB2
(146,139,178)
#A39DBE
(163,157,190)
#B4AFCA
(180,175,202)
#C5C1D6
(197,193,214)
#D6D3E2
(214,211,226)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3176 color. Also use rgb(61,49,118) instead hex code.

Text Font Color

.myTextColor { color: #3D3176; }

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

This text font color is #3D3176.

Background Color

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

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

This div background color is #3D3176.

Border color

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

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

This div border color is #3D3176.

Opacity

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

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

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

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

This text has shadow with #3D3176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3176.

Preview

Color preview on black background

This text has color #3D3176 on black background.


Color preview on white background

This text has color #3D3176 on white background.


Black color preview on #3D3176 background

This text has black color on #3D3176 background.


White color preview on #3D3176 background

This text has white color on #3D3176 background.


Related colors

Complementary color

Complementary color for #hex is #C2CE89.


I love getcolorcode.com

Triadic colors

1 #763D31 and #31763D with #3D3176 are triadic colors.

2 #76313D and #313D76 with #3D3176 are triadic colors.