COLOR #3D67A3

HEX: #3D67A3
RGB: (61,103,163)

Color info

#3D67A3 contains mainly blue color. Web safe color of #3D67A3 is #336699 (or #369).

RGB color model

#3D67A3 color RGB value is (61,103,163).

  • red value is 61;
  • green value is 103;
  • blue value is 163.
RGB:
(61,103,163)
(24%,40%,64%)

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 163 of 255 = 64%

61
103
163

R + G + B ~ 43%. #3D67A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 103 + 163 = 327 (100%)
R 61 of 327 ~ 18.65%
G 103 of 327 ~ 31.5%
B 163 of 327 ~ 49.85%

%18.65
%31.5
%49.85

CMYK color model

#3D67A3 color CMYK value is (63,37,0,36).

  • cyan value is 62.58%
  • magenta value is 36.81%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(63,37,0,36)
C63M37Y0K36 
(63%,37%,0%,36%)
(0.63/0.37/0.00/0.36)	

CMYK percentages

%62.58
%36.81
%0
%36.08

Codes

Color #3D67A3 in popluar color models

3D67A3
RGB61103163
HSL215°45.54%43.92%
HSB/HSV215°62.58%63.92%
CMYK62.58%36.81%0.00%
36.08%

Color #3D67A3 in popluar number systems.

HEX3D67A3
Decimal61103163
Binary111101110011110100011
Octal75147243

Shades and tints

Shades of #3D67A3

#3D67A3
(61,103,163)
#385E95
(56,94,149)
#335587
(51,85,135)
#2E4C79
(46,76,121)
#29436B
(41,67,107)
#243A5D
(36,58,93)
#1F314F
(31,49,79)
#1A2841
(26,40,65)
#151F33
(21,31,51)
#101625
(16,22,37)
#0B0D17
(11,13,23)
#000000
(0,0,0)

Tints of #3D67A3

#3D67A3
(61,103,163)
#4E74AB
(78,116,171)
#5F81B3
(95,129,179)
#708EBB
(112,142,187)
#819BC3
(129,155,195)
#92A8CB
(146,168,203)
#A3B5D3
(163,181,211)
#B4C2DB
(180,194,219)
#C5CFE3
(197,207,227)
#D6DCEB
(214,220,235)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D67A3 color. Also use rgb(61,103,163) instead hex code.

Text Font Color

.myTextColor { color: #3D67A3; }

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

This text font color is #3D67A3.


Background Color

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

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

This div background color is #3D67A3.


Border color

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

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

This div border color is #3D67A3.


Opacity

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

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

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

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

This text has shadow with #3D67A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D67A3 on black background.


Color preview on white background

This text has color #3D67A3 on white background.



Black color preview on #3D67A3 background

This text has black color on #3D67A3 background.


White color preview on #3D67A3 background

This text has white color on #3D67A3 background.