COLOR #3D3E7C

HEX: #3D3E7C RGB: (61,62,124)

Color info

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

RGB color model

#3D3E7C color RGB value is (61,62,124).

RGB: (61,62,124) (24%, 24%, 49%)

RGB channels and saturation

R 61 of 255 = 24%
G 62 of 255 = 24%
B 124 of 255 = 49%

61
62
124

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

Portions of RGB colors in percentages

R + G + B = 61 + 62 + 124 = 247 (100%)
R 61 of 247 ~ 24.7%
G 62 of 247 ~ 25.1%
B 124 of 247 ~ 50.2'%

%24.7
%25.1
%50.2

CMYK color model

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

  • cyan value is 50.81%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (51,50,0,51)
C51M50Y0K51 (51%, 50%, 0%, 51%)
(0.51 / 0.50 / 0.00 / 0.51)

CMYK percentages

%50.81
%50
%0
%51.37

Codes

Color #3D3E7C in popluar color models

3D 3E 7C
RGB 61 62 124
HSL 239° 34.05% 36.27%
HSB/HSV 239° 50.81% 48.63%
CMYK 50.81% 50.00% 0.00%
51.37%

Color #3D3E7C in popluar number systems.

HEX 3D 3E 7C
Decimal 61 62 124
Binary 111101 111110 1111100
Octal 75 76 174

Shades and tints

Shades of #3D3E7C

#3D3E7C
(61,62,124)
#383971
(56,57,113)
#333466
(51,52,102)
#2E2F5B
(46,47,91)
#292A50
(41,42,80)
#242545
(36,37,69)
#1F203A
(31,32,58)
#1A1B2F
(26,27,47)
#151624
(21,22,36)
#101119
(16,17,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #3D3E7C

#3D3E7C
(61,62,124)
#4E4F87
(78,79,135)
#5F6092
(95,96,146)
#70719D
(112,113,157)
#8182A8
(129,130,168)
#9293B3
(146,147,179)
#A3A4BE
(163,164,190)
#B4B5C9
(180,181,201)
#C5C6D4
(197,198,212)
#D6D7DF
(214,215,223)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3E7C color. Also use rgb(61,62,124) instead hex code.

Text Font Color

.myTextColor { color: #3D3E7C; }

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

This text font color is #3D3E7C.

Background Color

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

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

This div background color is #3D3E7C.

Border color

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

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

This div border color is #3D3E7C.

Opacity

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

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

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

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

This text has shadow with #3D3E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3E7C.

Preview

Color preview on black background

This text has color #3D3E7C on black background.


Color preview on white background

This text has color #3D3E7C on white background.


Black color preview on #3D3E7C background

This text has black color on #3D3E7C background.


White color preview on #3D3E7C background

This text has white color on #3D3E7C background.


Related colors

Complementary color

Complementary color for #hex is #C2C183.


I love getcolorcode.com

Triadic colors

1 #7C3D3E and #3E7C3D with #3D3E7C are triadic colors.

2 #7C3E3D and #3E3D7C with #3D3E7C are triadic colors.