COLOR #2F627F

HEX: #2F627F RGB: (47,98,127)

Color info

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

RGB color model

#2F627F color RGB value is (47,98,127).

RGB: (47,98,127) (18%, 38%, 50%)

RGB channels and saturation

R 47 of 255 = 18%
G 98 of 255 = 38%
B 127 of 255 = 50%

47
98
127

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

Portions of RGB colors in percentages

R + G + B = 47 + 98 + 127 = 272 (100%)
R 47 of 272 ~ 17.28%
G 98 of 272 ~ 36.03%
B 127 of 272 ~ 46.69'%

%17.28
%36.03
%46.69

CMYK color model

#2F627F color CMYK value is (63,23,0,50).

  • cyan value is 62.99%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (63,23,0,50)
C63M23Y0K50 (63%, 23%, 0%, 50%)
(0.63 / 0.23 / 0.00 / 0.50)

CMYK percentages

%62.99
%22.83
%0
%50.2

Codes

Color #2F627F in popluar color models

2F 62 7F
RGB 47 98 127
HSL 202° 45.98% 34.12%
HSB/HSV 202° 62.99% 49.80%
CMYK 62.99% 22.83% 0.00%
50.20%

Color #2F627F in popluar number systems.

HEX 2F 62 7F
Decimal 47 98 127
Binary 101111 1100010 1111111
Octal 57 142 177

Shades and tints

Shades of #2F627F

#2F627F
(47,98,127)
#2B5A74
(43,90,116)
#275269
(39,82,105)
#234A5E
(35,74,94)
#1F4253
(31,66,83)
#1B3A48
(27,58,72)
#17323D
(23,50,61)
#132A32
(19,42,50)
#0F2227
(15,34,39)
#0B1A1C
(11,26,28)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #2F627F

#2F627F
(47,98,127)
#41708A
(65,112,138)
#537E95
(83,126,149)
#658CA0
(101,140,160)
#779AAB
(119,154,171)
#89A8B6
(137,168,182)
#9BB6C1
(155,182,193)
#ADC4CC
(173,196,204)
#BFD2D7
(191,210,215)
#D1E0E2
(209,224,226)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F627F; }

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

This text font color is #2F627F.

Background Color

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

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

This div background color is #2F627F.

Border color

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

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

This div border color is #2F627F.

Opacity

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

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

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

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

This text has shadow with #2F627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F627F.

Preview

Color preview on black background

This text has color #2F627F on black background.


Color preview on white background

This text has color #2F627F on white background.


Black color preview on #2F627F background

This text has black color on #2F627F background.


White color preview on #2F627F background

This text has white color on #2F627F background.


Related colors

Complementary color

Complementary color for #hex is #D09D80.


I love getcolorcode.com

Triadic colors

1 #7F2F62 and #627F2F with #2F627F are triadic colors.

2 #7F622F and #622F7F with #2F627F are triadic colors.