COLOR #3D396C

HEX: #3D396C
RGB: (61,57,108)

Color info

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

RGB color model

#3D396C color RGB value is (61,57,108).

  • red value is 61;
  • green value is 57;
  • blue value is 108.
RGB:
(61,57,108)
(24%,22%,42%)

RGB channels and saturation

R 61 of 255 = 24%
G 57 of 255 = 22%
B 108 of 255 = 42%

61
57
108

R + G + B ~ 29%. #3D396C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 57 + 108 = 226 (100%)
R 61 of 226 ~ 26.99%
G 57 of 226 ~ 25.22%
B 108 of 226 ~ 47.79%

%26.99
%25.22
%47.79

CMYK color model

#3D396C color CMYK value is (44,47,0,58).

  • cyan value is 43.52%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(44,47,0,58)
C44M47Y0K58 
(44%,47%,0%,58%)
(0.44/0.47/0.00/0.58)	

CMYK percentages

%43.52
%47.22
%0
%57.65

Codes

Color #3D396C in popluar color models

3D396C
RGB6157108
HSL245°30.91%32.35%
HSB/HSV245°47.22%42.35%
CMYK43.52%47.22%0.00%
57.65%

Color #3D396C in popluar number systems.

HEX3D396C
Decimal6157108
Binary1111011110011101100
Octal7571154

Shades and tints

Shades of #3D396C

#3D396C
(61,57,108)
#383463
(56,52,99)
#332F5A
(51,47,90)
#2E2A51
(46,42,81)
#292548
(41,37,72)
#24203F
(36,32,63)
#1F1B36
(31,27,54)
#1A162D
(26,22,45)
#151124
(21,17,36)
#100C1B
(16,12,27)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #3D396C

#3D396C
(61,57,108)
#4E4B79
(78,75,121)
#5F5D86
(95,93,134)
#706F93
(112,111,147)
#8181A0
(129,129,160)
#9293AD
(146,147,173)
#A3A5BA
(163,165,186)
#B4B7C7
(180,183,199)
#C5C9D4
(197,201,212)
#D6DBE1
(214,219,225)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D396C color. Also use rgb(61,57,108) instead hex code.

Text Font Color

.myTextColor { color: #3D396C; }

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

This text font color is #3D396C.


Background Color

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

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

This div background color is #3D396C.


Border color

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

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

This div border color is #3D396C.


Opacity

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

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

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

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

This text has shadow with #3D396C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D396C on black background.


Color preview on white background

This text has color #3D396C on white background.



Black color preview on #3D396C background

This text has black color on #3D396C background.


White color preview on #3D396C background

This text has white color on #3D396C background.