COLOR #3D87AC

HEX: #3D87AC
RGB: (61,135,172)

Color info

#3D87AC contains mainly green and blue colors. Web safe color of #3D87AC is #339999 (or #399).

RGB color model

#3D87AC color RGB value is (61,135,172).

  • red value is 61;
  • green value is 135;
  • blue value is 172.
RGB:
(61,135,172)
(24%,53%,67%)

RGB channels and saturation

R 61 of 255 = 24%
G 135 of 255 = 53%
B 172 of 255 = 67%

61
135
172

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

Portions of RGB colors in percentages

R + G + B =
61 + 135 + 172 = 368 (100%)
R 61 of 368 ~ 16.58%
G 135 of 368 ~ 36.68%
B 172 of 368 ~ 46.74%

%16.58
%36.68
%46.74

CMYK color model

#3D87AC color CMYK value is (65,22,0,33).

  • cyan value is 64.53%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(65,22,0,33)
C65M22Y0K33 
(65%,22%,0%,33%)
(0.65/0.22/0.00/0.33)	

CMYK percentages

%64.53
%21.51
%0
%32.55

Codes

Color #3D87AC in popluar color models

3D87AC
RGB61135172
HSL200°47.64%45.69%
HSB/HSV200°64.53%67.45%
CMYK64.53%21.51%0.00%
32.55%

Color #3D87AC in popluar number systems.

HEX3D87AC
Decimal61135172
Binary1111011000011110101100
Octal75207254

Shades and tints

Shades of #3D87AC

#3D87AC
(61,135,172)
#387B9D
(56,123,157)
#336F8E
(51,111,142)
#2E637F
(46,99,127)
#295770
(41,87,112)
#244B61
(36,75,97)
#1F3F52
(31,63,82)
#1A3343
(26,51,67)
#152734
(21,39,52)
#101B25
(16,27,37)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #3D87AC

#3D87AC
(61,135,172)
#4E91B3
(78,145,179)
#5F9BBA
(95,155,186)
#70A5C1
(112,165,193)
#81AFC8
(129,175,200)
#92B9CF
(146,185,207)
#A3C3D6
(163,195,214)
#B4CDDD
(180,205,221)
#C5D7E4
(197,215,228)
#D6E1EB
(214,225,235)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D87AC color. Also use rgb(61,135,172) instead hex code.

Text Font Color

.myTextColor { color: #3D87AC; }

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

This text font color is #3D87AC.


Background Color

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

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

This div background color is #3D87AC.


Border color

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

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

This div border color is #3D87AC.


Opacity

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

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

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

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

This text has shadow with #3D87AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D87AC on black background.


Color preview on white background

This text has color #3D87AC on white background.



Black color preview on #3D87AC background

This text has black color on #3D87AC background.


White color preview on #3D87AC background

This text has white color on #3D87AC background.