COLOR #3D668A

HEX: #3D668A
RGB: (61,102,138)

Color info

#3D668A contains mainly green and blue colors. Web safe color of #3D668A is #336699 (or #369).

RGB color model

#3D668A color RGB value is (61,102,138).

  • red value is 61;
  • green value is 102;
  • blue value is 138.
RGB:
(61,102,138)
(24%,40%,54%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 138 of 255 = 54%

61
102
138

R + G + B ~ 39%. #3D668A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 102 + 138 = 301 (100%)
R 61 of 301 ~ 20.27%
G 102 of 301 ~ 33.89%
B 138 of 301 ~ 45.85%

%20.27
%33.89
%45.85

CMYK color model

#3D668A color CMYK value is (56,26,0,46).

  • cyan value is 55.80%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(56,26,0,46)
C56M26Y0K46 
(56%,26%,0%,46%)
(0.56/0.26/0.00/0.46)	

CMYK percentages

%55.8
%26.09
%0
%45.88

Codes

Color #3D668A in popluar color models

3D668A
RGB61102138
HSL208°38.69%39.02%
HSB/HSV208°55.80%54.12%
CMYK55.80%26.09%0.00%
45.88%

Color #3D668A in popluar number systems.

HEX3D668A
Decimal61102138
Binary111101110011010001010
Octal75146212

Shades and tints

Shades of #3D668A

#3D668A
(61,102,138)
#385D7E
(56,93,126)
#335472
(51,84,114)
#2E4B66
(46,75,102)
#29425A
(41,66,90)
#24394E
(36,57,78)
#1F3042
(31,48,66)
#1A2736
(26,39,54)
#151E2A
(21,30,42)
#10151E
(16,21,30)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #3D668A

#3D668A
(61,102,138)
#4E7394
(78,115,148)
#5F809E
(95,128,158)
#708DA8
(112,141,168)
#819AB2
(129,154,178)
#92A7BC
(146,167,188)
#A3B4C6
(163,180,198)
#B4C1D0
(180,193,208)
#C5CEDA
(197,206,218)
#D6DBE4
(214,219,228)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D668A color. Also use rgb(61,102,138) instead hex code.

Text Font Color

.myTextColor { color: #3D668A; }

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

This text font color is #3D668A.


Background Color

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

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

This div background color is #3D668A.


Border color

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

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

This div border color is #3D668A.


Opacity

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

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

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

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

This text has shadow with #3D668A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D668A on black background.


Color preview on white background

This text has color #3D668A on white background.



Black color preview on #3D668A background

This text has black color on #3D668A background.


White color preview on #3D668A background

This text has white color on #3D668A background.