COLOR #3D0684

HEX: #3D0684
RGB: (61,6,132)

Color info

#3D0684 contains mainly blue color. Web safe color of #3D0684 is #330099 (or #309).

RGB color model

#3D0684 color RGB value is (61,6,132).

  • red value is 61;
  • green value is 6;
  • blue value is 132.
RGB:
(61,6,132)
(24%,2%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 6 of 255 = 2%
B 132 of 255 = 52%

61
6
132

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

Portions of RGB colors in percentages

R + G + B =
61 + 6 + 132 = 199 (100%)
R 61 of 199 ~ 30.65%
G 6 of 199 ~ 3.02%
B 132 of 199 ~ 66.33%

%30.65
%66.33

CMYK color model

#3D0684 color CMYK value is (54,95,0,48).

  • cyan value is 53.79%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(54,95,0,48)
C54M95Y0K48 
(54%,95%,0%,48%)
(0.54/0.95/0.00/0.48)	

CMYK percentages

%53.79
%95.45
%0
%48.24

Codes

Color #3D0684 in popluar color models

3D0684
RGB616132
HSL266°91.30%27.06%
HSB/HSV266°95.45%51.76%
CMYK53.79%95.45%0.00%
48.24%

Color #3D0684 in popluar number systems.

HEX3D0684
Decimal616132
Binary11110111010000100
Octal756204

Shades and tints

Shades of #3D0684

#3D0684
(61,6,132)
#380678
(56,6,120)
#33066C
(51,6,108)
#2E0660
(46,6,96)
#290654
(41,6,84)
#240648
(36,6,72)
#1F063C
(31,6,60)
#1A0630
(26,6,48)
#150624
(21,6,36)
#100618
(16,6,24)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #3D0684

#3D0684
(61,6,132)
#4E1C8F
(78,28,143)
#5F329A
(95,50,154)
#7048A5
(112,72,165)
#815EB0
(129,94,176)
#9274BB
(146,116,187)
#A38AC6
(163,138,198)
#B4A0D1
(180,160,209)
#C5B6DC
(197,182,220)
#D6CCE7
(214,204,231)
#E7E2F2
(231,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D0684 color. Also use rgb(61,6,132) instead hex code.

Text Font Color

.myTextColor { color: #3D0684; }

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

This text font color is #3D0684.


Background Color

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

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

This div background color is #3D0684.


Border color

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

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

This div border color is #3D0684.


Opacity

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

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

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

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

This text has shadow with #3D0684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D0684 on black background.


Color preview on white background

This text has color #3D0684 on white background.



Black color preview on #3D0684 background

This text has black color on #3D0684 background.


White color preview on #3D0684 background

This text has white color on #3D0684 background.