COLOR #3D3756

HEX: #3D3756
RGB: (61,55,86)

Color info

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

RGB color model

#3D3756 color RGB value is (61,55,86).

  • red value is 61;
  • green value is 55;
  • blue value is 86.
RGB:
(61,55,86)
(24%,22%,34%)

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 86 of 255 = 34%

61
55
86

R + G + B ~ 27%. #3D3756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 86 = 202 (100%)
R 61 of 202 ~ 30.2%
G 55 of 202 ~ 27.23%
B 86 of 202 ~ 42.57%

%30.2
%27.23
%42.57

CMYK color model

#3D3756 color CMYK value is (29,36,0,66).

  • cyan value is 29.07%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(29,36,0,66)
C29M36Y0K66 
(29%,36%,0%,66%)
(0.29/0.36/0.00/0.66)	

CMYK percentages

%29.07
%36.05
%0
%66.27

Codes

Color #3D3756 in popluar color models

3D3756
RGB615586
HSL252°21.99%27.65%
HSB/HSV252°36.05%33.73%
CMYK29.07%36.05%0.00%
66.27%

Color #3D3756 in popluar number systems.

HEX3D3756
Decimal615586
Binary1111011101111010110
Octal7567126

Shades and tints

Shades of #3D3756

#3D3756
(61,55,86)
#38324F
(56,50,79)
#332D48
(51,45,72)
#2E2841
(46,40,65)
#29233A
(41,35,58)
#241E33
(36,30,51)
#1F192C
(31,25,44)
#1A1425
(26,20,37)
#150F1E
(21,15,30)
#100A17
(16,10,23)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #3D3756

#3D3756
(61,55,86)
#4E4965
(78,73,101)
#5F5B74
(95,91,116)
#706D83
(112,109,131)
#817F92
(129,127,146)
#9291A1
(146,145,161)
#A3A3B0
(163,163,176)
#B4B5BF
(180,181,191)
#C5C7CE
(197,199,206)
#D6D9DD
(214,217,221)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3756 color. Also use rgb(61,55,86) instead hex code.

Text Font Color

.myTextColor { color: #3D3756; }

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

This text font color is #3D3756.


Background Color

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

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

This div background color is #3D3756.


Border color

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

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

This div border color is #3D3756.


Opacity

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

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

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

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

This text has shadow with #3D3756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3756 on black background.


Color preview on white background

This text has color #3D3756 on white background.



Black color preview on #3D3756 background

This text has black color on #3D3756 background.


White color preview on #3D3756 background

This text has white color on #3D3756 background.