COLOR #3D3754

HEX: #3D3754
RGB: (61,55,84)

Color info

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

RGB color model

#3D3754 color RGB value is (61,55,84).

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

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 84 of 255 = 33%

61
55
84

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

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 84 = 200 (100%)
R 61 of 200 ~ 30.5%
G 55 of 200 ~ 27.5%
B 84 of 200 ~ 42%

%30.5
%27.5
%42

CMYK color model

#3D3754 color CMYK value is (27,35,0,67).

  • cyan value is 27.38%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(27,35,0,67)
C27M35Y0K67 
(27%,35%,0%,67%)
(0.27/0.35/0.00/0.67)	

CMYK percentages

%27.38
%34.52
%0
%67.06

Codes

Color #3D3754 in popluar color models

3D3754
RGB615584
HSL252°20.86%27.25%
HSB/HSV252°34.52%32.94%
CMYK27.38%34.52%0.00%
67.06%

Color #3D3754 in popluar number systems.

HEX3D3754
Decimal615584
Binary1111011101111010100
Octal7567124

Shades and tints

Shades of #3D3754

#3D3754
(61,55,84)
#38324D
(56,50,77)
#332D46
(51,45,70)
#2E283F
(46,40,63)
#292338
(41,35,56)
#241E31
(36,30,49)
#1F192A
(31,25,42)
#1A1423
(26,20,35)
#150F1C
(21,15,28)
#100A15
(16,10,21)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #3D3754

#3D3754
(61,55,84)
#4E4963
(78,73,99)
#5F5B72
(95,91,114)
#706D81
(112,109,129)
#817F90
(129,127,144)
#92919F
(146,145,159)
#A3A3AE
(163,163,174)
#B4B5BD
(180,181,189)
#C5C7CC
(197,199,204)
#D6D9DB
(214,217,219)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3754; }

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

This text font color is #3D3754.


Background Color

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

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

This div background color is #3D3754.


Border color

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

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

This div border color is #3D3754.


Opacity

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

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

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

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

This text has shadow with #3D3754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3754 on black background.


Color preview on white background

This text has color #3D3754 on white background.



Black color preview on #3D3754 background

This text has black color on #3D3754 background.


White color preview on #3D3754 background

This text has white color on #3D3754 background.