COLOR #3D335E

HEX: #3D335E
RGB: (61,51,94)

Color info

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

RGB color model

#3D335E color RGB value is (61,51,94).

  • red value is 61;
  • green value is 51;
  • blue value is 94.
RGB:
(61,51,94)
(24%,20%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 94 of 255 = 37%

61
51
94

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

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 94 = 206 (100%)
R 61 of 206 ~ 29.61%
G 51 of 206 ~ 24.76%
B 94 of 206 ~ 45.63%

%29.61
%24.76
%45.63

CMYK color model

#3D335E color CMYK value is (35,46,0,63).

  • cyan value is 35.11%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(35,46,0,63)
C35M46Y0K63 
(35%,46%,0%,63%)
(0.35/0.46/0.00/0.63)	

CMYK percentages

%35.11
%45.74
%0
%63.14

Codes

Color #3D335E in popluar color models

3D335E
RGB615194
HSL254°29.66%28.43%
HSB/HSV254°45.74%36.86%
CMYK35.11%45.74%0.00%
63.14%

Color #3D335E in popluar number systems.

HEX3D335E
Decimal615194
Binary1111011100111011110
Octal7563136

Shades and tints

Shades of #3D335E

#3D335E
(61,51,94)
#382F56
(56,47,86)
#332B4E
(51,43,78)
#2E2746
(46,39,70)
#29233E
(41,35,62)
#241F36
(36,31,54)
#1F1B2E
(31,27,46)
#1A1726
(26,23,38)
#15131E
(21,19,30)
#100F16
(16,15,22)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #3D335E

#3D335E
(61,51,94)
#4E456C
(78,69,108)
#5F577A
(95,87,122)
#706988
(112,105,136)
#817B96
(129,123,150)
#928DA4
(146,141,164)
#A39FB2
(163,159,178)
#B4B1C0
(180,177,192)
#C5C3CE
(197,195,206)
#D6D5DC
(214,213,220)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D335E color. Also use rgb(61,51,94) instead hex code.

Text Font Color

.myTextColor { color: #3D335E; }

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

This text font color is #3D335E.


Background Color

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

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

This div background color is #3D335E.


Border color

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

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

This div border color is #3D335E.


Opacity

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

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

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

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

This text has shadow with #3D335E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D335E on black background.


Color preview on white background

This text has color #3D335E on white background.



Black color preview on #3D335E background

This text has black color on #3D335E background.


White color preview on #3D335E background

This text has white color on #3D335E background.