COLOR #3D8CA8

HEX: #3D8CA8
RGB: (61,140,168)

Color info

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

RGB color model

#3D8CA8 color RGB value is (61,140,168).

  • red value is 61;
  • green value is 140;
  • blue value is 168.
RGB:
(61,140,168)
(24%,55%,66%)

RGB channels and saturation

R 61 of 255 = 24%
G 140 of 255 = 55%
B 168 of 255 = 66%

61
140
168

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

Portions of RGB colors in percentages

R + G + B =
61 + 140 + 168 = 369 (100%)
R 61 of 369 ~ 16.53%
G 140 of 369 ~ 37.94%
B 168 of 369 ~ 45.53%

%16.53
%37.94
%45.53

CMYK color model

#3D8CA8 color CMYK value is (64,17,0,34).

  • cyan value is 63.69%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(64,17,0,34)
C64M17Y0K34 
(64%,17%,0%,34%)
(0.64/0.17/0.00/0.34)	

CMYK percentages

%63.69
%16.67
%0
%34.12

Codes

Color #3D8CA8 in popluar color models

3D8CA8
RGB61140168
HSL196°46.72%44.90%
HSB/HSV196°63.69%65.88%
CMYK63.69%16.67%0.00%
34.12%

Color #3D8CA8 in popluar number systems.

HEX3D8CA8
Decimal61140168
Binary1111011000110010101000
Octal75214250

Shades and tints

Shades of #3D8CA8

#3D8CA8
(61,140,168)
#388099
(56,128,153)
#33748A
(51,116,138)
#2E687B
(46,104,123)
#295C6C
(41,92,108)
#24505D
(36,80,93)
#1F444E
(31,68,78)
#1A383F
(26,56,63)
#152C30
(21,44,48)
#102021
(16,32,33)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #3D8CA8

#3D8CA8
(61,140,168)
#4E96AF
(78,150,175)
#5FA0B6
(95,160,182)
#70AABD
(112,170,189)
#81B4C4
(129,180,196)
#92BECB
(146,190,203)
#A3C8D2
(163,200,210)
#B4D2D9
(180,210,217)
#C5DCE0
(197,220,224)
#D6E6E7
(214,230,231)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8CA8 color. Also use rgb(61,140,168) instead hex code.

Text Font Color

.myTextColor { color: #3D8CA8; }

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

This text font color is #3D8CA8.


Background Color

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

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

This div background color is #3D8CA8.


Border color

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

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

This div border color is #3D8CA8.


Opacity

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

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

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

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

This text has shadow with #3D8CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D8CA8 on black background.


Color preview on white background

This text has color #3D8CA8 on white background.



Black color preview on #3D8CA8 background

This text has black color on #3D8CA8 background.


White color preview on #3D8CA8 background

This text has white color on #3D8CA8 background.