COLOR #3D82AB

HEX: #3D82AB
RGB: (61,130,171)

Color info

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

RGB color model

#3D82AB color RGB value is (61,130,171).

  • red value is 61;
  • green value is 130;
  • blue value is 171.
RGB:
(61,130,171)
(24%,51%,67%)

RGB channels and saturation

R 61 of 255 = 24%
G 130 of 255 = 51%
B 171 of 255 = 67%

61
130
171

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

Portions of RGB colors in percentages

R + G + B =
61 + 130 + 171 = 362 (100%)
R 61 of 362 ~ 16.85%
G 130 of 362 ~ 35.91%
B 171 of 362 ~ 47.24%

%16.85
%35.91
%47.24

CMYK color model

#3D82AB color CMYK value is (64,24,0,33).

  • cyan value is 64.33%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(64,24,0,33)
C64M24Y0K33 
(64%,24%,0%,33%)
(0.64/0.24/0.00/0.33)	

CMYK percentages

%64.33
%23.98
%0
%32.94

Codes

Color #3D82AB in popluar color models

3D82AB
RGB61130171
HSL202°47.41%45.49%
HSB/HSV202°64.33%67.06%
CMYK64.33%23.98%0.00%
32.94%

Color #3D82AB in popluar number systems.

HEX3D82AB
Decimal61130171
Binary1111011000001010101011
Octal75202253

Shades and tints

Shades of #3D82AB

#3D82AB
(61,130,171)
#38779C
(56,119,156)
#336C8D
(51,108,141)
#2E617E
(46,97,126)
#29566F
(41,86,111)
#244B60
(36,75,96)
#1F4051
(31,64,81)
#1A3542
(26,53,66)
#152A33
(21,42,51)
#101F24
(16,31,36)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #3D82AB

#3D82AB
(61,130,171)
#4E8DB2
(78,141,178)
#5F98B9
(95,152,185)
#70A3C0
(112,163,192)
#81AEC7
(129,174,199)
#92B9CE
(146,185,206)
#A3C4D5
(163,196,213)
#B4CFDC
(180,207,220)
#C5DAE3
(197,218,227)
#D6E5EA
(214,229,234)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D82AB color. Also use rgb(61,130,171) instead hex code.

Text Font Color

.myTextColor { color: #3D82AB; }

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

This text font color is #3D82AB.


Background Color

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

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

This div background color is #3D82AB.


Border color

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

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

This div border color is #3D82AB.


Opacity

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

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

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

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

This text has shadow with #3D82AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D82AB on black background.


Color preview on white background

This text has color #3D82AB on white background.



Black color preview on #3D82AB background

This text has black color on #3D82AB background.


White color preview on #3D82AB background

This text has white color on #3D82AB background.