COLOR #2F6563

HEX: #2F6563 RGB: (47,101,99)

Color info

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

RGB color model

#2F6563 color RGB value is (47,101,99).

RGB: (47,101,99) (18%, 40%, 39%)

RGB channels and saturation

R 47 of 255 = 18%
G 101 of 255 = 40%
B 99 of 255 = 39%

47
101
99

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

Portions of RGB colors in percentages

R + G + B = 47 + 101 + 99 = 247 (100%)
R 47 of 247 ~ 19.03%
G 101 of 247 ~ 40.89%
B 99 of 247 ~ 40.08'%

%19.03
%40.89
%40.08

CMYK color model

#2F6563 color CMYK value is (53,0,2,60).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%

CMYK: (53,0,2,60)
C53M0Y2K60 (53%, 0%, 2%, 60%)
(0.53 / 0.00 / 0.02 / 0.60)

CMYK percentages

%53.47
%0
%1.98
%60.39

Codes

Color #2F6563 in popluar color models

2F 65 63
RGB 47 101 99
HSL 178° 36.49% 29.02%
HSB/HSV 178° 53.47% 39.61%
CMYK 53.47% 0.00% 1.98%
60.39%

Color #2F6563 in popluar number systems.

HEX 2F 65 63
Decimal 47 101 99
Binary 101111 1100101 1100011
Octal 57 145 143

Shades and tints

Shades of #2F6563

#2F6563
(47,101,99)
#2B5C5A
(43,92,90)
#275351
(39,83,81)
#234A48
(35,74,72)
#1F413F
(31,65,63)
#1B3836
(27,56,54)
#172F2D
(23,47,45)
#132624
(19,38,36)
#0F1D1B
(15,29,27)
#0B1412
(11,20,18)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #2F6563

#2F6563
(47,101,99)
#417371
(65,115,113)
#53817F
(83,129,127)
#658F8D
(101,143,141)
#779D9B
(119,157,155)
#89ABA9
(137,171,169)
#9BB9B7
(155,185,183)
#ADC7C5
(173,199,197)
#BFD5D3
(191,213,211)
#D1E3E1
(209,227,225)
#E3F1EF
(227,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6563 color. Also use rgb(47,101,99) instead hex code.

Text Font Color

.myTextColor { color: #2F6563; }

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

This text font color is #2F6563.

Background Color

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

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

This div background color is #2F6563.

Border color

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

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

This div border color is #2F6563.

Opacity

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

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

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

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

This text has shadow with #2F6563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F6563.

Preview

Color preview on black background

This text has color #2F6563 on black background.


Color preview on white background

This text has color #2F6563 on white background.


Black color preview on #2F6563 background

This text has black color on #2F6563 background.


White color preview on #2F6563 background

This text has white color on #2F6563 background.


Related colors

Complementary color

Complementary color for #hex is #D09A9C.


I love getcolorcode.com

Triadic colors

1 #632F65 and #65632F with #2F6563 are triadic colors.

2 #63652F and #652F63 with #2F6563 are triadic colors.