COLOR #3484A0

HEX: #3484A0
RGB: (52,132,160)

Color info

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

RGB color model

#3484A0 color RGB value is (52,132,160).

  • red value is 52;
  • green value is 132;
  • blue value is 160.
RGB:
(52,132,160)
(20%,52%,63%)

RGB channels and saturation

R 52 of 255 = 20%
G 132 of 255 = 52%
B 160 of 255 = 63%

52
132
160

R + G + B ~ 45%. #3484A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 132 + 160 = 344 (100%)
R 52 of 344 ~ 15.12%
G 132 of 344 ~ 38.37%
B 160 of 344 ~ 46.51%

%15.12
%38.37
%46.51

CMYK color model

#3484A0 color CMYK value is (68,18,0,37).

  • cyan value is 67.50%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(68,18,0,37)
C68M18Y0K37 
(68%,18%,0%,37%)
(0.68/0.18/0.00/0.37)	

CMYK percentages

%67.5
%17.5
%0
%37.25

Codes

Color #3484A0 in popluar color models

3484A0
RGB52132160
HSL196°50.94%41.57%
HSB/HSV196°67.50%62.75%
CMYK67.50%17.50%0.00%
37.25%

Color #3484A0 in popluar number systems.

HEX3484A0
Decimal52132160
Binary1101001000010010100000
Octal64204240

Shades and tints

Shades of #3484A0

#3484A0
(52,132,160)
#307892
(48,120,146)
#2C6C84
(44,108,132)
#286076
(40,96,118)
#245468
(36,84,104)
#20485A
(32,72,90)
#1C3C4C
(28,60,76)
#18303E
(24,48,62)
#142430
(20,36,48)
#101822
(16,24,34)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #3484A0

#3484A0
(52,132,160)
#468FA8
(70,143,168)
#589AB0
(88,154,176)
#6AA5B8
(106,165,184)
#7CB0C0
(124,176,192)
#8EBBC8
(142,187,200)
#A0C6D0
(160,198,208)
#B2D1D8
(178,209,216)
#C4DCE0
(196,220,224)
#D6E7E8
(214,231,232)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3484A0 color. Also use rgb(52,132,160) instead hex code.

Text Font Color

.myTextColor { color: #3484A0; }

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

This text font color is #3484A0.


Background Color

.myBgColor { background-color: #3484A0; }

<div style="background-color:#3484A0">Inner text</div>

This div background color is #3484A0.


Border color

.myBorderColor { border: 1px solid #3484A0; }

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

This div border color is #3484A0.


Opacity

.myOpacity80 { color: #3484A0; opacity: 0.8; }

<p style="color:#3484A0;opacity:0.8;">80%</p>

Text with #3484A0 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 #3484A0;}

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

This text has shadow with #3484A0 color.

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

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

This text has shadow with #3484A0 primary color and red secondary color.


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

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

This text has shadow with #3484A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3484A0 on black background.


Color preview on white background

This text has color #3484A0 on white background.



Black color preview on #3484A0 background

This text has black color on #3484A0 background.


White color preview on #3484A0 background

This text has white color on #3484A0 background.