COLOR #3983A9

HEX: #3983A9
RGB: (57,131,169)

Color info

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

RGB color model

#3983A9 color RGB value is (57,131,169).

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

RGB channels and saturation

R 57 of 255 = 22%
G 131 of 255 = 51%
B 169 of 255 = 66%

57
131
169

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

Portions of RGB colors in percentages

R + G + B =
57 + 131 + 169 = 357 (100%)
R 57 of 357 ~ 15.97%
G 131 of 357 ~ 36.69%
B 169 of 357 ~ 47.34%

%15.97
%36.69
%47.34

CMYK color model

#3983A9 color CMYK value is (66,22,0,34).

  • cyan value is 66.27%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(66,22,0,34)
C66M22Y0K34 
(66%,22%,0%,34%)
(0.66/0.22/0.00/0.34)	

CMYK percentages

%66.27
%22.49
%0
%33.73

Codes

Color #3983A9 in popluar color models

3983A9
RGB57131169
HSL200°49.56%44.31%
HSB/HSV200°66.27%66.27%
CMYK66.27%22.49%0.00%
33.73%

Color #3983A9 in popluar number systems.

HEX3983A9
Decimal57131169
Binary1110011000001110101001
Octal71203251

Shades and tints

Shades of #3983A9

#3983A9
(57,131,169)
#34789A
(52,120,154)
#2F6D8B
(47,109,139)
#2A627C
(42,98,124)
#25576D
(37,87,109)
#204C5E
(32,76,94)
#1B414F
(27,65,79)
#163640
(22,54,64)
#112B31
(17,43,49)
#0C2022
(12,32,34)
#071513
(7,21,19)
#000000
(0,0,0)

Tints of #3983A9

#3983A9
(57,131,169)
#4B8EB0
(75,142,176)
#5D99B7
(93,153,183)
#6FA4BE
(111,164,190)
#81AFC5
(129,175,197)
#93BACC
(147,186,204)
#A5C5D3
(165,197,211)
#B7D0DA
(183,208,218)
#C9DBE1
(201,219,225)
#DBE6E8
(219,230,232)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3983A9; }

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

This text font color is #3983A9.


Background Color

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

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

This div background color is #3983A9.


Border color

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

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

This div border color is #3983A9.


Opacity

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

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

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

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

This text has shadow with #3983A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3983A9 on black background.


Color preview on white background

This text has color #3983A9 on white background.



Black color preview on #3983A9 background

This text has black color on #3983A9 background.


White color preview on #3983A9 background

This text has white color on #3983A9 background.