COLOR #3D5476

HEX: #3D5476
RGB: (61,84,118)

Color info

#3D5476 contains red, green and blue colors in about the same proportion. Web safe color of #3D5476 is #336666 (or #366).

RGB color model

#3D5476 color RGB value is (61,84,118).

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

RGB channels and saturation

R 61 of 255 = 24%
G 84 of 255 = 33%
B 118 of 255 = 46%

61
84
118

R + G + B ~ 34%. #3D5476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 84 + 118 = 263 (100%)
R 61 of 263 ~ 23.19%
G 84 of 263 ~ 31.94%
B 118 of 263 ~ 44.87%

%23.19
%31.94
%44.87

CMYK color model

#3D5476 color CMYK value is (48,29,0,54).

  • cyan value is 48.31%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(48,29,0,54)
C48M29Y0K54 
(48%,29%,0%,54%)
(0.48/0.29/0.00/0.54)	

CMYK percentages

%48.31
%28.81
%0
%53.73

Codes

Color #3D5476 in popluar color models

3D5476
RGB6184118
HSL216°31.84%35.10%
HSB/HSV216°48.31%46.27%
CMYK48.31%28.81%0.00%
53.73%

Color #3D5476 in popluar number systems.

HEX3D5476
Decimal6184118
Binary11110110101001110110
Octal75124166

Shades and tints

Shades of #3D5476

#3D5476
(61,84,118)
#384D6C
(56,77,108)
#334662
(51,70,98)
#2E3F58
(46,63,88)
#29384E
(41,56,78)
#243144
(36,49,68)
#1F2A3A
(31,42,58)
#1A2330
(26,35,48)
#151C26
(21,28,38)
#10151C
(16,21,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #3D5476

#3D5476
(61,84,118)
#4E6382
(78,99,130)
#5F728E
(95,114,142)
#70819A
(112,129,154)
#8190A6
(129,144,166)
#929FB2
(146,159,178)
#A3AEBE
(163,174,190)
#B4BDCA
(180,189,202)
#C5CCD6
(197,204,214)
#D6DBE2
(214,219,226)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5476; }

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

This text font color is #3D5476.


Background Color

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

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

This div background color is #3D5476.


Border color

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

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

This div border color is #3D5476.


Opacity

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

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

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

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

This text has shadow with #3D5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5476 on black background.


Color preview on white background

This text has color #3D5476 on white background.



Black color preview on #3D5476 background

This text has black color on #3D5476 background.


White color preview on #3D5476 background

This text has white color on #3D5476 background.