COLOR #2F667B

HEX: #2F667B RGB: (47,102,123)

Color info

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

RGB color model

#2F667B color RGB value is (47,102,123).

RGB: (47,102,123) (18%, 40%, 48%)

RGB channels and saturation

R 47 of 255 = 18%
G 102 of 255 = 40%
B 123 of 255 = 48%

47
102
123

R + G + B ~ 35%. #2F667B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 102 + 123 = 272 (100%)
R 47 of 272 ~ 17.28%
G 102 of 272 ~ 37.5%
B 123 of 272 ~ 45.22'%

%17.28
%37.5
%45.22

CMYK color model

#2F667B color CMYK value is (62,17,0,52).

  • cyan value is 61.79%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (62,17,0,52)
C62M17Y0K52 (62%, 17%, 0%, 52%)
(0.62 / 0.17 / 0.00 / 0.52)

CMYK percentages

%61.79
%17.07
%0
%51.76

Codes

Color #2F667B in popluar color models

2F 66 7B
RGB 47 102 123
HSL 197° 44.71% 33.33%
HSB/HSV 197° 61.79% 48.24%
CMYK 61.79% 17.07% 0.00%
51.76%

Color #2F667B in popluar number systems.

HEX 2F 66 7B
Decimal 47 102 123
Binary 101111 1100110 1111011
Octal 57 146 173

Shades and tints

Shades of #2F667B

#2F667B
(47,102,123)
#2B5D70
(43,93,112)
#275465
(39,84,101)
#234B5A
(35,75,90)
#1F424F
(31,66,79)
#1B3944
(27,57,68)
#173039
(23,48,57)
#13272E
(19,39,46)
#0F1E23
(15,30,35)
#0B1518
(11,21,24)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #2F667B

#2F667B
(47,102,123)
#417387
(65,115,135)
#538093
(83,128,147)
#658D9F
(101,141,159)
#779AAB
(119,154,171)
#89A7B7
(137,167,183)
#9BB4C3
(155,180,195)
#ADC1CF
(173,193,207)
#BFCEDB
(191,206,219)
#D1DBE7
(209,219,231)
#E3E8F3
(227,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F667B color. Also use rgb(47,102,123) instead hex code.

Text Font Color

.myTextColor { color: #2F667B; }

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

This text font color is #2F667B.

Background Color

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

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

This div background color is #2F667B.

Border color

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

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

This div border color is #2F667B.

Opacity

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

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

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

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

This text has shadow with #2F667B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F667B.

Preview

Color preview on black background

This text has color #2F667B on black background.


Color preview on white background

This text has color #2F667B on white background.


Black color preview on #2F667B background

This text has black color on #2F667B background.


White color preview on #2F667B background

This text has white color on #2F667B background.


Related colors

Complementary color

Complementary color for #hex is #D09984.


I love getcolorcode.com

Triadic colors

1 #7B2F66 and #667B2F with #2F667B are triadic colors.

2 #7B662F and #662F7B with #2F667B are triadic colors.