COLOR #3D0C5F

HEX: #3D0C5F
RGB: (61,12,95)

Color info

#3D0C5F contains mainly red and blue colors. Web safe color of #3D0C5F is #330066 (or #306).

RGB color model

#3D0C5F color RGB value is (61,12,95).

  • red value is 61;
  • green value is 12;
  • blue value is 95.
RGB:
(61,12,95)
(24%,5%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 12 of 255 = 5%
B 95 of 255 = 37%

61
12
95

R + G + B ~ 22%. #3D0C5F is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 12 + 95 = 168 (100%)
R 61 of 168 ~ 36.31%
G 12 of 168 ~ 7.14%
B 95 of 168 ~ 56.55%

%36.31
%56.55

CMYK color model

#3D0C5F color CMYK value is (36,87,0,63).

  • cyan value is 35.79%
  • magenta value is 87.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(36,87,0,63)
C36M87Y0K63 
(36%,87%,0%,63%)
(0.36/0.87/0.00/0.63)	

CMYK percentages

%35.79
%87.37
%0
%62.75

Codes

Color #3D0C5F in popluar color models

3D0C5F
RGB611295
HSL275°77.57%20.98%
HSB/HSV275°87.37%37.25%
CMYK35.79%87.37%0.00%
62.75%

Color #3D0C5F in popluar number systems.

HEX3D0C5F
Decimal611295
Binary11110111001011111
Octal7514137

Shades and tints

Shades of #3D0C5F

#3D0C5F
(61,12,95)
#380B57
(56,11,87)
#330A4F
(51,10,79)
#2E0947
(46,9,71)
#29083F
(41,8,63)
#240737
(36,7,55)
#1F062F
(31,6,47)
#1A0527
(26,5,39)
#15041F
(21,4,31)
#100317
(16,3,23)
#0B020F
(11,2,15)
#000000
(0,0,0)

Tints of #3D0C5F

#3D0C5F
(61,12,95)
#4E226D
(78,34,109)
#5F387B
(95,56,123)
#704E89
(112,78,137)
#816497
(129,100,151)
#927AA5
(146,122,165)
#A390B3
(163,144,179)
#B4A6C1
(180,166,193)
#C5BCCF
(197,188,207)
#D6D2DD
(214,210,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D0C5F color. Also use rgb(61,12,95) instead hex code.

Text Font Color

.myTextColor { color: #3D0C5F; }

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

This text font color is #3D0C5F.


Background Color

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

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

This div background color is #3D0C5F.


Border color

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

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

This div border color is #3D0C5F.


Opacity

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

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

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

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

This text has shadow with #3D0C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D0C5F on black background.


Color preview on white background

This text has color #3D0C5F on white background.



Black color preview on #3D0C5F background

This text has black color on #3D0C5F background.


White color preview on #3D0C5F background

This text has white color on #3D0C5F background.