COLOR #3D4859

HEX: #3D4859
RGB: (61,72,89)

Color info

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

RGB color model

#3D4859 color RGB value is (61,72,89).

  • red value is 61;
  • green value is 72;
  • blue value is 89.
RGB:
(61,72,89)
(24%,28%,35%)

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 89 of 255 = 35%

61
72
89

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

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 89 = 222 (100%)
R 61 of 222 ~ 27.48%
G 72 of 222 ~ 32.43%
B 89 of 222 ~ 40.09%

%27.48
%32.43
%40.09

CMYK color model

#3D4859 color CMYK value is (31,19,0,65).

  • cyan value is 31.46%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(31,19,0,65)
C31M19Y0K65 
(31%,19%,0%,65%)
(0.31/0.19/0.00/0.65)	

CMYK percentages

%31.46
%19.1
%0
%65.1

Codes

Color #3D4859 in popluar color models

3D4859
RGB617289
HSL216°18.67%29.41%
HSB/HSV216°31.46%34.90%
CMYK31.46%19.10%0.00%
65.10%

Color #3D4859 in popluar number systems.

HEX3D4859
Decimal617289
Binary11110110010001011001
Octal75110131

Shades and tints

Shades of #3D4859

#3D4859
(61,72,89)
#384251
(56,66,81)
#333C49
(51,60,73)
#2E3641
(46,54,65)
#293039
(41,48,57)
#242A31
(36,42,49)
#1F2429
(31,36,41)
#1A1E21
(26,30,33)
#151819
(21,24,25)
#101211
(16,18,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D4859

#3D4859
(61,72,89)
#4E5868
(78,88,104)
#5F6877
(95,104,119)
#707886
(112,120,134)
#818895
(129,136,149)
#9298A4
(146,152,164)
#A3A8B3
(163,168,179)
#B4B8C2
(180,184,194)
#C5C8D1
(197,200,209)
#D6D8E0
(214,216,224)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4859 color. Also use rgb(61,72,89) instead hex code.

Text Font Color

.myTextColor { color: #3D4859; }

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

This text font color is #3D4859.


Background Color

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

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

This div background color is #3D4859.


Border color

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

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

This div border color is #3D4859.


Opacity

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

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

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

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

This text has shadow with #3D4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4859 on black background.


Color preview on white background

This text has color #3D4859 on white background.



Black color preview on #3D4859 background

This text has black color on #3D4859 background.


White color preview on #3D4859 background

This text has white color on #3D4859 background.