COLOR #3D3263

HEX: #3D3263 RGB: (61,50,99)

Color info

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

RGB color model

#3D3263 color RGB value is (61,50,99).

RGB: (61,50,99) (24%, 20%, 39%)

RGB channels and saturation

R 61 of 255 = 24%
G 50 of 255 = 20%
B 99 of 255 = 39%

61
50
99

R + G + B ~ 28%. #3D3263 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 50 + 99 = 210 (100%)
R 61 of 210 ~ 29.05%
G 50 of 210 ~ 23.81%
B 99 of 210 ~ 47.14'%

%29.05
%23.81
%47.14

CMYK color model

#3D3263 color CMYK value is (38,49,0,61).

  • cyan value is 38.38%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (38,49,0,61)
C38M49Y0K61 (38%, 49%, 0%, 61%)
(0.38 / 0.49 / 0.00 / 0.61)

CMYK percentages

%38.38
%49.49
%0
%61.18

Codes

Color #3D3263 in popluar color models

3D 32 63
RGB 61 50 99
HSL 253° 32.89% 29.22%
HSB/HSV 253° 49.49% 38.82%
CMYK 38.38% 49.49% 0.00%
61.18%

Color #3D3263 in popluar number systems.

HEX 3D 32 63
Decimal 61 50 99
Binary 111101 110010 1100011
Octal 75 62 143

Shades and tints

Shades of #3D3263

#3D3263
(61,50,99)
#382E5A
(56,46,90)
#332A51
(51,42,81)
#2E2648
(46,38,72)
#29223F
(41,34,63)
#241E36
(36,30,54)
#1F1A2D
(31,26,45)
#1A1624
(26,22,36)
#15121B
(21,18,27)
#100E12
(16,14,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #3D3263

#3D3263
(61,50,99)
#4E4471
(78,68,113)
#5F567F
(95,86,127)
#70688D
(112,104,141)
#817A9B
(129,122,155)
#928CA9
(146,140,169)
#A39EB7
(163,158,183)
#B4B0C5
(180,176,197)
#C5C2D3
(197,194,211)
#D6D4E1
(214,212,225)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3263 color. Also use rgb(61,50,99) instead hex code.

Text Font Color

.myTextColor { color: #3D3263; }

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

This text font color is #3D3263.

Background Color

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

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

This div background color is #3D3263.

Border color

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

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

This div border color is #3D3263.

Opacity

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

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

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

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

This text has shadow with #3D3263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3263.

Preview

Color preview on black background

This text has color #3D3263 on black background.


Color preview on white background

This text has color #3D3263 on white background.


Black color preview on #3D3263 background

This text has black color on #3D3263 background.


White color preview on #3D3263 background

This text has white color on #3D3263 background.


Related colors

Complementary color

Complementary color for #hex is #C2CD9C.


I love getcolorcode.com

Triadic colors

1 #633D32 and #32633D with #3D3263 are triadic colors.

2 #63323D and #323D63 with #3D3263 are triadic colors.