COLOR #2F6272

HEX: #2F6272
RGB: (47,98,114)

Color info

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

RGB color model

#2F6272 color RGB value is (47,98,114).

  • red value is 47;
  • green value is 98;
  • blue value is 114.
RGB:
(47,98,114)
(18%,38%,45%)

RGB channels and saturation

R 47 of 255 = 18%
G 98 of 255 = 38%
B 114 of 255 = 45%

47
98
114

R + G + B ~ 34%. #2F6272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 98 + 114 = 259 (100%)
R 47 of 259 ~ 18.15%
G 98 of 259 ~ 37.84%
B 114 of 259 ~ 44.02%

%18.15
%37.84
%44.02

CMYK color model

#2F6272 color CMYK value is (59,14,0,55).

  • cyan value is 58.77%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(59,14,0,55)
C59M14Y0K55 
(59%,14%,0%,55%)
(0.59/0.14/0.00/0.55)	

CMYK percentages

%58.77
%14.04
%0
%55.29

Codes

Color #2F6272 in popluar color models

2F6272
RGB4798114
HSL194°41.61%31.57%
HSB/HSV194°58.77%44.71%
CMYK58.77%14.04%0.00%
55.29%

Color #2F6272 in popluar number systems.

HEX2F6272
Decimal4798114
Binary10111111000101110010
Octal57142162

Shades and tints

Shades of #2F6272

#2F6272
(47,98,114)
#2B5A68
(43,90,104)
#27525E
(39,82,94)
#234A54
(35,74,84)
#1F424A
(31,66,74)
#1B3A40
(27,58,64)
#173236
(23,50,54)
#132A2C
(19,42,44)
#0F2222
(15,34,34)
#0B1A18
(11,26,24)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #2F6272

#2F6272
(47,98,114)
#41707E
(65,112,126)
#537E8A
(83,126,138)
#658C96
(101,140,150)
#779AA2
(119,154,162)
#89A8AE
(137,168,174)
#9BB6BA
(155,182,186)
#ADC4C6
(173,196,198)
#BFD2D2
(191,210,210)
#D1E0DE
(209,224,222)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6272; }

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

This text font color is #2F6272.


Background Color

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

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

This div background color is #2F6272.


Border color

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

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

This div border color is #2F6272.


Opacity

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

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

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

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

This text has shadow with #2F6272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6272 on black background.


Color preview on white background

This text has color #2F6272 on white background.



Black color preview on #2F6272 background

This text has black color on #2F6272 background.


White color preview on #2F6272 background

This text has white color on #2F6272 background.