COLOR #3883B9

HEX: #3883B9
RGB: (56,131,185)

Color info

#3883B9 contains mainly green and blue colors. Web safe color of #3883B9 is #3399CC (or #39C).

RGB color model

#3883B9 color RGB value is (56,131,185).

  • red value is 56;
  • green value is 131;
  • blue value is 185.
RGB:
(56,131,185)
(22%,51%,73%)

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 185 of 255 = 73%

56
131
185

R + G + B ~ 49%. #3883B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 185 = 372 (100%)
R 56 of 372 ~ 15.05%
G 131 of 372 ~ 35.22%
B 185 of 372 ~ 49.73%

%15.05
%35.22
%49.73

CMYK color model

#3883B9 color CMYK value is (70,29,0,27).

  • cyan value is 69.73%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(70,29,0,27)
C70M29Y0K27 
(70%,29%,0%,27%)
(0.70/0.29/0.00/0.27)	

CMYK percentages

%69.73
%29.19
%0
%27.45

Codes

Color #3883B9 in popluar color models

3883B9
RGB56131185
HSL205°53.53%47.25%
HSB/HSV205°69.73%72.55%
CMYK69.73%29.19%0.00%
27.45%

Color #3883B9 in popluar number systems.

HEX3883B9
Decimal56131185
Binary1110001000001110111001
Octal70203271

Shades and tints

Shades of #3883B9

#3883B9
(56,131,185)
#3378A9
(51,120,169)
#2E6D99
(46,109,153)
#296289
(41,98,137)
#245779
(36,87,121)
#1F4C69
(31,76,105)
#1A4159
(26,65,89)
#153649
(21,54,73)
#102B39
(16,43,57)
#0B2029
(11,32,41)
#061519
(6,21,25)
#000000
(0,0,0)

Tints of #3883B9

#3883B9
(56,131,185)
#4A8EBF
(74,142,191)
#5C99C5
(92,153,197)
#6EA4CB
(110,164,203)
#80AFD1
(128,175,209)
#92BAD7
(146,186,215)
#A4C5DD
(164,197,221)
#B6D0E3
(182,208,227)
#C8DBE9
(200,219,233)
#DAE6EF
(218,230,239)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3883B9 color. Also use rgb(56,131,185) instead hex code.

Text Font Color

.myTextColor { color: #3883B9; }

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

This text font color is #3883B9.


Background Color

.myBgColor { background-color: #3883B9; }

<div style="background-color:#3883B9">Inner text</div>

This div background color is #3883B9.


Border color

.myBorderColor { border: 1px solid #3883B9; }

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

This div border color is #3883B9.


Opacity

.myOpacity80 { color: #3883B9; opacity: 0.8; }

<p style="color:#3883B9;opacity:0.8;">80%</p>

Text with #3883B9 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 #3883B9;}

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

This text has shadow with #3883B9 color.

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

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

This text has shadow with #3883B9 primary color and red secondary color.


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

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

This text has shadow with #3883B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3883B9 on black background.


Color preview on white background

This text has color #3883B9 on white background.



Black color preview on #3883B9 background

This text has black color on #3883B9 background.


White color preview on #3883B9 background

This text has white color on #3883B9 background.