COLOR #3D3663

HEX: #3D3663
RGB: (61,54,99)

Color info

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

RGB color model

#3D3663 color RGB value is (61,54,99).

  • red value is 61;
  • green value is 54;
  • blue value is 99.
RGB:
(61,54,99)
(24%,21%,39%)

RGB channels and saturation

R 61 of 255 = 24%
G 54 of 255 = 21%
B 99 of 255 = 39%

61
54
99

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

Portions of RGB colors in percentages

R + G + B =
61 + 54 + 99 = 214 (100%)
R 61 of 214 ~ 28.5%
G 54 of 214 ~ 25.23%
B 99 of 214 ~ 46.26%

%28.5
%25.23
%46.26

CMYK color model

#3D3663 color CMYK value is (38,45,0,61).

  • cyan value is 38.38%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(38,45,0,61)
C38M45Y0K61 
(38%,45%,0%,61%)
(0.38/0.45/0.00/0.61)	

CMYK percentages

%38.38
%45.45
%0
%61.18

Codes

Color #3D3663 in popluar color models

3D3663
RGB615499
HSL249°29.41%30.00%
HSB/HSV249°45.45%38.82%
CMYK38.38%45.45%0.00%
61.18%

Color #3D3663 in popluar number systems.

HEX3D3663
Decimal615499
Binary1111011101101100011
Octal7566143

Shades and tints

Shades of #3D3663

#3D3663
(61,54,99)
#38325A
(56,50,90)
#332E51
(51,46,81)
#2E2A48
(46,42,72)
#29263F
(41,38,63)
#242236
(36,34,54)
#1F1E2D
(31,30,45)
#1A1A24
(26,26,36)
#15161B
(21,22,27)
#101212
(16,18,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #3D3663

#3D3663
(61,54,99)
#4E4871
(78,72,113)
#5F5A7F
(95,90,127)
#706C8D
(112,108,141)
#817E9B
(129,126,155)
#9290A9
(146,144,169)
#A3A2B7
(163,162,183)
#B4B4C5
(180,180,197)
#C5C6D3
(197,198,211)
#D6D8E1
(214,216,225)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3663; }

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

This text font color is #3D3663.


Background Color

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

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

This div background color is #3D3663.


Border color

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

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

This div border color is #3D3663.


Opacity

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

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

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

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

This text has shadow with #3D3663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3663 on black background.


Color preview on white background

This text has color #3D3663 on white background.



Black color preview on #3D3663 background

This text has black color on #3D3663 background.


White color preview on #3D3663 background

This text has white color on #3D3663 background.