COLOR #3D4462

HEX: #3D4462
RGB: (61,68,98)

Color info

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

RGB color model

#3D4462 color RGB value is (61,68,98).

  • red value is 61;
  • green value is 68;
  • blue value is 98.
RGB:
(61,68,98)
(24%,27%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 98 of 255 = 38%

61
68
98

R + G + B ~ 30%. #3D4462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 68 + 98 = 227 (100%)
R 61 of 227 ~ 26.87%
G 68 of 227 ~ 29.96%
B 98 of 227 ~ 43.17%

%26.87
%29.96
%43.17

CMYK color model

#3D4462 color CMYK value is (38,31,0,62).

  • cyan value is 37.76%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(38,31,0,62)
C38M31Y0K62 
(38%,31%,0%,62%)
(0.38/0.31/0.00/0.62)	

CMYK percentages

%37.76
%30.61
%0
%61.57

Codes

Color #3D4462 in popluar color models

3D4462
RGB616898
HSL229°23.27%31.18%
HSB/HSV229°37.76%38.43%
CMYK37.76%30.61%0.00%
61.57%

Color #3D4462 in popluar number systems.

HEX3D4462
Decimal616898
Binary11110110001001100010
Octal75104142

Shades and tints

Shades of #3D4462

#3D4462
(61,68,98)
#383E5A
(56,62,90)
#333852
(51,56,82)
#2E324A
(46,50,74)
#292C42
(41,44,66)
#24263A
(36,38,58)
#1F2032
(31,32,50)
#1A1A2A
(26,26,42)
#151422
(21,20,34)
#100E1A
(16,14,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #3D4462

#3D4462
(61,68,98)
#4E5570
(78,85,112)
#5F667E
(95,102,126)
#70778C
(112,119,140)
#81889A
(129,136,154)
#9299A8
(146,153,168)
#A3AAB6
(163,170,182)
#B4BBC4
(180,187,196)
#C5CCD2
(197,204,210)
#D6DDE0
(214,221,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4462 color. Also use rgb(61,68,98) instead hex code.

Text Font Color

.myTextColor { color: #3D4462; }

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

This text font color is #3D4462.


Background Color

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

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

This div background color is #3D4462.


Border color

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

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

This div border color is #3D4462.


Opacity

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

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

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

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

This text has shadow with #3D4462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4462 on black background.


Color preview on white background

This text has color #3D4462 on white background.



Black color preview on #3D4462 background

This text has black color on #3D4462 background.


White color preview on #3D4462 background

This text has white color on #3D4462 background.