COLOR #3D3273

HEX: #3D3273
RGB: (61,50,115)

Color info

#3D3273 contains mainly red and blue colors. Web safe color of #3D3273 is #333366 (or #336).

RGB color model

#3D3273 color RGB value is (61,50,115).

  • red value is 61;
  • green value is 50;
  • blue value is 115.
RGB:
(61,50,115)
(24%,20%,45%)

RGB channels and saturation

R 61 of 255 = 24%
G 50 of 255 = 20%
B 115 of 255 = 45%

61
50
115

R + G + B ~ 30%. #3D3273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 50 + 115 = 226 (100%)
R 61 of 226 ~ 26.99%
G 50 of 226 ~ 22.12%
B 115 of 226 ~ 50.88%

%26.99
%22.12
%50.88

CMYK color model

#3D3273 color CMYK value is (47,57,0,55).

  • cyan value is 46.96%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(47,57,0,55)
C47M57Y0K55 
(47%,57%,0%,55%)
(0.47/0.57/0.00/0.55)	

CMYK percentages

%46.96
%56.52
%0
%54.9

Codes

Color #3D3273 in popluar color models

3D3273
RGB6150115
HSL250°39.39%32.35%
HSB/HSV250°56.52%45.10%
CMYK46.96%56.52%0.00%
54.90%

Color #3D3273 in popluar number systems.

HEX3D3273
Decimal6150115
Binary1111011100101110011
Octal7562163

Shades and tints

Shades of #3D3273

#3D3273
(61,50,115)
#382E69
(56,46,105)
#332A5F
(51,42,95)
#2E2655
(46,38,85)
#29224B
(41,34,75)
#241E41
(36,30,65)
#1F1A37
(31,26,55)
#1A162D
(26,22,45)
#151223
(21,18,35)
#100E19
(16,14,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #3D3273

#3D3273
(61,50,115)
#4E447F
(78,68,127)
#5F568B
(95,86,139)
#706897
(112,104,151)
#817AA3
(129,122,163)
#928CAF
(146,140,175)
#A39EBB
(163,158,187)
#B4B0C7
(180,176,199)
#C5C2D3
(197,194,211)
#D6D4DF
(214,212,223)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3273 color. Also use rgb(61,50,115) instead hex code.

Text Font Color

.myTextColor { color: #3D3273; }

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

This text font color is #3D3273.


Background Color

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

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

This div background color is #3D3273.


Border color

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

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

This div border color is #3D3273.


Opacity

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

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

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

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

This text has shadow with #3D3273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3273 on black background.


Color preview on white background

This text has color #3D3273 on white background.



Black color preview on #3D3273 background

This text has black color on #3D3273 background.


White color preview on #3D3273 background

This text has white color on #3D3273 background.