COLOR #3676A2

HEX: #3676A2
RGB: (54,118,162)

Color info

#3676A2 contains mainly green and blue colors. Web safe color of #3676A2 is #336699 (or #369).

RGB color model

#3676A2 color RGB value is (54,118,162).

  • red value is 54;
  • green value is 118;
  • blue value is 162.
RGB:
(54,118,162)
(21%,46%,64%)

RGB channels and saturation

R 54 of 255 = 21%
G 118 of 255 = 46%
B 162 of 255 = 64%

54
118
162

R + G + B ~ 44%. #3676A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 118 + 162 = 334 (100%)
R 54 of 334 ~ 16.17%
G 118 of 334 ~ 35.33%
B 162 of 334 ~ 48.5%

%16.17
%35.33
%48.5

CMYK color model

#3676A2 color CMYK value is (67,27,0,36).

  • cyan value is 66.67%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(67,27,0,36)
C67M27Y0K36 
(67%,27%,0%,36%)
(0.67/0.27/0.00/0.36)	

CMYK percentages

%66.67
%27.16
%0
%36.47

Codes

Color #3676A2 in popluar color models

3676A2
RGB54118162
HSL204°50.00%42.35%
HSB/HSV204°66.67%63.53%
CMYK66.67%27.16%0.00%
36.47%

Color #3676A2 in popluar number systems.

HEX3676A2
Decimal54118162
Binary110110111011010100010
Octal66166242

Shades and tints

Shades of #3676A2

#3676A2
(54,118,162)
#326C94
(50,108,148)
#2E6286
(46,98,134)
#2A5878
(42,88,120)
#264E6A
(38,78,106)
#22445C
(34,68,92)
#1E3A4E
(30,58,78)
#1A3040
(26,48,64)
#162632
(22,38,50)
#121C24
(18,28,36)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #3676A2

#3676A2
(54,118,162)
#4882AA
(72,130,170)
#5A8EB2
(90,142,178)
#6C9ABA
(108,154,186)
#7EA6C2
(126,166,194)
#90B2CA
(144,178,202)
#A2BED2
(162,190,210)
#B4CADA
(180,202,218)
#C6D6E2
(198,214,226)
#D8E2EA
(216,226,234)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3676A2 color. Also use rgb(54,118,162) instead hex code.

Text Font Color

.myTextColor { color: #3676A2; }

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

This text font color is #3676A2.


Background Color

.myBgColor { background-color: #3676A2; }

<div style="background-color:#3676A2">Inner text</div>

This div background color is #3676A2.


Border color

.myBorderColor { border: 1px solid #3676A2; }

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

This div border color is #3676A2.


Opacity

.myOpacity80 { color: #3676A2; opacity: 0.8; }

<p style="color:#3676A2;opacity:0.8;">80%</p>

Text with #3676A2 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 #3676A2;}

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

This text has shadow with #3676A2 color.

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

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

This text has shadow with #3676A2 primary color and red secondary color.


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

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

This text has shadow with #3676A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3676A2 on black background.


Color preview on white background

This text has color #3676A2 on white background.



Black color preview on #3676A2 background

This text has black color on #3676A2 background.


White color preview on #3676A2 background

This text has white color on #3676A2 background.