COLOR #3D355D

HEX: #3D355D
RGB: (61,53,93)

Color info

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

RGB color model

#3D355D color RGB value is (61,53,93).

  • red value is 61;
  • green value is 53;
  • blue value is 93.
RGB:
(61,53,93)
(24%,21%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 53 of 255 = 21%
B 93 of 255 = 36%

61
53
93

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

Portions of RGB colors in percentages

R + G + B =
61 + 53 + 93 = 207 (100%)
R 61 of 207 ~ 29.47%
G 53 of 207 ~ 25.6%
B 93 of 207 ~ 44.93%

%29.47
%25.6
%44.93

CMYK color model

#3D355D color CMYK value is (34,43,0,64).

  • cyan value is 34.41%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(34,43,0,64)
C34M43Y0K64 
(34%,43%,0%,64%)
(0.34/0.43/0.00/0.64)	

CMYK percentages

%34.41
%43.01
%0
%63.53

Codes

Color #3D355D in popluar color models

3D355D
RGB615393
HSL252°27.40%28.63%
HSB/HSV252°43.01%36.47%
CMYK34.41%43.01%0.00%
63.53%

Color #3D355D in popluar number systems.

HEX3D355D
Decimal615393
Binary1111011101011011101
Octal7565135

Shades and tints

Shades of #3D355D

#3D355D
(61,53,93)
#383155
(56,49,85)
#332D4D
(51,45,77)
#2E2945
(46,41,69)
#29253D
(41,37,61)
#242135
(36,33,53)
#1F1D2D
(31,29,45)
#1A1925
(26,25,37)
#15151D
(21,21,29)
#101115
(16,17,21)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #3D355D

#3D355D
(61,53,93)
#4E476B
(78,71,107)
#5F5979
(95,89,121)
#706B87
(112,107,135)
#817D95
(129,125,149)
#928FA3
(146,143,163)
#A3A1B1
(163,161,177)
#B4B3BF
(180,179,191)
#C5C5CD
(197,197,205)
#D6D7DB
(214,215,219)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D355D color. Also use rgb(61,53,93) instead hex code.

Text Font Color

.myTextColor { color: #3D355D; }

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

This text font color is #3D355D.


Background Color

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

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

This div background color is #3D355D.


Border color

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

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

This div border color is #3D355D.


Opacity

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

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

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

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

This text has shadow with #3D355D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D355D on black background.


Color preview on white background

This text has color #3D355D on white background.



Black color preview on #3D355D background

This text has black color on #3D355D background.


White color preview on #3D355D background

This text has white color on #3D355D background.