COLOR #3D346E

HEX: #3D346E RGB: (61,52,110)

Color info

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

RGB color model

#3D346E color RGB value is (61,52,110).

RGB: (61,52,110) (24%, 20%, 43%)

RGB channels and saturation

R 61 of 255 = 24%
G 52 of 255 = 20%
B 110 of 255 = 43%

61
52
110

R + G + B ~ 29%. #3D346E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 52 + 110 = 223 (100%)
R 61 of 223 ~ 27.35%
G 52 of 223 ~ 23.32%
B 110 of 223 ~ 49.33'%

%27.35
%23.32
%49.33

CMYK color model

#3D346E color CMYK value is (45,53,0,57).

  • cyan value is 44.55%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (45,53,0,57)
C45M53Y0K57 (45%, 53%, 0%, 57%)
(0.45 / 0.53 / 0.00 / 0.57)

CMYK percentages

%44.55
%52.73
%0
%56.86

Codes

Color #3D346E in popluar color models

3D 34 6E
RGB 61 52 110
HSL 249° 35.80% 31.76%
HSB/HSV 249° 52.73% 43.14%
CMYK 44.55% 52.73% 0.00%
56.86%

Color #3D346E in popluar number systems.

HEX 3D 34 6E
Decimal 61 52 110
Binary 111101 110100 1101110
Octal 75 64 156

Shades and tints

Shades of #3D346E

#3D346E
(61,52,110)
#383064
(56,48,100)
#332C5A
(51,44,90)
#2E2850
(46,40,80)
#292446
(41,36,70)
#24203C
(36,32,60)
#1F1C32
(31,28,50)
#1A1828
(26,24,40)
#15141E
(21,20,30)
#101014
(16,16,20)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #3D346E

#3D346E
(61,52,110)
#4E467B
(78,70,123)
#5F5888
(95,88,136)
#706A95
(112,106,149)
#817CA2
(129,124,162)
#928EAF
(146,142,175)
#A3A0BC
(163,160,188)
#B4B2C9
(180,178,201)
#C5C4D6
(197,196,214)
#D6D6E3
(214,214,227)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D346E color. Also use rgb(61,52,110) instead hex code.

Text Font Color

.myTextColor { color: #3D346E; }

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

This text font color is #3D346E.

Background Color

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

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

This div background color is #3D346E.

Border color

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

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

This div border color is #3D346E.

Opacity

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

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

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

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

This text has shadow with #3D346E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D346E.

Preview

Color preview on black background

This text has color #3D346E on black background.


Color preview on white background

This text has color #3D346E on white background.


Black color preview on #3D346E background

This text has black color on #3D346E background.


White color preview on #3D346E background

This text has white color on #3D346E background.


Related colors

Complementary color

Complementary color for #hex is #C2CB91.


I love getcolorcode.com

Triadic colors

1 #6E3D34 and #346E3D with #3D346E are triadic colors.

2 #6E343D and #343D6E with #3D346E are triadic colors.