COLOR #2F495D

HEX: #2F495D
RGB: (47,73,93)

Color info

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

RGB color model

#2F495D color RGB value is (47,73,93).

  • red value is 47;
  • green value is 73;
  • blue value is 93.
RGB:
(47,73,93)
(18%,29%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 93 of 255 = 36%

47
73
93

R + G + B ~ 28%. #2F495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 73 + 93 = 213 (100%)
R 47 of 213 ~ 22.07%
G 73 of 213 ~ 34.27%
B 93 of 213 ~ 43.66%

%22.07
%34.27
%43.66

CMYK color model

#2F495D color CMYK value is (49,22,0,64).

  • cyan value is 49.46%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(49,22,0,64)
C49M22Y0K64 
(49%,22%,0%,64%)
(0.49/0.22/0.00/0.64)	

CMYK percentages

%49.46
%21.51
%0
%63.53

Codes

Color #2F495D in popluar color models

2F495D
RGB477393
HSL206°32.86%27.45%
HSB/HSV206°49.46%36.47%
CMYK49.46%21.51%0.00%
63.53%

Color #2F495D in popluar number systems.

HEX2F495D
Decimal477393
Binary10111110010011011101
Octal57111135

Shades and tints

Shades of #2F495D

#2F495D
(47,73,93)
#2B4355
(43,67,85)
#273D4D
(39,61,77)
#233745
(35,55,69)
#1F313D
(31,49,61)
#1B2B35
(27,43,53)
#17252D
(23,37,45)
#131F25
(19,31,37)
#0F191D
(15,25,29)
#0B1315
(11,19,21)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #2F495D

#2F495D
(47,73,93)
#41596B
(65,89,107)
#536979
(83,105,121)
#657987
(101,121,135)
#778995
(119,137,149)
#8999A3
(137,153,163)
#9BA9B1
(155,169,177)
#ADB9BF
(173,185,191)
#BFC9CD
(191,201,205)
#D1D9DB
(209,217,219)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F495D color. Also use rgb(47,73,93) instead hex code.

Text Font Color

.myTextColor { color: #2F495D; }

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

This text font color is #2F495D.


Background Color

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

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

This div background color is #2F495D.


Border color

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

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

This div border color is #2F495D.


Opacity

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

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

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

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

This text has shadow with #2F495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F495D on black background.


Color preview on white background

This text has color #2F495D on white background.



Black color preview on #2F495D background

This text has black color on #2F495D background.


White color preview on #2F495D background

This text has white color on #2F495D background.