COLOR #3D3E5C

HEX: #3D3E5C
RGB: (61,62,92)

Color info

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

RGB color model

#3D3E5C color RGB value is (61,62,92).

  • red value is 61;
  • green value is 62;
  • blue value is 92.
RGB:
(61,62,92)
(24%,24%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 62 of 255 = 24%
B 92 of 255 = 36%

61
62
92

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

Portions of RGB colors in percentages

R + G + B =
61 + 62 + 92 = 215 (100%)
R 61 of 215 ~ 28.37%
G 62 of 215 ~ 28.84%
B 92 of 215 ~ 42.79%

%28.37
%28.84
%42.79

CMYK color model

#3D3E5C color CMYK value is (34,33,0,64).

  • cyan value is 33.70%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(34,33,0,64)
C34M33Y0K64 
(34%,33%,0%,64%)
(0.34/0.33/0.00/0.64)	

CMYK percentages

%33.7
%32.61
%0
%63.92

Codes

Color #3D3E5C in popluar color models

3D3E5C
RGB616292
HSL238°20.26%30.00%
HSB/HSV238°33.70%36.08%
CMYK33.70%32.61%0.00%
63.92%

Color #3D3E5C in popluar number systems.

HEX3D3E5C
Decimal616292
Binary1111011111101011100
Octal7576134

Shades and tints

Shades of #3D3E5C

#3D3E5C
(61,62,92)
#383954
(56,57,84)
#33344C
(51,52,76)
#2E2F44
(46,47,68)
#292A3C
(41,42,60)
#242534
(36,37,52)
#1F202C
(31,32,44)
#1A1B24
(26,27,36)
#15161C
(21,22,28)
#101114
(16,17,20)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #3D3E5C

#3D3E5C
(61,62,92)
#4E4F6A
(78,79,106)
#5F6078
(95,96,120)
#707186
(112,113,134)
#818294
(129,130,148)
#9293A2
(146,147,162)
#A3A4B0
(163,164,176)
#B4B5BE
(180,181,190)
#C5C6CC
(197,198,204)
#D6D7DA
(214,215,218)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3E5C; }

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

This text font color is #3D3E5C.


Background Color

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

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

This div background color is #3D3E5C.


Border color

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

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

This div border color is #3D3E5C.


Opacity

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

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

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

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

This text has shadow with #3D3E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3E5C on black background.


Color preview on white background

This text has color #3D3E5C on white background.



Black color preview on #3D3E5C background

This text has black color on #3D3E5C background.


White color preview on #3D3E5C background

This text has white color on #3D3E5C background.