COLOR #3983A6

HEX: #3983A6
RGB: (57,131,166)

Color info

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

RGB color model

#3983A6 color RGB value is (57,131,166).

  • red value is 57;
  • green value is 131;
  • blue value is 166.
RGB:
(57,131,166)
(22%,51%,65%)

RGB channels and saturation

R 57 of 255 = 22%
G 131 of 255 = 51%
B 166 of 255 = 65%

57
131
166

R + G + B ~ 46%. #3983A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 131 + 166 = 354 (100%)
R 57 of 354 ~ 16.1%
G 131 of 354 ~ 37.01%
B 166 of 354 ~ 46.89%

%16.1
%37.01
%46.89

CMYK color model

#3983A6 color CMYK value is (66,21,0,35).

  • cyan value is 65.66%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(66,21,0,35)
C66M21Y0K35 
(66%,21%,0%,35%)
(0.66/0.21/0.00/0.35)	

CMYK percentages

%65.66
%21.08
%0
%34.9

Codes

Color #3983A6 in popluar color models

3983A6
RGB57131166
HSL199°48.88%43.73%
HSB/HSV199°65.66%65.10%
CMYK65.66%21.08%0.00%
34.90%

Color #3983A6 in popluar number systems.

HEX3983A6
Decimal57131166
Binary1110011000001110100110
Octal71203246

Shades and tints

Shades of #3983A6

#3983A6
(57,131,166)
#347897
(52,120,151)
#2F6D88
(47,109,136)
#2A6279
(42,98,121)
#25576A
(37,87,106)
#204C5B
(32,76,91)
#1B414C
(27,65,76)
#16363D
(22,54,61)
#112B2E
(17,43,46)
#0C201F
(12,32,31)
#071510
(7,21,16)
#000000
(0,0,0)

Tints of #3983A6

#3983A6
(57,131,166)
#4B8EAE
(75,142,174)
#5D99B6
(93,153,182)
#6FA4BE
(111,164,190)
#81AFC6
(129,175,198)
#93BACE
(147,186,206)
#A5C5D6
(165,197,214)
#B7D0DE
(183,208,222)
#C9DBE6
(201,219,230)
#DBE6EE
(219,230,238)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3983A6 color. Also use rgb(57,131,166) instead hex code.

Text Font Color

.myTextColor { color: #3983A6; }

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

This text font color is #3983A6.


Background Color

.myBgColor { background-color: #3983A6; }

<div style="background-color:#3983A6">Inner text</div>

This div background color is #3983A6.


Border color

.myBorderColor { border: 1px solid #3983A6; }

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

This div border color is #3983A6.


Opacity

.myOpacity80 { color: #3983A6; opacity: 0.8; }

<p style="color:#3983A6;opacity:0.8;">80%</p>

Text with #3983A6 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 #3983A6;}

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

This text has shadow with #3983A6 color.

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

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

This text has shadow with #3983A6 primary color and red secondary color.


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

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

This text has shadow with #3983A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3983A6 on black background.


Color preview on white background

This text has color #3983A6 on white background.



Black color preview on #3983A6 background

This text has black color on #3983A6 background.


White color preview on #3983A6 background

This text has white color on #3983A6 background.