COLOR #2F4552

HEX: #2F4552 RGB: (47,69,82)

Color info

#2F4552 contains red, green and blue colors in about the same proportion. Web safe color of #2F4552 is #333366 (or #336).

RGB color model

#2F4552 color RGB value is (47,69,82).

RGB: (47,69,82) (18%, 27%, 32%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 82 of 255 = 32%

47
69
82

R + G + B ~ 26%. #2F4552 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 69 + 82 = 198 (100%)
R 47 of 198 ~ 23.74%
G 69 of 198 ~ 34.85%
B 82 of 198 ~ 41.41'%

%23.74
%34.85
%41.41

CMYK color model

#2F4552 color CMYK value is (43,16,0,68).

  • cyan value is 42.68%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (43,16,0,68)
C43M16Y0K68 (43%, 16%, 0%, 68%)
(0.43 / 0.16 / 0.00 / 0.68)

CMYK percentages

%42.68
%15.85
%0
%67.84

Codes

Color #2F4552 in popluar color models

2F 45 52
RGB 47 69 82
HSL 202° 27.13% 25.29%
HSB/HSV 202° 42.68% 32.16%
CMYK 42.68% 15.85% 0.00%
67.84%

Color #2F4552 in popluar number systems.

HEX 2F 45 52
Decimal 47 69 82
Binary 101111 1000101 1010010
Octal 57 105 122

Shades and tints

Shades of #2F4552

#2F4552
(47,69,82)
#2B3F4B
(43,63,75)
#273944
(39,57,68)
#23333D
(35,51,61)
#1F2D36
(31,45,54)
#1B272F
(27,39,47)
#172128
(23,33,40)
#131B21
(19,27,33)
#0F151A
(15,21,26)
#0B0F13
(11,15,19)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #2F4552

#2F4552
(47,69,82)
#415561
(65,85,97)
#536570
(83,101,112)
#65757F
(101,117,127)
#77858E
(119,133,142)
#89959D
(137,149,157)
#9BA5AC
(155,165,172)
#ADB5BB
(173,181,187)
#BFC5CA
(191,197,202)
#D1D5D9
(209,213,217)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4552 color. Also use rgb(47,69,82) instead hex code.

Text Font Color

.myTextColor { color: #2F4552; }

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

This text font color is #2F4552.

Background Color

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

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

This div background color is #2F4552.

Border color

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

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

This div border color is #2F4552.

Opacity

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

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

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

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

This text has shadow with #2F4552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4552.

Preview

Color preview on black background

This text has color #2F4552 on black background.


Color preview on white background

This text has color #2F4552 on white background.


Black color preview on #2F4552 background

This text has black color on #2F4552 background.


White color preview on #2F4552 background

This text has white color on #2F4552 background.


Related colors

Complementary color

Complementary color for #hex is #D0BAAD.


I love getcolorcode.com

Triadic colors

1 #522F45 and #45522F with #2F4552 are triadic colors.

2 #52452F and #452F52 with #2F4552 are triadic colors.