COLOR #2F537A

HEX: #2F537A
RGB: (47,83,122)

Color info

#2F537A contains mainly green and blue colors. Web safe color of #2F537A is #336666 (or #366).

RGB color model

#2F537A color RGB value is (47,83,122).

  • red value is 47;
  • green value is 83;
  • blue value is 122.
RGB:
(47,83,122)
(18%,33%,48%)

RGB channels and saturation

R 47 of 255 = 18%
G 83 of 255 = 33%
B 122 of 255 = 48%

47
83
122

R + G + B ~ 33%. #2F537A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 83 + 122 = 252 (100%)
R 47 of 252 ~ 18.65%
G 83 of 252 ~ 32.94%
B 122 of 252 ~ 48.41%

%18.65
%32.94
%48.41

CMYK color model

#2F537A color CMYK value is (61,32,0,52).

  • cyan value is 61.48%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(61,32,0,52)
C61M32Y0K52 
(61%,32%,0%,52%)
(0.61/0.32/0.00/0.52)	

CMYK percentages

%61.48
%31.97
%0
%52.16

Codes

Color #2F537A in popluar color models

2F537A
RGB4783122
HSL211°44.38%33.14%
HSB/HSV211°61.48%47.84%
CMYK61.48%31.97%0.00%
52.16%

Color #2F537A in popluar number systems.

HEX2F537A
Decimal4783122
Binary10111110100111111010
Octal57123172

Shades and tints

Shades of #2F537A

#2F537A
(47,83,122)
#2B4C6F
(43,76,111)
#274564
(39,69,100)
#233E59
(35,62,89)
#1F374E
(31,55,78)
#1B3043
(27,48,67)
#172938
(23,41,56)
#13222D
(19,34,45)
#0F1B22
(15,27,34)
#0B1417
(11,20,23)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F537A

#2F537A
(47,83,122)
#416286
(65,98,134)
#537192
(83,113,146)
#65809E
(101,128,158)
#778FAA
(119,143,170)
#899EB6
(137,158,182)
#9BADC2
(155,173,194)
#ADBCCE
(173,188,206)
#BFCBDA
(191,203,218)
#D1DAE6
(209,218,230)
#E3E9F2
(227,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F537A color. Also use rgb(47,83,122) instead hex code.

Text Font Color

.myTextColor { color: #2F537A; }

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

This text font color is #2F537A.


Background Color

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

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

This div background color is #2F537A.


Border color

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

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

This div border color is #2F537A.


Opacity

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

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

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

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

This text has shadow with #2F537A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F537A on black background.


Color preview on white background

This text has color #2F537A on white background.



Black color preview on #2F537A background

This text has black color on #2F537A background.


White color preview on #2F537A background

This text has white color on #2F537A background.