COLOR #3D2F82

HEX: #3D2F82
RGB: (61,47,130)

Color info

#3D2F82 contains mainly blue color. Web safe color of #3D2F82 is #333399 (or #339).

RGB color model

#3D2F82 color RGB value is (61,47,130).

  • red value is 61;
  • green value is 47;
  • blue value is 130.
RGB:
(61,47,130)
(24%,18%,51%)

RGB channels and saturation

R 61 of 255 = 24%
G 47 of 255 = 18%
B 130 of 255 = 51%

61
47
130

R + G + B ~ 31%. #3D2F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 47 + 130 = 238 (100%)
R 61 of 238 ~ 25.63%
G 47 of 238 ~ 19.75%
B 130 of 238 ~ 54.62%

%25.63
%19.75
%54.62

CMYK color model

#3D2F82 color CMYK value is (53,64,0,49).

  • cyan value is 53.08%
  • magenta value is 63.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(53,64,0,49)
C53M64Y0K49 
(53%,64%,0%,49%)
(0.53/0.64/0.00/0.49)	

CMYK percentages

%53.08
%63.85
%0
%49.02

Codes

Color #3D2F82 in popluar color models

3D2F82
RGB6147130
HSL250°46.89%34.71%
HSB/HSV250°63.85%50.98%
CMYK53.08%63.85%0.00%
49.02%

Color #3D2F82 in popluar number systems.

HEX3D2F82
Decimal6147130
Binary11110110111110000010
Octal7557202

Shades and tints

Shades of #3D2F82

#3D2F82
(61,47,130)
#382B77
(56,43,119)
#33276C
(51,39,108)
#2E2361
(46,35,97)
#291F56
(41,31,86)
#241B4B
(36,27,75)
#1F1740
(31,23,64)
#1A1335
(26,19,53)
#150F2A
(21,15,42)
#100B1F
(16,11,31)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #3D2F82

#3D2F82
(61,47,130)
#4E418D
(78,65,141)
#5F5398
(95,83,152)
#7065A3
(112,101,163)
#8177AE
(129,119,174)
#9289B9
(146,137,185)
#A39BC4
(163,155,196)
#B4ADCF
(180,173,207)
#C5BFDA
(197,191,218)
#D6D1E5
(214,209,229)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D2F82 color. Also use rgb(61,47,130) instead hex code.

Text Font Color

.myTextColor { color: #3D2F82; }

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

This text font color is #3D2F82.


Background Color

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

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

This div background color is #3D2F82.


Border color

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

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

This div border color is #3D2F82.


Opacity

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

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

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

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

This text has shadow with #3D2F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D2F82 on black background.


Color preview on white background

This text has color #3D2F82 on white background.



Black color preview on #3D2F82 background

This text has black color on #3D2F82 background.


White color preview on #3D2F82 background

This text has white color on #3D2F82 background.