COLOR #3D004A

HEX: #3D004A RGB: (61,0,74)

Color info

#3D004A contains only red and blue colors. Web safe color of #3D004A is #330033 (or #303).

RGB color model

#3D004A color RGB value is (61,0,74).

RGB: (61,0,74) (24%, 0%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 0 of 255 = 0%
B 74 of 255 = 29%

61
0
74

R + G + B ~ 18%. #3D004A is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 0 + 74 = 135 (100%)
R 61 of 135 ~ 45.19%
G 0 of 135 ~ 0%
B 74 of 135 ~ 54.81'%

%45.19
%54.81

CMYK color model

#3D004A color CMYK value is (18,100,0,71).

  • cyan value is 17.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (18,100,0,71)
C18M100Y0K71 (18%, 100%, 0%, 71%)
(0.18 / 1.00 / 0.00 / 0.71)

CMYK percentages

%17.57
%100
%0
%70.98

Codes

Color #3D004A in popluar color models

3D 00 4A
RGB 61 0 74
HSL 289° 100.00% 14.51%
HSB/HSV 289° 100.00% 29.02%
CMYK 17.57% 100.00% 0.00%
70.98%

Color #3D004A in popluar number systems.

HEX 3D 00 4A
Decimal 61 0 74
Binary 111101 0 1001010
Octal 75 0 112

Shades and tints

Shades of #3D004A

#3D004A
(61,0,74)
#380044
(56,0,68)
#33003E
(51,0,62)
#2E0038
(46,0,56)
#290032
(41,0,50)
#24002C
(36,0,44)
#1F0026
(31,0,38)
#1A0020
(26,0,32)
#15001A
(21,0,26)
#100014
(16,0,20)
#0B000E
(11,0,14)
#000000
(0,0,0)

Tints of #3D004A

#3D004A
(61,0,74)
#4E175A
(78,23,90)
#5F2E6A
(95,46,106)
#70457A
(112,69,122)
#815C8A
(129,92,138)
#92739A
(146,115,154)
#A38AAA
(163,138,170)
#B4A1BA
(180,161,186)
#C5B8CA
(197,184,202)
#D6CFDA
(214,207,218)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D004A color. Also use rgb(61,0,74) instead hex code.

Text Font Color

.myTextColor { color: #3D004A; }

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

This text font color is #3D004A.

Background Color

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

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

This div background color is #3D004A.

Border color

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

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

This div border color is #3D004A.

Opacity

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

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

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

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

This text has shadow with #3D004A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D004A.

Preview

Color preview on black background

This text has color #3D004A on black background.


Color preview on white background

This text has color #3D004A on white background.


Black color preview on #3D004A background

This text has black color on #3D004A background.


White color preview on #3D004A background

This text has white color on #3D004A background.


Related colors

Complementary color

Complementary color for #hex is #C2FFB5.


I love getcolorcode.com

Triadic colors

1 #4A3D00 and #004A3D with #3D004A are triadic colors.

2 #4A003D and #003D4A with #3D004A are triadic colors.