COLOR #2076A5

HEX: #2076A5
RGB: (32,118,165)

Color info

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

RGB color model

#2076A5 color RGB value is (32,118,165).

  • red value is 32;
  • green value is 118;
  • blue value is 165.
RGB:
(32,118,165)
(13%,46%,65%)

RGB channels and saturation

R 32 of 255 = 13%
G 118 of 255 = 46%
B 165 of 255 = 65%

32
118
165

R + G + B ~ 41%. #2076A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 118 + 165 = 315 (100%)
R 32 of 315 ~ 10.16%
G 118 of 315 ~ 37.46%
B 165 of 315 ~ 52.38%

%10.16
%37.46
%52.38

CMYK color model

#2076A5 color CMYK value is (81,28,0,35).

  • cyan value is 80.61%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(81,28,0,35)
C81M28Y0K35 
(81%,28%,0%,35%)
(0.81/0.28/0.00/0.35)	

CMYK percentages

%80.61
%28.48
%0
%35.29

Codes

Color #2076A5 in popluar color models

2076A5
RGB32118165
HSL201°67.51%38.63%
HSB/HSV201°80.61%64.71%
CMYK80.61%28.48%0.00%
35.29%

Color #2076A5 in popluar number systems.

HEX2076A5
Decimal32118165
Binary100000111011010100101
Octal40166245

Shades and tints

Shades of #2076A5

#2076A5
(32,118,165)
#1E6C96
(30,108,150)
#1C6287
(28,98,135)
#1A5878
(26,88,120)
#184E69
(24,78,105)
#16445A
(22,68,90)
#143A4B
(20,58,75)
#12303C
(18,48,60)
#10262D
(16,38,45)
#0E1C1E
(14,28,30)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #2076A5

#2076A5
(32,118,165)
#3482AD
(52,130,173)
#488EB5
(72,142,181)
#5C9ABD
(92,154,189)
#70A6C5
(112,166,197)
#84B2CD
(132,178,205)
#98BED5
(152,190,213)
#ACCADD
(172,202,221)
#C0D6E5
(192,214,229)
#D4E2ED
(212,226,237)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2076A5 color. Also use rgb(32,118,165) instead hex code.

Text Font Color

.myTextColor { color: #2076A5; }

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

This text font color is #2076A5.


Background Color

.myBgColor { background-color: #2076A5; }

<div style="background-color:#2076A5">Inner text</div>

This div background color is #2076A5.


Border color

.myBorderColor { border: 1px solid #2076A5; }

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

This div border color is #2076A5.


Opacity

.myOpacity80 { color: #2076A5; opacity: 0.8; }

<p style="color:#2076A5;opacity:0.8;">80%</p>

Text with #2076A5 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 #2076A5;}

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

This text has shadow with #2076A5 color.

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

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

This text has shadow with #2076A5 primary color and red secondary color.


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

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

This text has shadow with #2076A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2076A5 on black background.


Color preview on white background

This text has color #2076A5 on white background.



Black color preview on #2076A5 background

This text has black color on #2076A5 background.


White color preview on #2076A5 background

This text has white color on #2076A5 background.