COLOR #2F485B

HEX: #2F485B RGB: (47,72,91)

Color info

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

RGB color model

#2F485B color RGB value is (47,72,91).

RGB: (47,72,91) (18%, 28%, 36%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 91 of 255 = 36%

47
72
91

R + G + B ~ 27%. #2F485B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 72 + 91 = 210 (100%)
R 47 of 210 ~ 22.38%
G 72 of 210 ~ 34.29%
B 91 of 210 ~ 43.33'%

%22.38
%34.29
%43.33

CMYK color model

#2F485B color CMYK value is (48,21,0,64).

  • cyan value is 48.35%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (48,21,0,64)
C48M21Y0K64 (48%, 21%, 0%, 64%)
(0.48 / 0.21 / 0.00 / 0.64)

CMYK percentages

%48.35
%20.88
%0
%64.31

Codes

Color #2F485B in popluar color models

2F 48 5B
RGB 47 72 91
HSL 206° 31.88% 27.06%
HSB/HSV 206° 48.35% 35.69%
CMYK 48.35% 20.88% 0.00%
64.31%

Color #2F485B in popluar number systems.

HEX 2F 48 5B
Decimal 47 72 91
Binary 101111 1001000 1011011
Octal 57 110 133

Shades and tints

Shades of #2F485B

#2F485B
(47,72,91)
#2B4253
(43,66,83)
#273C4B
(39,60,75)
#233643
(35,54,67)
#1F303B
(31,48,59)
#1B2A33
(27,42,51)
#17242B
(23,36,43)
#131E23
(19,30,35)
#0F181B
(15,24,27)
#0B1213
(11,18,19)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #2F485B

#2F485B
(47,72,91)
#415869
(65,88,105)
#536877
(83,104,119)
#657885
(101,120,133)
#778893
(119,136,147)
#8998A1
(137,152,161)
#9BA8AF
(155,168,175)
#ADB8BD
(173,184,189)
#BFC8CB
(191,200,203)
#D1D8D9
(209,216,217)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F485B color. Also use rgb(47,72,91) instead hex code.

Text Font Color

.myTextColor { color: #2F485B; }

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

This text font color is #2F485B.

Background Color

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

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

This div background color is #2F485B.

Border color

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

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

This div border color is #2F485B.

Opacity

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

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

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

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

This text has shadow with #2F485B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F485B.

Preview

Color preview on black background

This text has color #2F485B on black background.


Color preview on white background

This text has color #2F485B on white background.


Black color preview on #2F485B background

This text has black color on #2F485B background.


White color preview on #2F485B background

This text has white color on #2F485B background.


Related colors

Complementary color

Complementary color for #hex is #D0B7A4.


I love getcolorcode.com

Triadic colors

1 #5B2F48 and #485B2F with #2F485B are triadic colors.

2 #5B482F and #482F5B with #2F485B are triadic colors.