COLOR #2F5662

HEX: #2F5662
RGB: (47,86,98)

Color info

#2F5662 contains red, green and blue colors in about the same proportion. Web safe color of #2F5662 is #336666 (or #366).

RGB color model

#2F5662 color RGB value is (47,86,98).

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

RGB channels and saturation

R 47 of 255 = 18%
G 86 of 255 = 34%
B 98 of 255 = 38%

47
86
98

R + G + B ~ 30%. #2F5662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 86 + 98 = 231 (100%)
R 47 of 231 ~ 20.35%
G 86 of 231 ~ 37.23%
B 98 of 231 ~ 42.42%

%20.35
%37.23
%42.42

CMYK color model

#2F5662 color CMYK value is (52,12,0,62).

  • cyan value is 52.04%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(52,12,0,62)
C52M12Y0K62 
(52%,12%,0%,62%)
(0.52/0.12/0.00/0.62)	

CMYK percentages

%52.04
%12.24
%0
%61.57

Codes

Color #2F5662 in popluar color models

2F5662
RGB478698
HSL194°35.17%28.43%
HSB/HSV194°52.04%38.43%
CMYK52.04%12.24%0.00%
61.57%

Color #2F5662 in popluar number systems.

HEX2F5662
Decimal478698
Binary10111110101101100010
Octal57126142

Shades and tints

Shades of #2F5662

#2F5662
(47,86,98)
#2B4F5A
(43,79,90)
#274852
(39,72,82)
#23414A
(35,65,74)
#1F3A42
(31,58,66)
#1B333A
(27,51,58)
#172C32
(23,44,50)
#13252A
(19,37,42)
#0F1E22
(15,30,34)
#0B171A
(11,23,26)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #2F5662

#2F5662
(47,86,98)
#416570
(65,101,112)
#53747E
(83,116,126)
#65838C
(101,131,140)
#77929A
(119,146,154)
#89A1A8
(137,161,168)
#9BB0B6
(155,176,182)
#ADBFC4
(173,191,196)
#BFCED2
(191,206,210)
#D1DDE0
(209,221,224)
#E3ECEE
(227,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5662; }

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

This text font color is #2F5662.


Background Color

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

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

This div background color is #2F5662.


Border color

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

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

This div border color is #2F5662.


Opacity

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

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

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

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

This text has shadow with #2F5662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5662 on black background.


Color preview on white background

This text has color #2F5662 on white background.



Black color preview on #2F5662 background

This text has black color on #2F5662 background.


White color preview on #2F5662 background

This text has white color on #2F5662 background.