COLOR #2F5272

HEX: #2F5272 RGB: (47,82,114)

Color info

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

RGB color model

#2F5272 color RGB value is (47,82,114).

RGB: (47,82,114) (18%, 32%, 45%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 114 of 255 = 45%

47
82
114

R + G + B ~ 32%. #2F5272 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 82 + 114 = 243 (100%)
R 47 of 243 ~ 19.34%
G 82 of 243 ~ 33.74%
B 114 of 243 ~ 46.91'%

%19.34
%33.74
%46.91

CMYK color model

#2F5272 color CMYK value is (59,28,0,55).

  • cyan value is 58.77%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (59,28,0,55)
C59M28Y0K55 (59%, 28%, 0%, 55%)
(0.59 / 0.28 / 0.00 / 0.55)

CMYK percentages

%58.77
%28.07
%0
%55.29

Codes

Color #2F5272 in popluar color models

2F 52 72
RGB 47 82 114
HSL 209° 41.61% 31.57%
HSB/HSV 209° 58.77% 44.71%
CMYK 58.77% 28.07% 0.00%
55.29%

Color #2F5272 in popluar number systems.

HEX 2F 52 72
Decimal 47 82 114
Binary 101111 1010010 1110010
Octal 57 122 162

Shades and tints

Shades of #2F5272

#2F5272
(47,82,114)
#2B4B68
(43,75,104)
#27445E
(39,68,94)
#233D54
(35,61,84)
#1F364A
(31,54,74)
#1B2F40
(27,47,64)
#172836
(23,40,54)
#13212C
(19,33,44)
#0F1A22
(15,26,34)
#0B1318
(11,19,24)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #2F5272

#2F5272
(47,82,114)
#41617E
(65,97,126)
#53708A
(83,112,138)
#657F96
(101,127,150)
#778EA2
(119,142,162)
#899DAE
(137,157,174)
#9BACBA
(155,172,186)
#ADBBC6
(173,187,198)
#BFCAD2
(191,202,210)
#D1D9DE
(209,217,222)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5272 color. Also use rgb(47,82,114) instead hex code.

Text Font Color

.myTextColor { color: #2F5272; }

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

This text font color is #2F5272.

Background Color

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

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

This div background color is #2F5272.

Border color

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

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

This div border color is #2F5272.

Opacity

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

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

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

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

This text has shadow with #2F5272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5272.

Preview

Color preview on black background

This text has color #2F5272 on black background.


Color preview on white background

This text has color #2F5272 on white background.


Black color preview on #2F5272 background

This text has black color on #2F5272 background.


White color preview on #2F5272 background

This text has white color on #2F5272 background.


Related colors

Complementary color

Complementary color for #hex is #D0AD8D.


I love getcolorcode.com

Triadic colors

1 #722F52 and #52722F with #2F5272 are triadic colors.

2 #72522F and #522F72 with #2F5272 are triadic colors.