COLOR #2F7DA2

HEX: #2F7DA2
RGB: (47,125,162)

Color info

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

RGB color model

#2F7DA2 color RGB value is (47,125,162).

  • red value is 47;
  • green value is 125;
  • blue value is 162.
RGB:
(47,125,162)
(18%,49%,64%)

RGB channels and saturation

R 47 of 255 = 18%
G 125 of 255 = 49%
B 162 of 255 = 64%

47
125
162

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

Portions of RGB colors in percentages

R + G + B =
47 + 125 + 162 = 334 (100%)
R 47 of 334 ~ 14.07%
G 125 of 334 ~ 37.43%
B 162 of 334 ~ 48.5%

%14.07
%37.43
%48.5

CMYK color model

#2F7DA2 color CMYK value is (71,23,0,36).

  • cyan value is 70.99%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(71,23,0,36)
C71M23Y0K36 
(71%,23%,0%,36%)
(0.71/0.23/0.00/0.36)	

CMYK percentages

%70.99
%22.84
%0
%36.47

Codes

Color #2F7DA2 in popluar color models

2F7DA2
RGB47125162
HSL199°55.02%40.98%
HSB/HSV199°70.99%63.53%
CMYK70.99%22.84%0.00%
36.47%

Color #2F7DA2 in popluar number systems.

HEX2F7DA2
Decimal47125162
Binary101111111110110100010
Octal57175242

Shades and tints

Shades of #2F7DA2

#2F7DA2
(47,125,162)
#2B7294
(43,114,148)
#276786
(39,103,134)
#235C78
(35,92,120)
#1F516A
(31,81,106)
#1B465C
(27,70,92)
#173B4E
(23,59,78)
#133040
(19,48,64)
#0F2532
(15,37,50)
#0B1A24
(11,26,36)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #2F7DA2

#2F7DA2
(47,125,162)
#4188AA
(65,136,170)
#5393B2
(83,147,178)
#659EBA
(101,158,186)
#77A9C2
(119,169,194)
#89B4CA
(137,180,202)
#9BBFD2
(155,191,210)
#ADCADA
(173,202,218)
#BFD5E2
(191,213,226)
#D1E0EA
(209,224,234)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7DA2 color. Also use rgb(47,125,162) instead hex code.

Text Font Color

.myTextColor { color: #2F7DA2; }

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

This text font color is #2F7DA2.


Background Color

.myBgColor { background-color: #2F7DA2; }

<div style="background-color:#2F7DA2">Inner text</div>

This div background color is #2F7DA2.


Border color

.myBorderColor { border: 1px solid #2F7DA2; }

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

This div border color is #2F7DA2.


Opacity

.myOpacity80 { color: #2F7DA2; opacity: 0.8; }

<p style="color:#2F7DA2;opacity:0.8;">80%</p>

Text with #2F7DA2 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 #2F7DA2;}

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

This text has shadow with #2F7DA2 color.

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

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

This text has shadow with #2F7DA2 primary color and red secondary color.


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

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

This text has shadow with #2F7DA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7DA2 on black background.


Color preview on white background

This text has color #2F7DA2 on white background.



Black color preview on #2F7DA2 background

This text has black color on #2F7DA2 background.


White color preview on #2F7DA2 background

This text has white color on #2F7DA2 background.