COLOR #3B83AA

HEX: #3B83AA
RGB: (59,131,170)

Color info

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

RGB color model

#3B83AA color RGB value is (59,131,170).

  • red value is 59;
  • green value is 131;
  • blue value is 170.
RGB:
(59,131,170)
(23%,51%,67%)

RGB channels and saturation

R 59 of 255 = 23%
G 131 of 255 = 51%
B 170 of 255 = 67%

59
131
170

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

Portions of RGB colors in percentages

R + G + B =
59 + 131 + 170 = 360 (100%)
R 59 of 360 ~ 16.39%
G 131 of 360 ~ 36.39%
B 170 of 360 ~ 47.22%

%16.39
%36.39
%47.22

CMYK color model

#3B83AA color CMYK value is (65,23,0,33).

  • cyan value is 65.29%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(65,23,0,33)
C65M23Y0K33 
(65%,23%,0%,33%)
(0.65/0.23/0.00/0.33)	

CMYK percentages

%65.29
%22.94
%0
%33.33

Codes

Color #3B83AA in popluar color models

3B83AA
RGB59131170
HSL201°48.47%44.90%
HSB/HSV201°65.29%66.67%
CMYK65.29%22.94%0.00%
33.33%

Color #3B83AA in popluar number systems.

HEX3B83AA
Decimal59131170
Binary1110111000001110101010
Octal73203252

Shades and tints

Shades of #3B83AA

#3B83AA
(59,131,170)
#36789B
(54,120,155)
#316D8C
(49,109,140)
#2C627D
(44,98,125)
#27576E
(39,87,110)
#224C5F
(34,76,95)
#1D4150
(29,65,80)
#183641
(24,54,65)
#132B32
(19,43,50)
#0E2023
(14,32,35)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #3B83AA

#3B83AA
(59,131,170)
#4C8EB1
(76,142,177)
#5D99B8
(93,153,184)
#6EA4BF
(110,164,191)
#7FAFC6
(127,175,198)
#90BACD
(144,186,205)
#A1C5D4
(161,197,212)
#B2D0DB
(178,208,219)
#C3DBE2
(195,219,226)
#D4E6E9
(212,230,233)
#E5F1F0
(229,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B83AA color. Also use rgb(59,131,170) instead hex code.

Text Font Color

.myTextColor { color: #3B83AA; }

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

This text font color is #3B83AA.


Background Color

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

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

This div background color is #3B83AA.


Border color

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

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

This div border color is #3B83AA.


Opacity

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

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

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

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

This text has shadow with #3B83AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B83AA on black background.


Color preview on white background

This text has color #3B83AA on white background.



Black color preview on #3B83AA background

This text has black color on #3B83AA background.


White color preview on #3B83AA background

This text has white color on #3B83AA background.