COLOR #3D3C4E

HEX: #3D3C4E RGB: (61,60,78)

Color info

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

RGB color model

#3D3C4E color RGB value is (61,60,78).

RGB: (61,60,78) (24%, 24%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 60 of 255 = 24%
B 78 of 255 = 31%

61
60
78

R + G + B ~ 26%. #3D3C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 60 + 78 = 199 (100%)
R 61 of 199 ~ 30.65%
G 60 of 199 ~ 30.15%
B 78 of 199 ~ 39.2'%

%30.65
%30.15
%39.2

CMYK color model

#3D3C4E color CMYK value is (22,23,0,69).

  • cyan value is 21.79%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (22,23,0,69)
C22M23Y0K69 (22%, 23%, 0%, 69%)
(0.22 / 0.23 / 0.00 / 0.69)

CMYK percentages

%21.79
%23.08
%0
%69.41

Codes

Color #3D3C4E in popluar color models

3D 3C 4E
RGB 61 60 78
HSL 243° 13.04% 27.06%
HSB/HSV 243° 23.08% 30.59%
CMYK 21.79% 23.08% 0.00%
69.41%

Color #3D3C4E in popluar number systems.

HEX 3D 3C 4E
Decimal 61 60 78
Binary 111101 111100 1001110
Octal 75 74 116

Shades and tints

Shades of #3D3C4E

#3D3C4E
(61,60,78)
#383747
(56,55,71)
#333240
(51,50,64)
#2E2D39
(46,45,57)
#292832
(41,40,50)
#24232B
(36,35,43)
#1F1E24
(31,30,36)
#1A191D
(26,25,29)
#151416
(21,20,22)
#100F0F
(16,15,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #3D3C4E

#3D3C4E
(61,60,78)
#4E4D5E
(78,77,94)
#5F5E6E
(95,94,110)
#706F7E
(112,111,126)
#81808E
(129,128,142)
#92919E
(146,145,158)
#A3A2AE
(163,162,174)
#B4B3BE
(180,179,190)
#C5C4CE
(197,196,206)
#D6D5DE
(214,213,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3C4E color. Also use rgb(61,60,78) instead hex code.

Text Font Color

.myTextColor { color: #3D3C4E; }

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

This text font color is #3D3C4E.

Background Color

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

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

This div background color is #3D3C4E.

Border color

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

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

This div border color is #3D3C4E.

Opacity

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

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

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

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

This text has shadow with #3D3C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3C4E.

Preview

Color preview on black background

This text has color #3D3C4E on black background.


Color preview on white background

This text has color #3D3C4E on white background.


Black color preview on #3D3C4E background

This text has black color on #3D3C4E background.


White color preview on #3D3C4E background

This text has white color on #3D3C4E background.


Related colors

Complementary color

Complementary color for #hex is #C2C3B1.


I love getcolorcode.com

Triadic colors

1 #4E3D3C and #3C4E3D with #3D3C4E are triadic colors.

2 #4E3C3D and #3C3D4E with #3D3C4E are triadic colors.