COLOR #3D284F

HEX: #3D284F RGB: (61,40,79)

Color info

#3D284F contains red, green and blue colors in about the same proportion. Web safe color of #3D284F is #333366 (or #336).

RGB color model

#3D284F color RGB value is (61,40,79).

RGB: (61,40,79) (24%, 16%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 40 of 255 = 16%
B 79 of 255 = 31%

61
40
79

R + G + B ~ 24%. #3D284F is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 40 + 79 = 180 (100%)
R 61 of 180 ~ 33.89%
G 40 of 180 ~ 22.22%
B 79 of 180 ~ 43.89'%

%33.89
%22.22
%43.89

CMYK color model

#3D284F color CMYK value is (23,49,0,69).

  • cyan value is 22.78%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (23,49,0,69)
C23M49Y0K69 (23%, 49%, 0%, 69%)
(0.23 / 0.49 / 0.00 / 0.69)

CMYK percentages

%22.78
%49.37
%0
%69.02

Codes

Color #3D284F in popluar color models

3D 28 4F
RGB 61 40 79
HSL 272° 32.77% 23.33%
HSB/HSV 272° 49.37% 30.98%
CMYK 22.78% 49.37% 0.00%
69.02%

Color #3D284F in popluar number systems.

HEX 3D 28 4F
Decimal 61 40 79
Binary 111101 101000 1001111
Octal 75 50 117

Shades and tints

Shades of #3D284F

#3D284F
(61,40,79)
#382548
(56,37,72)
#332241
(51,34,65)
#2E1F3A
(46,31,58)
#291C33
(41,28,51)
#24192C
(36,25,44)
#1F1625
(31,22,37)
#1A131E
(26,19,30)
#151017
(21,16,23)
#100D10
(16,13,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #3D284F

#3D284F
(61,40,79)
#4E3B5F
(78,59,95)
#5F4E6F
(95,78,111)
#70617F
(112,97,127)
#81748F
(129,116,143)
#92879F
(146,135,159)
#A39AAF
(163,154,175)
#B4ADBF
(180,173,191)
#C5C0CF
(197,192,207)
#D6D3DF
(214,211,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D284F color. Also use rgb(61,40,79) instead hex code.

Text Font Color

.myTextColor { color: #3D284F; }

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

This text font color is #3D284F.

Background Color

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

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

This div background color is #3D284F.

Border color

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

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

This div border color is #3D284F.

Opacity

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

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

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

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

This text has shadow with #3D284F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D284F.

Preview

Color preview on black background

This text has color #3D284F on black background.


Color preview on white background

This text has color #3D284F on white background.


Black color preview on #3D284F background

This text has black color on #3D284F background.


White color preview on #3D284F background

This text has white color on #3D284F background.


Related colors

Complementary color

Complementary color for #hex is #C2D7B0.


I love getcolorcode.com

Triadic colors

1 #4F3D28 and #284F3D with #3D284F are triadic colors.

2 #4F283D and #283D4F with #3D284F are triadic colors.