COLOR #3D255E

HEX: #3D255E
RGB: (61,37,94)

Color info

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

RGB color model

#3D255E color RGB value is (61,37,94).

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

RGB channels and saturation

R 61 of 255 = 24%
G 37 of 255 = 15%
B 94 of 255 = 37%

61
37
94

R + G + B ~ 25%. #3D255E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 37 + 94 = 192 (100%)
R 61 of 192 ~ 31.77%
G 37 of 192 ~ 19.27%
B 94 of 192 ~ 48.96%

%31.77
%19.27
%48.96

CMYK color model

#3D255E color CMYK value is (35,61,0,63).

  • cyan value is 35.11%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(35,61,0,63)
C35M61Y0K63 
(35%,61%,0%,63%)
(0.35/0.61/0.00/0.63)	

CMYK percentages

%35.11
%60.64
%0
%63.14

Codes

Color #3D255E in popluar color models

3D255E
RGB613794
HSL265°43.51%25.69%
HSB/HSV265°60.64%36.86%
CMYK35.11%60.64%0.00%
63.14%

Color #3D255E in popluar number systems.

HEX3D255E
Decimal613794
Binary1111011001011011110
Octal7545136

Shades and tints

Shades of #3D255E

#3D255E
(61,37,94)
#382256
(56,34,86)
#331F4E
(51,31,78)
#2E1C46
(46,28,70)
#29193E
(41,25,62)
#241636
(36,22,54)
#1F132E
(31,19,46)
#1A1026
(26,16,38)
#150D1E
(21,13,30)
#100A16
(16,10,22)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #3D255E

#3D255E
(61,37,94)
#4E386C
(78,56,108)
#5F4B7A
(95,75,122)
#705E88
(112,94,136)
#817196
(129,113,150)
#9284A4
(146,132,164)
#A397B2
(163,151,178)
#B4AAC0
(180,170,192)
#C5BDCE
(197,189,206)
#D6D0DC
(214,208,220)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D255E; }

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

This text font color is #3D255E.


Background Color

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

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

This div background color is #3D255E.


Border color

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

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

This div border color is #3D255E.


Opacity

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

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

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

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

This text has shadow with #3D255E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D255E on black background.


Color preview on white background

This text has color #3D255E on white background.



Black color preview on #3D255E background

This text has black color on #3D255E background.


White color preview on #3D255E background

This text has white color on #3D255E background.