COLOR #3D475A

HEX: #3D475A
RGB: (61,71,90)

Color info

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

RGB color model

#3D475A color RGB value is (61,71,90).

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

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 90 of 255 = 35%

61
71
90

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

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 90 = 222 (100%)
R 61 of 222 ~ 27.48%
G 71 of 222 ~ 31.98%
B 90 of 222 ~ 40.54%

%27.48
%31.98
%40.54

CMYK color model

#3D475A color CMYK value is (32,21,0,65).

  • cyan value is 32.22%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(32,21,0,65)
C32M21Y0K65 
(32%,21%,0%,65%)
(0.32/0.21/0.00/0.65)	

CMYK percentages

%32.22
%21.11
%0
%64.71

Codes

Color #3D475A in popluar color models

3D475A
RGB617190
HSL219°19.21%29.61%
HSB/HSV219°32.22%35.29%
CMYK32.22%21.11%0.00%
64.71%

Color #3D475A in popluar number systems.

HEX3D475A
Decimal617190
Binary11110110001111011010
Octal75107132

Shades and tints

Shades of #3D475A

#3D475A
(61,71,90)
#384152
(56,65,82)
#333B4A
(51,59,74)
#2E3542
(46,53,66)
#292F3A
(41,47,58)
#242932
(36,41,50)
#1F232A
(31,35,42)
#1A1D22
(26,29,34)
#15171A
(21,23,26)
#101112
(16,17,18)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #3D475A

#3D475A
(61,71,90)
#4E5769
(78,87,105)
#5F6778
(95,103,120)
#707787
(112,119,135)
#818796
(129,135,150)
#9297A5
(146,151,165)
#A3A7B4
(163,167,180)
#B4B7C3
(180,183,195)
#C5C7D2
(197,199,210)
#D6D7E1
(214,215,225)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D475A color. Also use rgb(61,71,90) instead hex code.

Text Font Color

.myTextColor { color: #3D475A; }

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

This text font color is #3D475A.


Background Color

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

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

This div background color is #3D475A.


Border color

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

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

This div border color is #3D475A.


Opacity

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

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

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

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

This text has shadow with #3D475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D475A on black background.


Color preview on white background

This text has color #3D475A on white background.



Black color preview on #3D475A background

This text has black color on #3D475A background.


White color preview on #3D475A background

This text has white color on #3D475A background.