COLOR #3D1676

HEX: #3D1676
RGB: (61,22,118)

Color info

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

RGB color model

#3D1676 color RGB value is (61,22,118).

  • red value is 61;
  • green value is 22;
  • blue value is 118.
RGB:
(61,22,118)
(24%,9%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 22 of 255 = 9%
B 118 of 255 = 46%

61
22
118

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

Portions of RGB colors in percentages

R + G + B =
61 + 22 + 118 = 201 (100%)
R 61 of 201 ~ 30.35%
G 22 of 201 ~ 10.95%
B 118 of 201 ~ 58.71%

%30.35
%10.95
%58.71

CMYK color model

#3D1676 color CMYK value is (48,81,0,54).

  • cyan value is 48.31%
  • magenta value is 81.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(48,81,0,54)
C48M81Y0K54 
(48%,81%,0%,54%)
(0.48/0.81/0.00/0.54)	

CMYK percentages

%48.31
%81.36
%0
%53.73

Codes

Color #3D1676 in popluar color models

3D1676
RGB6122118
HSL264°68.57%27.45%
HSB/HSV264°81.36%46.27%
CMYK48.31%81.36%0.00%
53.73%

Color #3D1676 in popluar number systems.

HEX3D1676
Decimal6122118
Binary111101101101110110
Octal7526166

Shades and tints

Shades of #3D1676

#3D1676
(61,22,118)
#38146C
(56,20,108)
#331262
(51,18,98)
#2E1058
(46,16,88)
#290E4E
(41,14,78)
#240C44
(36,12,68)
#1F0A3A
(31,10,58)
#1A0830
(26,8,48)
#150626
(21,6,38)
#10041C
(16,4,28)
#0B0212
(11,2,18)
#000000
(0,0,0)

Tints of #3D1676

#3D1676
(61,22,118)
#4E2B82
(78,43,130)
#5F408E
(95,64,142)
#70559A
(112,85,154)
#816AA6
(129,106,166)
#927FB2
(146,127,178)
#A394BE
(163,148,190)
#B4A9CA
(180,169,202)
#C5BED6
(197,190,214)
#D6D3E2
(214,211,226)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D1676 color. Also use rgb(61,22,118) instead hex code.

Text Font Color

.myTextColor { color: #3D1676; }

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

This text font color is #3D1676.


Background Color

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

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

This div background color is #3D1676.


Border color

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

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

This div border color is #3D1676.


Opacity

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

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

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

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

This text has shadow with #3D1676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1676 on black background.


Color preview on white background

This text has color #3D1676 on white background.



Black color preview on #3D1676 background

This text has black color on #3D1676 background.


White color preview on #3D1676 background

This text has white color on #3D1676 background.